document.write( "Question 83635: The solutions of line m are (3, 3), (5, 5), (15, 15), (34, 34), (678, 678), and (1234, 1234).
\n" );
document.write( "The solutions of line n are (3, -3), (5, -5), (15, -15), (34, -34), (678, -678), and (1234, -1234).\r
\n" );
document.write( "\n" );
document.write( "Form the equations of both the lines.
\n" );
document.write( "What are the co-ordinates of the point of intersection of lines m and n?
\n" );
document.write( "Write the co-ordinates of the intersections of lines m and n with the x-axis.
\n" );
document.write( "Write the co-ordinates of the intersection of lines m and n with the y-axis. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Thank You \n" );
document.write( "
Algebra.Com's Answer #60136 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! first equation: slope=(5-3)/(5-3)=2/2=1. \n" ); document.write( "3=1*3+b, 3=3+b, b=3-3, b=0. \n" ); document.write( "thus we have the line equation y=x (red line-m) (intersect=0,0) \n" ); document.write( "second equation:slope=(-3-3)/(5-3)=-6/2=-3. \n" ); document.write( "-3=-3*3+b, -3=-9+b. -3+9=b. b=6. \n" ); document.write( "thus we have the line equation y=-3x+6 (green line-n) (intersect=2,6) \n" ); document.write( " \n" ); document.write( "y=x now substitute in the second equation \n" ); document.write( "x=-3x+6 \n" ); document.write( "x+3x=6 \n" ); document.write( "4x=6 \n" ); document.write( "x=6/4 \n" ); document.write( "x=3/2 answer. \n" ); document.write( "y=3/2 answer. \n" ); document.write( " |