document.write( "Question 622748: Find an equation of the line having the given slope and containing the given point. m=5, (4,1) The equation of the line in slope intercept form is y=\r
\n" );
document.write( "\n" );
document.write( "There parts I understand and some I do not. Here is what I attempted to do to solve the problem\r
\n" );
document.write( "\n" );
document.write( "m= 5, (4, 1)
\n" );
document.write( "m=5 and y intercept (4,1)
\n" );
document.write( "m=5 and b=1
\n" );
document.write( "y=4 times x +1 (this is the part I did not understand)
\n" );
document.write( "y=1 \n" );
document.write( "
Algebra.Com's Answer #391568 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find an equation of the line having the given slope and containing the given point. m=5, (4,1) \n" ); document.write( "------------------- \n" ); document.write( "Use y = mx + b and the point to find b \n" ); document.write( "1 = 5*4 + b \n" ); document.write( "b = -19 \n" ); document.write( "----- \n" ); document.write( "Then just write it: \n" ); document.write( "y = 5x - 19 \n" ); document.write( " \n" ); document.write( " |