document.write( "Question 6986: this is my question\r
\n" );
document.write( "\n" );
document.write( "how do i write an equation of the line through the given point with the given slope? (0,2);m=4/5 then write in slope intercept form? \n" );
document.write( "
Algebra.Com's Answer #3930 by prabhjyot(165)![]() ![]() ![]() You can put this solution on YOUR website! The line through (0,2) with slope 4/5 has equation \r \n" ); document.write( "\n" ); document.write( "y = y1 + m(x - x1) \n" ); document.write( " = 2 + 4/5(x - 0) \n" ); document.write( " = 2 + (4/5)x \n" ); document.write( " = 4/5x + 2 \n" ); document.write( " \n" ); document.write( " |