Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

5.3 practice problem period ______ date ______ 1) use the quadratic for…

Question

5.3 practice problem
period ____ date ____

  1. use the quadratic formula to solve the equation ( x^2 + 6x - 10 = 0 ).
  2. use the quadratic formula to solve ( x^2 + 2x + 2 = 0 )
  3. deon throws a ball into the air. the height, ( h ), of the ball, in meters, at time ( t ) seconds is modeled by the function ( h(t) = -5t^2 + t + 4 )

a) when will the ball hit the ground?
b) will the ball reach a height of 5 meters?

  1. use the discriminant to identify the number and type of solutions for ( 25x^2 - 20x + 4 = 0 )
  2. find the value(s) of ( k ) that will cause the equation to have the given number and type of solutions. ( 5x^2 + kx + 5 = 0 ), 1 real solution.
  3. rick claims that the equation ( x^2 + 5x + 9 = 0 ) has no solution. jenny claims that there are two solutions. explain how rick could be correct and explain how jenny could be correct.

Explanation:

Response
Problem 1: Solve \( x^2 + 6x - 10 = 0 \) using quadratic formula

Step 1: Identify \( a, b, c \)

For \( ax^2 + bx + c = 0 \), here \( a = 1 \), \( b = 6 \), \( c = -10 \).

Step 2: Quadratic formula \( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \)

Substitute values: \( x = \frac{-6 \pm \sqrt{6^2 - 4(1)(-10)}}{2(1)} \)

Step 3: Simplify discriminant

\( 6^2 - 4(1)(-10) = 36 + 40 = 76 \), so \( x = \frac{-6 \pm \sqrt{76}}{2} \)
Simplify \( \sqrt{76} = 2\sqrt{19} \), thus \( x = \frac{-6 \pm 2\sqrt{19}}{2} = -3 \pm \sqrt{19} \)

Step 1: Identify \( a, b, c \)

\( a = 1 \), \( b = 2 \), \( c = 2 \)

Step 2: Quadratic formula \( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \)

Substitute: \( x = \frac{-2 \pm \sqrt{2^2 - 4(1)(2)}}{2(1)} \)

Step 3: Simplify discriminant

\( 4 - 8 = -4 \), so \( x = \frac{-2 \pm \sqrt{-4}}{2} \)
\( \sqrt{-4} = 2i \), thus \( x = \frac{-2 \pm 2i}{2} = -1 \pm i \)

Step 1: Set \( h(t) = 0 \)

\( -5t^2 + t + 4 = 0 \) (multiply by -1: \( 5t^2 - t - 4 = 0 \))

Step 2: Identify \( a, b, c \)

\( a = 5 \), \( b = -1 \), \( c = -4 \)

Step 3: Quadratic formula \( t = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \)

Substitute: \( t = \frac{1 \pm \sqrt{(-1)^2 - 4(5)(-4)}}{2(5)} \)

Step 4: Simplify discriminant

\( 1 + 80 = 81 \), so \( t = \frac{1 \pm 9}{10} \)
Two solutions: \( t = \frac{1 + 9}{10} = 1 \) or \( t = \frac{1 - 9}{10} = -0.8 \) (time can't be negative, so \( t = 1 \) second)

Answer:

\( x = -3 + \sqrt{19} \) or \( x = -3 - \sqrt{19} \)

Problem 2: Solve \( x^2 + 2x + 2 = 0 \) using quadratic formula