document.write( "Question 399153: write an equation in slope-intercept form of the line that is parallel to the graph of the equation and passes through the given point
\n" );
document.write( "y=3x+6; (4,7) \n" );
document.write( "
Algebra.Com's Answer #282669 by mananth(16946)![]() ![]() You can put this solution on YOUR website! y=3x+6; (4,7) \n" ); document.write( "slope m = 3 \n" ); document.write( "the parallel line will also have a slope of 3 \n" ); document.write( "... \n" ); document.write( "find b from y = mx +b \n" ); document.write( "plug m & ( 4,7) \n" ); document.write( "7=3*4+b \n" ); document.write( "7=12+b \n" ); document.write( "b=-5 \n" ); document.write( "... \n" ); document.write( "The equation is \n" ); document.write( "y = 3x-7 \n" ); document.write( " |