SOLUTION: x-y=1 5x=2y+17 Is the system inconsistent dependent or neither.

Algebra ->  Linear-equations -> SOLUTION: x-y=1 5x=2y+17 Is the system inconsistent dependent or neither.      Log On


   



Question 990930: x-y=1
5x=2y+17
Is the system inconsistent dependent or neither.

Answer by MathLover1(20849) About Me  (Show Source):
You can put this solution on YOUR website!

x-y=1
5x=2y%2B17
--------------------
x-y=1
5x-2y=17
---------------
if lines are parallel, there are no solutions, and the system is called inconsistent
if both lines are the same line, and they 'cross' at infinitely many points (every point on the line), there are infinitely many solutions and the system is called dependent
your system:
Solved by pluggable solver: Solving a System of Linear Equations by Elimination/Addition


Lets start with the given system of linear equations

1%2Ax-1%2Ay=1
5%2Ax-2%2Ay=17

In order to solve for one variable, we must eliminate the other variable. So if we wanted to solve for y, we would have to eliminate x (or vice versa).

So lets eliminate x. In order to do that, we need to have both x coefficients that are equal but have opposite signs (for instance 2 and -2 are equal but have opposite signs). This way they will add to zero.

So to make the x coefficients equal but opposite, we need to multiply both x coefficients by some number to get them to an equal number. So if we wanted to get 1 and 5 to some equal number, we could try to get them to the LCM.

Since the LCM of 1 and 5 is 5, we need to multiply both sides of the top equation by 5 and multiply both sides of the bottom equation by -1 like this:

5%2A%281%2Ax-1%2Ay%29=%281%29%2A5 Multiply the top equation (both sides) by 5
-1%2A%285%2Ax-2%2Ay%29=%2817%29%2A-1 Multiply the bottom equation (both sides) by -1


So after multiplying we get this:
5%2Ax-5%2Ay=5
-5%2Ax%2B2%2Ay=-17

Notice how 5 and -5 add to zero (ie 5%2B-5=0)


Now add the equations together. In order to add 2 equations, group like terms and combine them
%285%2Ax-5%2Ax%29-5%2Ay%2B2%2Ay%29=5-17

%285-5%29%2Ax-5%2B2%29y=5-17

cross%285%2B-5%29%2Ax%2B%28-5%2B2%29%2Ay=5-17 Notice the x coefficients add to zero and cancel out. This means we've eliminated x altogether.



So after adding and canceling out the x terms we're left with:

-3%2Ay=-12

y=-12%2F-3 Divide both sides by -3 to solve for y



y=4 Reduce


Now plug this answer into the top equation 1%2Ax-1%2Ay=1 to solve for x

1%2Ax-1%284%29=1 Plug in y=4


1%2Ax-4=1 Multiply



1%2Ax=1%2B4 Subtract -4 from both sides

1%2Ax=5 Combine the terms on the right side

cross%28%281%2F1%29%281%29%29%2Ax=%285%29%281%2F1%29 Multiply both sides by 1%2F1. This will cancel out 1 on the left side.


x=5 Multiply the terms on the right side


So our answer is

x=5, y=4

which also looks like

(5, 4)

Notice if we graph the equations (if you need help with graphing, check out this solver)

1%2Ax-1%2Ay=1
5%2Ax-2%2Ay=17

we get



graph of 1%2Ax-1%2Ay=1 (red) 5%2Ax-2%2Ay=17 (green) (hint: you may have to solve for y to graph these) and the intersection of the lines (blue circle).


and we can see that the two equations intersect at (5,4). This verifies our answer.



in your case we have one intersection point and system is neither inconsistent nor dependent