document.write( "Question 271195: Find the equation of a line containing the given point and having the given slope.\r
\n" );
document.write( "\n" );
document.write( "(2,6),m=5/4 \n" );
document.write( "
Algebra.Com's Answer #198600 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Y=mX+b m=slope & b=Y intercept. \n" ); document.write( "6=3/4*2+b \n" ); document.write( "6=6/4+b \n" ); document.write( "b=6-6/4 \n" ); document.write( "b=6-1.5 \n" ); document.write( "b=4.5 \n" ); document.write( "Y=3X/4+4.5 ans. \n" ); document.write( " |