document.write( "Question 170382: 3. The points (3, 9), (5, 13), (15, 33), (34, 71), (678, 1359), and (1234, 2471) all lie on line M.
\n" );
document.write( "The points (3, -9), (5, -11), (15, -21), (34, -40), (678, -684), and (1234, -1240) all lie on line N.
\n" );
document.write( "a. Form the equations of both the lines. Show your work.
\n" );
document.write( "b. What are the co-ordinates of the point of intersection of lines M and N?
\n" );
document.write( "c. Write the co-ordinates of the intersections of lines M and N with the x-axis.
\n" );
document.write( "d. Write the co-ordinates of the intersection of lines M and N with the y-axis.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #125782 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! (3,9),(5,13),(15,33),(34,71),(678,1359), and (1234,2471) all lie on line M. \n" ); document.write( "First we find the slope=(y2-y1)/(x2-x1) \n" ); document.write( "Slope=(13-9)/(5-3)=4/2=2 for this slope. \n" ); document.write( "Now replace one set of (x,y) values in the line equation Y=mX+b & solve for the y intercept (b). \n" ); document.write( "9=2*3+b \n" ); document.write( "9=6+b \n" ); document.write( "b=9-6 \n" ); document.write( "b=3 the y intercept for line M. \n" ); document.write( "Thus the equation for this line M is: \n" ); document.write( "y=2x+3 Equaton for line M (red line) \n" ); document.write( "-------------------------------------- \n" ); document.write( "(3,-9),(5,-11),(15,-21),(34,-40),(678,-684), and (1234,-1240) all lie on line N. \n" ); document.write( "Doing the for these points & line: \n" ); document.write( "slope=(-11+9)/(5-3)=-2/2=-1 for this slope. \n" ); document.write( "-9=-1*3+b \n" ); document.write( "-9=-3+b \n" ); document.write( "b=-9+3 \n" ); document.write( "b=-6 the y intercept. \n" ); document.write( "Thus the equation for this line is: \n" ); document.write( "y=-x-6 Equation for line N (green line) \n" ); document.write( " \n" ); document.write( "Intercept=(-3,-3) \n" ); document.write( "X axis intercept for M=-1.5, for N=-6 \n" ); document.write( "Y axis intercept for M=3, for N=-6 \n" ); document.write( " \n" ); document.write( " |