document.write( "Question 264324: I need to solve for y to graph. The equation is x-2y=10. How do I do that? \n" ); document.write( "
Algebra.Com's Answer #194601 by JBarnum(2146)![]() ![]() You can put this solution on YOUR website! x-2y=10 \n" ); document.write( "-x -x \n" ); document.write( "-2y=10-x \n" ); document.write( "(-2y)/-2=(10-x)/-2 \n" ); document.write( "y=(x-10)/2 or y=(x/2)-5 \n" ); document.write( " |