document.write( "Question 41841: Find the equation in slope-intercept form of the line satisfying the conditions.\r
\n" );
document.write( "\n" );
document.write( ";through(0,-3) \n" );
document.write( "
Algebra.Com's Answer #27101 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! use the point-slope form and then convert to slope-intercept form... \n" ); document.write( "y - y1 = m(x - x1) \n" ); document.write( "y + 3 = (7/4)(x - 0) \n" ); document.write( "y = (7/4)x - 3 \n" ); document.write( " |