document.write( "Question 1009110: I need help with finding
\n" );
document.write( " the equation of a slope of 5 through (3,13) \n" );
document.write( "
Algebra.Com's Answer #624648 by fractalier(6550) You can put this solution on YOUR website! Yes...plug your facts into \n" ); document.write( "y = mx + b \n" ); document.write( "to find b...like this... \n" ); document.write( "13 = 5(3) + b \n" ); document.write( "13 = 15 + b \n" ); document.write( "b = -2 \n" ); document.write( "so that your equation is \n" ); document.write( "y = 5x - 2 \n" ); document.write( " |