1) For the 3 lines to be concurrent, they intersect at a single point
If we work with the first two equations, we can determine where they intersect and then use that point to determine k.
y = x-1
y = 2x+1
We can use substitution or elimination to solve.
In this case, substitution is pretty straight forward, so we can substitute (x-1) in the second equation for y
x-1 = 2x+1
Using algebra to solve,
-x = 2 and x = -2
Using the first equation and the fact that x=-2 we have y = -2-1 = -3
So the point of intersection is (-2,-3)
Finally, evaluate the 3rd equation, y = kx + 2 at the point (-2,-3) to determine k
-3 = -2k + 2
-5 = -2k
k = 5/2
2) The first two equations listed intersect to form the right angle. We know this because the slops of equation 1 is 1 and the slope of equation 2 is -1. When two lines are perpendicular, the slope of the second line is the negative inverse of the slope of the first line.
We need to find the 3 vertices and can do so by solving the 3 equations in pairs of two, meaning...
Solve (1) Solve (2) Solve (3)
y = x+3 y = 3-x y = x+3
y = 3-x y = 2x+6 y = 2x+6
Solution Solution Solution
(0,3) (-1,4) (-3,0)
We need to find the length of the base and the length of the altitude
The distance between the first two point is the base. The distance between points 1 and 3 is the altitude.
The distance formula is
d = √[(x2-x1)2 + (y2-y1)2]
For the base
d = √[(0-(-1))2 + (3-4)2] = √(1+1) = √2
For the altitude (height)
d = √[0-(-3))2 + (3-0)2] = √(9+9) = √18 = 3√2
Finally the area of a triangle is 1/2 base • height = (1/2)(√2)(3√2) = 3
3)
3x - 4y = 12 can be rewritten as y = (3/4)x - 3
3x - 4y = 24 can be rewritten as y = (3/4)x - 6
Find a line perpendicular to both lines above and note the points that line intersects each of the parallel lines. I graphed the two lined and then found a line perpendicular to the first line at the y-intercept (0,-3) which would intersect the second line at the point (1,-5).
Using these two points and the distance formula above, will yield the distance between the two parallel lines.
d = √[(0-1)2 + ((-3)-(-5)2] = √(1+4) = √5