document.write( "Question 223236: Write the equation of these lines
\n" );
document.write( "
\n" );
document.write( " (through the point (2,3) with slope 5.)
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "through the point (-4,3) with slope of three fourths.
\n" );
document.write( "
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #166961 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Write the equation of these lines\r \n" ); document.write( "\n" ); document.write( "through the point (2,3) with slope 5 \n" ); document.write( "y = mx + b \n" ); document.write( "3 = 5*2 + b \n" ); document.write( "b = -7 \n" ); document.write( "y = 5x - 7 \n" ); document.write( "----------- \n" ); document.write( "through the point (-4,3) with slope of three fourths \n" ); document.write( "y = mx + b \n" ); document.write( "3 = (3/4)*-4 + b = -3 + b \n" ); document.write( "b = 6 \n" ); document.write( "y = 0.75x + 6\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |