document.write( "Question 313987: write an equation of the line containing the given point and parallel to the given line y=mx+b
\n" );
document.write( "(2,7)x+8y=9
\n" );
document.write( "y= \n" );
document.write( "
Algebra.Com's Answer #224500 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! (2,7) \n" ); document.write( "x+8y=9 \n" ); document.write( "8y=-x+9 \n" ); document.write( "y=-x/8+9/8 (red line) \n" ); document.write( "This line has a slope=-1/8. \n" ); document.write( "The parallel line will also have a slope=-1/8 \n" ); document.write( "7=-1/8*2+b \n" ); document.write( "7=-2/8+b \n" ); document.write( "b=7+1/4 \n" ); document.write( "b=(28+1)/4 \n" ); document.write( "b=29/4 The Y intercept. \n" ); document.write( "y=-x/8+29/4 (green line) \n" ); document.write( " |