How do you solve the system 2x5y=5 and 2x+2y=26?

1 Answer
Dec 10, 2017

We subtract the left side of equation 2 from the left side of equation 1, and the right side of equation 2 from the right side of equation 1. See explanation.

Explanation:

General Method: For a more general solution for this type of problem, consider:

a1x+b1y=c1 is E1
a2x+b2y=c2 is E2

To perform the operation here, we must combine the two rows in some manner that only gets rid of one variable. Supposing we wish to remove the x variable by subtracting some multiple of the second equation from the first, we would multiply the left and right hand sides of equation 2 by a1a2, and subtract the left hand side of the result from the left hand side of the first equation, and the right hand side of the result from the right hand side of the first equation:

a1a2E2=a1a2(a2x)+a1a2(b2y)=a1a2(c2)a1(x)+a1a2(b2y)=a1a2c2

Subtracting:

E1a1a2e2=(a1a1)x+(b1a1a2b2)y=c1a1a2c2

(b1a1a2b2)y=c1a1a2c2

Divide by the coefficient of the y term on both sides:

y=c1a1a2c2b1a1a2b2

Having found y, we would plug it into either equation to find x.

Solution to this specific problem:Because our coefficient on the x terms for both equations is the same (i.e. 2), the first thing we can do is simply subtract the second equation from the first. We do this as follows:

E1E2(22)x+(52)y=(526)

Giving us...

7y=217y7=217y=3

Substitute this back into our first or second equation (we will use first here):

2x5(3)=52x15=52x=20x=10

Thus our solution is (10,3)

Plug this into each equation to check your work.

E1:2(10)5(3)=52015=5 is accurate..

E2:2(10)+2(3)=2620+6=26 is also accurate.

Thus our solution of (10,3) is correct.