Join the IDNLearn.com community and get your questions answered by knowledgeable individuals. Join our community to receive prompt and reliable responses to your questions from knowledgeable professionals.

Solve the following system of equations for x to the nearest hundredth : y + 2x + 1 = 0; 4y - 4x ^ 2 - 12x = - 7

Sagot :

Answer:

+3.464; -3.464

Step-by-step explanation:

call A = y + 2x + 1 = 0 => y = (1 - 2x)

call B: 4y - 4(x^2) - 12x = -7

=> replace y from A to B =>

  1. 4(1 - 2x) - 4(x^2) - 12x = -7
  2. 4 - 8x - 4(x ^ 2) - 12x = -7
  3. -8x - 4(x ^ 2) - 12x = -7 - 4 = -11
  4. -4(x^2) - (8x - 12x) = -11
  5. -4(x^2) + 4x = -11
  6. -4(x^2) + 4x + 11 = 0

=> get delta Δ = (-4^2) - 4*(-4 * 11) = 192

=> Δ > 0 => got 2 No

=> x1 = [tex]\frac{-4 + \sqrt{192} }{2 * -4}[/tex] = [tex]\frac{1 - 2\sqrt{3} }{2}[/tex] = -1.232

=> x2 = [tex]\frac{-4 - \sqrt{192} }{2 * -4}[/tex]=[tex]\frac{1 + 2\sqrt{3} }{2}[/tex]= 2.232

=> replace x from B into A

=> y1 = (1 - 2x) = (1 - 2 * -1.232) = 3.464

=> y2 = (1 - 2x) = (1 - 2 * 2.232) = - 3.464