bandaidgirl
New member
- Joined
- Sep 3, 2006
- Messages
- 13
Solve the following nonlinear system by the addition method:
16x^2 - 4y^2 - 72 = 0
. ..x^2 -. .y^2 -. .3 = 0
My work:
I multiplied the second equation by -4, and added down, giving me:
Then I added the 60 to the other side, and divided both sides by 12:
. . .12x^2 = 60
. . .(12x^2) / 12 = 60 / 12
. . .x^2 = 5
I know both sides have to be squares, but then where do I go from here? Or have I not done the first part right...?
16x^2 - 4y^2 - 72 = 0
. ..x^2 -. .y^2 -. .3 = 0
My work:
I multiplied the second equation by -4, and added down, giving me:
Code:
16x^2 - 4y^2 - 72 = 0
(-4)[ x^2 - y^2 - 3 = 0]
16x^2 - 4y^2 - 72 = 0
-4x^2 + 4y^2 + 12 = 0
----------------------
12x^2 - 60 = 0
. . .12x^2 = 60
. . .(12x^2) / 12 = 60 / 12
. . .x^2 = 5
I know both sides have to be squares, but then where do I go from here? Or have I not done the first part right...?