document.write( "Question 1019673: Consider the 2 ordered pairs (3,4) and (6,8).
\n" );
document.write( "(a) Find the slope of the line passing through these two points? I believe this is m=4/3
\n" );
document.write( "(b) Find the equation of the line passing through these two points. I believe this is y=4x/3
\n" );
document.write( "(c) Find the x and y intercepts of the line passing through these two points.\r
\n" );
document.write( "\n" );
document.write( "This is what I am stuck on. I can only find how to solve for the slope and y intercept and am getting confused.
\n" );
document.write( "Thank you. \n" );
document.write( "
Algebra.Com's Answer #635636 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "a) You are correct m = 4/3 \n" ); document.write( "b) you are correct Equation of line = y = 4/3x \n" ); document.write( "c) To find where a line cuts the x axis make y = 0 \n" ); document.write( "y = 4/3x \n" ); document.write( "0 = 4/3x \n" ); document.write( "x = 0 \n" ); document.write( "So (0,0) \n" ); document.write( "To find where a line cuts the y axis make x = 0 \n" ); document.write( "y = 4/3x \n" ); document.write( "y = 4/3(0) \n" ); document.write( "y = 0 \n" ); document.write( "so (0,0) \n" ); document.write( "line cuts at origin. \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |