Respuesta :

Answer:

  x ≈ -8.402, 8.502

Step-by-step explanation:

The usual methods of solving quadratic equations apply to this one. Any of them can be used: graphing, factoring, completing the square, quadratic formula.

Solution

Often, when the coefficients are non-integers and have no obvious relationship to each other, the most convenient method of solution is the quadratic formula. It tells you the solution to ax²+bx+c=0 is ...

  [tex]x=\dfrac{-b\pm\sqrt{b^2-4ac}}{2a}[/tex]

Your equation has the coefficients, a = -0.07, b = 0.007, c = 5, so the solutions are ...

  [tex]x=\dfrac{-0.007\pm\sqrt{0.007^2-4(-0.07)(5)}}{2(-0.07)}=\dfrac{-0.007\pm\sqrt{1.400049}}{-0.14}\\\\x=0.05\pm\sqrt{\dfrac{200007}{2800}}=0.05\pm\sqrt{71.4310\overline{714285}}\\\\\boxed{x\approx\{-8.40169,\,8.50169\}}[/tex]

Ver imagen sqdancefan

Answer:

[tex]t=8.50, -8.40\:\: \sf (2 \:d.p.)[/tex]

Step-by-step explanation:

Quadratic equations are in the form [tex]ax^2+bx+c=0[/tex],  where [tex]a\neq 0[/tex].

There are three basic methods to solve quadratic equations algebraically:

  • Factoring
  • Completing the Square
  • Quadratic Formula

Given quadratic equation:

[tex]h(t)=-0.07t^2+0.007t+5[/tex]

Method 1 - Factoring

If the trinomial is able to be easily factored, set the equation equal to zero and factor.  Set each factor equal to zero and solve.

As the given example is not easily factored, factoring is not the best method to use on this occasion.

Method 2 - Completing the Square

If the quadratic expression is not able to be easily factored, try completing the square.

Divide all terms by [tex]a[/tex] (-0.07):

[tex]\implies t^2-\dfrac{1}{10}t-\dfrac{500}{7}=0[/tex]

Move the constant to the right side:

[tex]\implies t^2-\dfrac{1}{10}t=\dfrac{500}{7}[/tex]

Add the square of half the coefficient of t to both sides:

[tex]\implies t^2-\dfrac{1}{10}t+\left(-\dfrac{1}{20}\right)^2=\dfrac{500}{7}+\left(-\dfrac{1}{20}\right)^2[/tex]

[tex]\implies t^2-\dfrac{1}{10}t+\dfrac{1}{400}=\dfrac{200007}{2800}[/tex]

Factor the perfect trinomial:

[tex]\implies \left(t-\dfrac{1}{20}\right)^2=\dfrac{200007}{2800}[/tex]

Square root both sides:

[tex]\implies t-\dfrac{1}{20}=\pm\sqrt{\dfrac{200007}{2800}[/tex]

Add 1/20 to both sides:

[tex]\implies t=\dfrac{1}{20}\pm\sqrt{\dfrac{200007}{2800}[/tex]

As decimals to 2 decimal places:

[tex]\implies t=8.50, -8.40\:\:\sf(2 \:d.p.)[/tex]

Method 3 - Quadratic Formula

[tex]x=\dfrac{-b \pm \sqrt{b^2-4ac} }{2a}[/tex]

This can be used to find both real and imaginary or complex solutions.

Identity the variables:

[tex]a=-0.07, \quad b=0.007, \quad c=5[/tex]

Substitute the values into the quadratic formula and solve for t:

[tex]\implies t=\dfrac{-0.007 \pm \sqrt{0.007^2-4(-0.07)(5)} }{2(-0.07)}[/tex]

[tex]\implies t=\dfrac{-0.007 \pm \sqrt{1.400049}}{-0.14}[/tex]

[tex]\implies t=\dfrac{0.007 \pm \sqrt{1.400049}}{0.14}[/tex]

[tex]\implies t=8.50, -8.40\:\: \sf (2 \:d.p.)[/tex]

Finally, a non-algebraic method of solving a quadratic equation is by graphing using a graphical calculator (see attached).  The solutions are the points at which the curve intercepts the x-axis.

Ver imagen semsee45