document.write( "Question 1099363: Find an equation of the line having the given slope and containing the given point.
\n" );
document.write( "Slope -7; through (3,-7)
\n" );
document.write( "The equation of the line is ?
\n" );
document.write( "Answer in slope-intercept form \n" );
document.write( "
Algebra.Com's Answer #713793 by Boreal(15235) You can put this solution on YOUR website! point slope formula y-y1=m(x-x1), m the slope and (x1, y1) the point. \n" ); document.write( "y+7=-7(x-3) \n" ); document.write( "y+7=-7x+21 \n" ); document.write( "y=-7x+14 \n" ); document.write( " |