document.write( "Question 957616: Find the slope of the line passing through the points\r
\n" );
document.write( "\n" );
document.write( "(x1,y1) = ( 3, 0) and (x2,y2) = ( 0, 3) \n" );
document.write( "
Algebra.Com's Answer #585185 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the slope of the line passing through the points\r \n" ); document.write( "\n" ); document.write( "(x1,y1) = ( 3, 0) and (x2,y2) = ( 0, 3) \n" ); document.write( "================= \n" ); document.write( "slope, m = (y2 - y1)/(x2 - x1) \n" ); document.write( " |