document.write( "Question 169998: 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 #125487 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! SLOPE FOR M=(13-9)/(5-3)=4/2=2 \n" ); document.write( "Y=mX+b \n" ); document.write( "9=3*2+b \n" ); document.write( "9=6+b \n" ); document.write( "b=9-6 \n" ); document.write( "b=3 \n" ); document.write( "Y=2X+3 (RED LINE-M) \n" ); document.write( "SLOPE FOR N=(-11+9)/(5-3)=-2/2=-1 \n" ); document.write( "-9=-1*3+b \n" ); document.write( "-9-3+b \n" ); document.write( "b=-9+3 \n" ); document.write( "b=-6 \n" ); document.write( "Y=-X-6 (GREEN LINE-N) \n" ); document.write( " |