SOLUTION: Determine the value of k for which system of linear equation has no solution. 2x-y=3 4x+ky=5

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons  -> Linear Equations Lesson -> SOLUTION: Determine the value of k for which system of linear equation has no solution. 2x-y=3 4x+ky=5      Log On


   



Question 656167: Determine the value of k for which system of linear equation has no solution.
2x-y=3
4x+ky=5

Found 3 solutions by MathLover1, Edwin McCravy, chandrak:
Answer by MathLover1(20850) About Me  (Show Source):
You can put this solution on YOUR website!
No solution means the lines are parallel.
2x-y=3
4x%2Bky=5
The left hand sides are multiples of each other.
Find the multiplier M so that,
M%282x-y%29=4x%2Bky
2Mx-My=4x%2Bky
Solve for the x and y terms on both sides.
2Mx=4x...2M=4...->...M=2
-My=ky...->... -M=k ...->...k=-2

highlight%28k=-2%29

2x-y=3
4x%2B%28-2%29y=5
------------------
2x-y=3.....->2x-3=y
4x-2y=5....->2x-2%2F5=y


graph%28600%2C600%2C-10%2C10%2C-10%2C10%2C2x-3%2C2x-2%2F5%29


Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
2x -  y = 3
4x + ky = 5

Solve by substitution, solve the first for y

2x - y = 3
    -y = 3 - 2x
     y = -3 + 2x

Substitute in the second equation:

4x + k(-3 + 2x) = 5
4x - 3k + 2kx = 5
4x + 2kx = 5 + 3k
 x(4 + 2k) = 5 + 3k

         x = %285%2B3k%29%2F%284%2B2k%29

This cannot be a solution if the denominator = 0,
so we set the denominator = 0

          4+2k = 0
            2k = -4
             k = -2

So if k = -2, there is no solution.

Edwin



Answer by chandrak(4) About Me  (Show Source):
You can put this solution on YOUR website!
Solution for a system of linear equations is a common point in both equations
that is the point where they intersect.
Two lines always intersect unless they are parallel lines.
So if they are parallel lines there is no solution
parallel lines have same slope
y = mx + c1 ------slope m
y = mx + c2 ------slope m

Represent the given equations in the slope intercept form
Equation 1
2x-y = 3
y = 2x-3 slope = 2
Equation 2
4x+ky = 5
ky = -4x + 5
y = -4x/k + 5/k
for the slope to be the same as equation 1 that is 2
-4/k = 2
k = -2
so if k = -2 both equations have same slope and they are parallel

if k = -2 there is no solution