document.write( "Question 95288: Determine an equation in the form y=mx+b of a line satisfying the given condition:
\n" );
document.write( "throught the point (-5,-5) and parallel to the line 5y-2x=5 \n" );
document.write( "
Algebra.Com's Answer #69361 by checkley71(8403) ![]() You can put this solution on YOUR website! 5Y-2X=5 \n" ); document.write( "5Y=-2X+5 \n" ); document.write( "Y=-2X/5+5/5 \n" ); document.write( "Y=-2X/5+1 THIS LINE HAS A SLOPE OF -2/5. \n" ); document.write( "NOW REPLACE THE X +Y TERMS IN THE LINE EQUATION [Y=mX+b] WITH -5,-5 & SOLVE FOR THE Y INTERCEPT (b). \n" ); document.write( "-5=-(2/5)-5+b \n" ); document.write( "-5=10/5+b \n" ); document.write( "b=-5-2 \n" ); document.write( "b=-7 ANSWER FOR THE Y INTERCEPT. \n" ); document.write( "THUS THE EQUATION IS: \n" ); document.write( "Y=-2X/5-7 \n" ); document.write( " \n" ); document.write( " |