document.write( "Question 159267: 4y=(x+y+10)
\n" );
document.write( "what does x and y equal? \n" );
document.write( "
Algebra.Com's Answer #117409 by t_as87(5)![]() ![]() ![]() You can put this solution on YOUR website! You need to get all the like terms together on each side... \n" ); document.write( "so 4y = x + y + 10 \n" ); document.write( "Subtract y from both sides to get \n" ); document.write( "3y = x + 10 \n" ); document.write( "Now divide both sides by 3 \n" ); document.write( " \n" ); document.write( "if you want a formula for x \n" ); document.write( "using the 2nd equation: x = 3y - 10 \n" ); document.write( " |