SOLUTION: Find all the solutions of the following systems of equations if possible. If a system has no solution, explain why it does not. 2x-5y=7, 3x+4y=2.

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons -> SOLUTION: Find all the solutions of the following systems of equations if possible. If a system has no solution, explain why it does not. 2x-5y=7, 3x+4y=2.      Log On


   



Question 1141180: Find all the solutions of the following systems of equations if possible. If a system has no solution, explain why it does not.
2x-5y=7,
3x+4y=2.

Found 2 solutions by Theo, 4419875:
Answer by Theo(13342) About Me  (Show Source):
You can put this solution on YOUR website!
start with:

2x-5y=7
3x+4y=2

multiply both sides of the first equation by 3 and multiply both sides of the second equation by 2 to get:

6x - 15y = 21
6x + 8y = 4

subtract the second equation from the first to get -23y = 17

solve for y to get y = -17/23

replace y with -17/23 in the first original equation to get 2x - 5y = 7 become 2x - 5 * -17/23 = 7.

multiply both sides of that equation by 23 to get 46x + 85 = 161

solve for x to get x = 76/46.

you have x = 76/46 and y = -17/23

replace x and y in both original equations with these values to get:

2x-5y=7 becomes 2 * 76/46 - 5 * -17/23 = 7.
multiply both sides of this equation by 46 to get 2 * 76 - 10 * -17 = 7 * 46.
simplify to get 152 + 170 = 322 which becomes 322 = 322 which is true.

3x+4y=2 becomes 3 * 76/46 + 4 * -17/23 = 2.
multiply both sides of this equation by 46 to get 3 * 76 + 8 * -17 = 2 * 46
simplify to get 228 - 136 = 92 which becomes 92 = 92 which is true.

both original equaitons are true when you replace x with 76/46 and y with -17/23, confirming the solution is correct.

your solution is x = 76/46 and y = -17/23.

x = 76/46 can be simplified to 38/23 while y remains simplified at -17/23.

those are your solutions.


Answer by 4419875(21) About Me  (Show Source):
You can put this solution on YOUR website!
So what we're going to do here is elimination method:
1. Multiply the first one with 4 and 5 on the latter(since we wanted to cancel out
the y)
-------------------------------------
4%2A%282x-5y%29=%287%29%2A4
5%2A%283x%2B4y%29=%282%29%2A5
2. Add the second eq. from the first one
-------------------------------------
8x-20y=28
15x%2B20y=10
Hence, this would be like this:
=====================================
23x=38
3. Divide both sides with 23 to isolate x and here we get:
---------------------------------------------------------
x=38%2F23
Now we have x and we could substitute it to any of the equations. From this point, I'll choose for the first eq.
4. Plug in x and subtract it from the left side to transfer it from the right side(applying subtraction property)
---------------------------------------------------------
4.1 2%2838%2F23%29-5y=7
4.2%2876%2F23%29-%2876%2F23%29-5y=7-76%2F23
4.3-5y=7-76%2F23
From 4.3 Multiply 23 to 7 and subtract it with 76 and you get:
-5y=85%2F23
5. Divide both sides with -5 to isolate y and here we get:
---------------------------------------------------------
y+=+-85%2F%2823%2A5%29
y+=+-85%2F115
y+=+-17%2F23
So our solution for the equations is ( 38%2F23 ,-17%2F23 )