document.write( "Question 423677: what is the equation of a line that passes through (-5, 1) and is parallel to y = x + 4 ?\r
\n" );
document.write( "\n" );
document.write( "please show steps to help me understand \n" );
document.write( "
Algebra.Com's Answer #295427 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! what is the equation of a line that passes through (-5, 1) and is parallel to y = x + 4 ?\r \n" ); document.write( "\n" ); document.write( "Parallel lines have the same slope. Therefore, we know the equation has the form y = x + b. The only thing left to do is find the y-intercept. The slope of a line can be determined using two points on the line: m = (y2-y1)/(x2-x1). \n" ); document.write( "Let's use the y-intercept as one of the points. Since x=0 at the y-intercept, we have: \n" ); document.write( "m = 1 = (b-1)/(0 - -5). Solving for b gives (b - 1) = 5 -> b = 6. \n" ); document.write( "So our equation is y = x + 6 \n" ); document.write( " |