How do you determine whether the given ordered pair (2, -3) is a solution of the system #x=2y+8# and #2x+y=1#?
2 Answers
Dec 30, 2015
Just put the values of 'x' and 'y' in both of the equations and see if L.H.S and R.H.S are coming equal in each case.
This is how we do it:
Putting the value of x and y in the equation
For equation 2
putting the value of x and y in the equation
Hence verified.
Dec 30, 2015
By substitution.
Explanation:
Ordered pair (x,y) = (2,-3) . x=2 y=-3
x=2y+8 ---> 2=2(-3)+8 ----> 2=-6+8 -> 2=2
2x+y=1 -> 2(2)+-3=1 --> 4+-3=1 --> 1=1
Note that an ordered pair is a solution of the system if it satisfy the given equation.