document.write( "Question 178711: x=2y+5 ; solve for y.
\n" );
document.write( " whats the answer of this ? \n" );
document.write( "
Algebra.Com's Answer #133674 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! x=2y+5 ; solve for y. \n" ); document.write( "-------------- \n" ); document.write( "With a single eqn, you can solve for y only in terms of other variables, in this case x. \n" ); document.write( "x=2y+5 \n" ); document.write( "2y = x-5 \n" ); document.write( "y = (x-5)/2 \n" ); document.write( " \n" ); document.write( " |