document.write( "Question 203198: The points(1,3),(2,5),(8,17),(50,101) and (1000, 2001) all lie on line M.
\n" );
document.write( "The points(1,-1),(2,-3),(8,-15),(50,-99) and (1000,-1999) all lie on line N.
\n" );
document.write( "a. form the equations of both the lines
\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( "
Algebra.Com's Answer #153303 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The points(1,3),(2,5),(8,17),(50,101) and (1000, 2001) all lie on line M. \n" ); document.write( "The points(1,-1),(2,-3),(8,-15),(50,-99) and (1000,-1999) all lie on line N. \n" ); document.write( "a. form the equations of both the lines \n" ); document.write( "Equation of line M: \n" ); document.write( "slope = (5-3)/(2-1) = 2 \n" ); document.write( "Since y = mx + b, 3 = 2*1+b ; b = 1 \n" ); document.write( "Equation is y = 2x + 1 \n" ); document.write( "---------------------------------------------------- \n" ); document.write( "Equation of line N: \n" ); document.write( "slope = (-3--1)/(2-1) = -2/1 = -2 \n" ); document.write( "Since y = mx + b, -1 = -2*1 + b, b = 1 \n" ); document.write( "Equation is y = -2x + 1 \n" ); document.write( "---------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "b.what are the co-ordinates of the point of intersection of lines m and n \n" ); document.write( "2x+1 = -2x+1 \n" ); document.write( "4x = 0 \n" ); document.write( "x = 0 \n" ); document.write( "Substitute to solve for \"y\": \n" ); document.write( "y = 2*0+1 \n" ); document.write( "y = 1 \n" ); document.write( "--- \n" ); document.write( "Point of intersection: (0,1) \n" ); document.write( "----------------------------------------------------- \n" ); document.write( "c. write the co-ordinates of the intersections of lines m and n with the x-axis \n" ); document.write( "M intersects the x-axis when 0 = 2x+1; x = -1/2 \n" ); document.write( "N intersects the x-axis when 0 = -2x+1: x = 1/2 \n" ); document.write( "----------------------------------------------------- \n" ); document.write( "d. write the co-ordinates of the intersection of lines m and n with the y-axis \n" ); document.write( "Bothe intersect the y-axis at (0,1) \n" ); document.write( "======================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |