document.write( "Question 214836: Write the equation in slope-intercept form of the line satisfying the given conditions:
\n" );
document.write( "Through (-2,-2); parallel to -x+2y=10 \n" );
document.write( "
Algebra.Com's Answer #162360 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Through (-2,-2); parallel to -x+2y=10 \n" ); document.write( "-X+2Y=10 \n" ); document.write( "-2Y=X+10 \n" ); document.write( "Y=X/-2+10/-2 \n" ); document.write( "Y=-X/2-5 THIS LINE HAS A SLOPE=-1/2. \n" ); document.write( "ANY PARALLEL LINE WILL ALSO HAVE A SLOPE=-1/2. \n" ); document.write( "-2=-1/2*-2+b \n" ); document.write( "-2=1+b \n" ); document.write( "b=-2-1 \n" ); document.write( "b=-3 the y intercept. \n" ); document.write( "y=-x/2-3 is this line's equation. \n" ); document.write( " |