document.write( "Question 205821: Find an equation of the line having the given slope and containing the given point. m=6,(7,1)
\n" );
document.write( "the equation of the line in slope-intercept is y= \n" );
document.write( "
Algebra.Com's Answer #155425 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Find an equation of the line having the given slope and containing the given point. m=6,(7,1) \n" ); document.write( ": \n" ); document.write( "Start with the point/slope form: y - y1 = m(x - x1) \n" ); document.write( "y - 1 = 6(x - 7) \n" ); document.write( "y - 1 = 6x - 42 \n" ); document.write( "y = 6x - 42 + 1 \n" ); document.write( ": \n" ); document.write( "the equation of the line in slope-intercept is y = 6x - 41 \n" ); document.write( " |