document.write( "Question 989695: Given the equation y = 2x -7, write a linear equation in point slope form that is parallel to the line (5.1). Then change the equation to slope-intercept form.
\n" );
document.write( "I need to understand the steps and see the answer so I know how it was figured out. This will help me to finish all the other problems. Right now I don't know if what I come up with is accurate. Thank you! Keri and Logan \n" );
document.write( "
Algebra.Com's Answer #609919 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! I'm assuming you meant to say \"parallel to the line and it goes through (5,1)\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Rule: Any two lines that are parallel have the same slope.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Using that rule above, we know that the parallel line has a slope of 2. This is because the slope of y = 2x-7 is 2 as well.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So m = 2 is the parallel slope\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The parallel line goes through (5,1) so x = 5 and y = 1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We will plug m = 2, x = 5 and y = 1 into y = mx+b and solve for b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = mx+b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = 2x+b ... replace m with 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = 2*5+b ... replace x with 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1 = 2*5+b ... replace y with 1, solve for b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1 = 10+b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1-10 = 10+b-10 ... Subtract 10 from both sides.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-9 = b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b = -9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we know that m = 2 and b = -9. Therefore the equation of the parallel line must be y = 2x - 9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "Edit: Point slope form is y - y1 = m(x-x1). The line goes through (5,1) so (x1,y1) = (5,1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y - y1 = m(x-x1) turns into y - 1 = 2(x - 5) when you plug in the given info. So the equation of the line in point slope form is y - 1 = 2(x - 5)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The equation of the line in slope intercept form is y = 2x-9. This can be found by following the steps shown above or by solving for y in y - 1 = 2(x - 5) \n" ); document.write( " |