document.write( "Question 268663: write the slope-intercept form of the equation of the line through the given point with the given slope:\r
\n" );
document.write( "\n" );
document.write( "through: (-3,0), slope= 2 \n" );
document.write( "
Algebra.Com's Answer #196866 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! The equation of the required line is \n" ); document.write( " y-0 = 2(x+3) \n" ); document.write( " y = 2x+6 \n" ); document.write( " |