document.write( "Question 1004277: Find the slope-intercept form of the equation that passes through the given point and is parallel to the given line.\r
\n" );
document.write( "\n" );
document.write( "(2,-7) and y=x-2\r
\n" );
document.write( "\n" );
document.write( "y=[]x+[] \n" );
document.write( "
Algebra.Com's Answer #620778 by Cromlix(4381) You can put this solution on YOUR website! Hi there, \n" ); document.write( "y = x - 2 \n" ); document.write( "Lines that are parallel to one another \n" ); document.write( "have the same slope. \n" ); document.write( "m1 = m2 \n" ); document.write( "Using the line equation: \n" ); document.write( "y - b = m(x - a) \n" ); document.write( "with slope = 1 \n" ); document.write( "and (a,b) = (2,-7) \n" ); document.write( "y - b = m(x - a) \n" ); document.write( "y - (-7) = 1(x - 2) \n" ); document.write( "y + 7 = x - 2 \n" ); document.write( "y = x - 2 - 7 \n" ); document.write( "y = x - 9. \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |