document.write( "Question 426133: Write an equation of the line containing the specified point and parallel to the indicated line.
\n" );
document.write( "(-7,0),5x+2y=6 \n" );
document.write( "
Algebra.Com's Answer #296516 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The equation will be of the form y = mx + b \n" ); document.write( "Putting the equation for the indicated line in this form gives \n" ); document.write( "y = -5/2x + 3 \n" ); document.write( "The line we want is parallel to the above which means the slopes are the same. \n" ); document.write( "So the equation of the line is y = -5/2x + b \n" ); document.write( "The point (-7,0) lies on the line. We can use this information to solve for b. \n" ); document.write( "0 = -5/2*-7 + b -> b = -35/2. \n" ); document.write( "So the answer is: \n" ); document.write( "y = -5/2x - 35/2 \n" ); document.write( "Here are the graphs of the two equations: \n" ); document.write( " |