document.write( "Question 48350: Write the equation of the line that passes through point (6,4) with a slope of 2\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #31984 by venugopalramana(3286) You can put this solution on YOUR website! Write the equation of the line that passes through point (6,4) =(X1,Y1)with a slope of 2 =M \n" ); document.write( "Y-Y1=M(X-X1) \n" ); document.write( "Y-4=2(X-6) \n" ); document.write( "Y=2X-8 \n" ); document.write( " |