Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

put into vertex form 1. $y = x^2 - 12x - 25$ 3. $y = x^2 + 2x - 3$ 2. $…

Question

put into vertex form

  1. $y = x^2 - 12x - 25$
  2. $y = x^2 + 2x - 3$
  3. $y = x^2 + 4x + 5$
  4. $y = x^2 - 20x + 101$

put into vertex form

  1. $y = 2x^2 + 8x + 1$
  2. $y = -3x^2 + 18x + 5$

Explanation:

Response
Problem 1: \( y = x^2 - 12x - 25 \)

Step 1: Complete the square for \( x^2 - 12x \)

Take the coefficient of \( x \), which is -12. Half of -12 is -6, and squaring -6 gives 36. So we add and subtract 36 inside the equation.
\( y = (x^2 - 12x + 36) - 36 - 25 \)

Step 2: Factor the perfect square trinomial

The expression \( x^2 - 12x + 36 \) factors into \( (x - 6)^2 \). Then simplify the constants.
\( y = (x - 6)^2 - 61 \)

Step 1: Complete the square for \( x^2 + 4x \)

The coefficient of \( x \) is 4. Half of 4 is 2, and squaring 2 gives 4. Add and subtract 4.
\( y = (x^2 + 4x + 4) - 4 + 5 \)

Step 2: Factor and simplify

\( x^2 + 4x + 4 \) factors to \( (x + 2)^2 \), and -4 + 5 = 1.
\( y = (x + 2)^2 + 1 \)

Step 1: Complete the square for \( x^2 + 2x \)

Coefficient of \( x \) is 2. Half of 2 is 1, squaring 1 gives 1. Add and subtract 1.
\( y = (x^2 + 2x + 1) - 1 - 3 \)

Step 2: Factor and simplify

\( x^2 + 2x + 1 = (x + 1)^2 \), and -1 - 3 = -4.
\( y = (x + 1)^2 - 4 \)

Answer:

\( y = (x - 6)^2 - 61 \)

Problem 2: \( y = x^2 + 4x + 5 \)