How do solve the following linear system?: -10x+7y=-2 , x-y=11 10x+7y=2,xy=11?

1 Answer
Feb 7, 2017

See the entire solution process below:

Explanation:

Step 1) Solve for xx in the second equation:

x - y + color(red)(y) = 11 + color(red)(y)xy+y=11+y

x - 0 = 11 + yx0=11+y

x = 11 + yx=11+y

Step 2) Substitute 11 + y11+y for xx in the first equation and solve for yy:

-10x + 7y = -210x+7y=2 becomes:

-10(11 + y) + 7y = -210(11+y)+7y=2

-110 - 10y + 7y = -211010y+7y=2

-110 - 3y = -21103y=2

-110 + color(red)(110) - 3y = -2 + color(red)(110)110+1103y=2+110

0 - 3y = 10803y=108

-3y = 1083y=108

(-3y)/color(red)(-3) = 108/color(red)(-3)3y3=1083

(color(red)(cancel(color(black)(-3)))y)/cancel(color(red)(-3)) = -36

y = -36

Step 3) Substitute -36 for y in the solution to the second equation at the end of Step 1 and solve for x:

x = 11 + y becomes:

x = 11 - 36

x = -25

The solution is: x = -25 and y = -36