document.write( "Question 433097: Could you please help me write an equation in standard form that satisfies these following conditions:\r
\n" );
document.write( "\n" );
document.write( "Parallel to y=4x+1 and passes through (-3, 5).\r
\n" );
document.write( "\n" );
document.write( "Please show me how, step-by-step!! \r
\n" );
document.write( "\n" );
document.write( "Thank you :) \n" );
document.write( "
Algebra.Com's Answer #300200 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Parallel lines have the same slope. Therefore, the slope = 4. Now we need to find the y-intercept. \n" ); document.write( "The slope of a line is determined from two points on the line (x1,y1), (x2,y2): \n" ); document.write( "m = (y2-y1)/(x2-x1) [rise/run] \n" ); document.write( "One of the points on the line is the y-intercept with coordinates (0,b), and the other point is (-3,5). \n" ); document.write( "Use the formula for the slope to find b: \n" ); document.write( "m = 4 = (b-5)/(0+3) -> b-5 = 12, or b = 17 \n" ); document.write( "So the equation for the line is: \n" ); document.write( "y = 4x + 17 \n" ); document.write( " |