document.write( "Question 109409: Find the slope of the line passing through the points (1, 3) and (1, –1).
\n" );
document.write( "–4
\n" );
document.write( "0
\n" );
document.write( "Undefined
\n" );
document.write( "1
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #79766 by parth603(1)![]() ![]() ![]() You can put this solution on YOUR website! see we have to find the slope of (1,3) and (1,-1)\r \n" ); document.write( "\n" ); document.write( "formula: m(slope) = (y2-y1)/(x2-x1) \n" ); document.write( " = (-1-3)/(1-1) \n" ); document.write( " = -4/0\r \n" ); document.write( "\n" ); document.write( "so -4/0 is the slope \n" ); document.write( " |