document.write( "Question 515614: I am working on solving the systems of equations by elimination method.
\n" );
document.write( "{-x+18y=20 and x+18y=25}. Once these two equations are added together, I come up with 36y=45. The next step is to solve for y by dividing 36y=45. My answer is y=5/4. So far, so good. \r
\n" );
document.write( "\n" );
document.write( "However, I am having trouble finding x. I rewrite the above equations and substitute 5/4 in the first equation, -x+18y=20. I substitute 5/4 for y and the answer is x-5/2. I need to know \"how\" that answer is worked out.\r
\n" );
document.write( "\n" );
document.write( "Thanks. \n" );
document.write( "
Algebra.Com's Answer #344103 by mananth(16946)![]() ![]() You can put this solution on YOUR website! I continue \r \n" ); document.write( "\n" ); document.write( "x+18y= 25\r \n" ); document.write( "\n" ); document.write( "x+18*5/4 = 25\r \n" ); document.write( "\n" ); document.write( "LCD = 4 \n" ); document.write( "multiply by 4\r \n" ); document.write( "\n" ); document.write( "4x+90=100 \n" ); document.write( "4x=10 \n" ); document.write( "x=10/4 \n" ); document.write( "x=5/2 \n" ); document.write( " |