document.write( "Question 255691: the sum of two numbers is 198. if one number is 20% more than the other number, what are the numbers? \n" ); document.write( "
Algebra.Com's Answer #187952 by EMStelley(208)\"\" \"About 
You can put this solution on YOUR website!
Let's call one number x and the other number y. Then from the first sentence we have\r
\n" ); document.write( "\n" ); document.write( "\"x+%2B+y+=+198\"\r
\n" ); document.write( "\n" ); document.write( "The second sentence tells us that\r
\n" ); document.write( "\n" ); document.write( "\"x+=+y+%2B+0.20y+=+1.2y\"\r
\n" ); document.write( "\n" ); document.write( "If we substitute 1.2y for x in the original equation we get\r
\n" ); document.write( "\n" ); document.write( "\"1.2y+%2B+y+=+198\"
\n" ); document.write( "\"2.2y+=+198\"
\n" ); document.write( "\"y+=+90\"\r
\n" ); document.write( "\n" ); document.write( "So one number is 90, and the other must be 108.
\n" ); document.write( "
\n" );