document.write( "Question 444622: m=3(6,2)
\n" );
document.write( "write the slope intercept equation for the line the given slope \n" );
document.write( "
Algebra.Com's Answer #306459 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! I assume you mean there is a line with slope = 3 that goes through the point (6,2). \n" ); document.write( "y = 3x + b \n" ); document.write( ". \n" ); document.write( "But what is b? \n" ); document.write( ". \n" ); document.write( "Well, we're told the point (6,2) is on the line. \n" ); document.write( ". \n" ); document.write( "2 = 3(6) + b \n" ); document.write( "2 = 18 + b \n" ); document.write( "So, b = -16 \n" ); document.write( ". \n" ); document.write( "y = 3x - 16 \n" ); document.write( ". \n" ); document.write( " |