document.write( "Question 467095: Hello,\r
\n" );
document.write( "\n" );
document.write( "I have a question on solving formulas for variables.\r
\n" );
document.write( "\n" );
document.write( "What are the steps for solving this problem.\r
\n" );
document.write( "\n" );
document.write( "x/5 + 5y = m/n; solve for y\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #320377 by Theo(13342) You can put this solution on YOUR website! your equation is: \n" ); document.write( "x/5 + 5y = m/n \n" ); document.write( "you want to solve for y. \n" ); document.write( "subtract x/5 from both sides of the equation to get: \n" ); document.write( "5y = m/n - x/5 \n" ); document.write( "divide both sides of the equation by 5 to get: \n" ); document.write( "y = (m/n)/5 - (x/5)/5 \n" ); document.write( "(m/n)/5 is equivalent to m/(5n) \n" ); document.write( "(x/5)/5 is equivalent to x/25) \n" ); document.write( "your equation becomes: \n" ); document.write( "y = m/(5n) - x/25 \n" ); document.write( "you can put everything under a common denominator to get: \n" ); document.write( "y = 25m/(25*5*n) - 5nx/(25*5*h) which becomes: \n" ); document.write( "y = (25m - 5nx) / (125n) \n" ); document.write( "you can factor this further to get: \n" ); document.write( "y = 5*(5m-nx) / (125n) \n" ); document.write( "you can simplify this further to get: \n" ); document.write( "y = (5m-nx) / (25n) \n" ); document.write( "i think this is as far as you can go. \n" ); document.write( "to confirm you did the process correctly, give some numbers to the variables and see if the equations are the same. \n" ); document.write( "i let: \n" ); document.write( "m = 2 \n" ); document.write( "n = 3 \n" ); document.write( "x = 4 \n" ); document.write( "using these values, the original equation of: \n" ); document.write( "x/5 + 5y = m/n becomes: \n" ); document.write( "4/5 + 5y = 2/3 \n" ); document.write( "subtract 4/5 from both sides to get: \n" ); document.write( "5y = 2/3 - 4/5 \n" ); document.write( "divide both sides by 5 to get: \n" ); document.write( "y = (2/3)/5 - (4/5)/5 which becomes: \n" ); document.write( "y = 2/15 - 4/25 \n" ); document.write( "i'll stop there and see if i can duplicate that with the final equation. \n" ); document.write( "the final equation is: \n" ); document.write( "y = (5m-nx) / (25n) \n" ); document.write( "after substitution this becomes: \n" ); document.write( "y = (10 - 12) / 75 \n" ); document.write( "i have 2 equations. \n" ); document.write( "the final equations shows up as y = (10 - 12) / 75 \n" ); document.write( "the original equation shows up as y = 2/15 - 4/25 \n" ); document.write( "i will get the original equation to have a common denominator. \n" ); document.write( "the original equation becomes: \n" ); document.write( "y = 10/75 - 12/75 which becomes (10 - 12) / 75 \n" ); document.write( "both equations are identical so the transformation was performed correctly. \n" ); document.write( " \n" ); document.write( " |