document.write( "Question 301748: Find an equation of the line that contains the given point and is parallel to the given line: 2x-y=5, (-3,-8) \n" ); document.write( "
Algebra.Com's Answer #216367 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! parallel means same slope \n" ); document.write( "slope is -a/b=-2/-1=2 \n" ); document.write( "or 2x-y=5 \n" ); document.write( "2x-5=y \n" ); document.write( "m=2 \n" ); document.write( "y=mx+b \n" ); document.write( "-8=2*(-3)+b \n" ); document.write( "-8=-6+b \n" ); document.write( "-2=b \n" ); document.write( "y=2x-2 \n" ); document.write( " \n" ); document.write( " |