document.write( "Question 157173: What is the equation of the line that passes through the point (-1,7) and is parallel to the line y=-2x-1? \n" ); document.write( "
Algebra.Com's Answer #115830 by Alan3354(69443) You can put this solution on YOUR website! What is the equation of the line that passes through the point (-1,7) and is parallel to the line y=-2x-1? \n" ); document.write( "------------------- \n" ); document.write( "If it's parallel, it has the same slope. y=-2x-1 is in the slope-intercept form, y=mx+b, where m is the slope. \n" ); document.write( "So the slope is -2 \n" ); document.write( "-------------- \n" ); document.write( "y-y1 = m*(x-x1) where (x1,y1) is the given point. \n" ); document.write( "y-7 = -2*(x - (-1)) \n" ); document.write( "y-7 = -2*(x+1) \n" ); document.write( "y-7 = -2x-2 \n" ); document.write( "y = -2x+5 (slope-intercept form) \n" ); document.write( "2x + y = 5 (standard form) \n" ); document.write( " \n" ); document.write( " |