99.7k views
5 votes
Solve the following system of linear equations using elimination. x-y=5 -x-y=-11

1 Answer

2 votes

Elimination Method : In the elimination method you either add or subtract the equations to get an equation in one variable. When the coefficients of one variable are opposites you add the equations to eliminate a variable and when the coefficients of one variable are equal you subtract the equations to eliminate a variable.

The given system of equation :

x - y = 5 ( 1 )

- x - y = - 11 ( 2 )

Add the equation ( 1 ) & ( 2 )

x - y + ( -x - y ) = 5 + ( -11 )

x - y -x - y = 5 - 11

x - x - y - y = -6

0 - 2y = - 6

y = -6/( -2)

y = 3

Substitute the value of y = 3 in the equation ( 1)

x - y = 5

x - 3 = 5

x = 5 + 3

x = 8

Answer : x = 8, y = 3

User Riyaz Hameed
by
4.4k points