document.write( "Question 935163: A has 20% more more money than B, and C has 20% less money than B. what percent more money does A have than C ? \n" ); document.write( "
Algebra.Com's Answer #568304 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
let A represent the amount of money that A has.
\n" ); document.write( "let B represent the amount of money that B has.
\n" ); document.write( "let C represent the amount of money that C has.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "A = B + .20 * B = 1.20 * B\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "C = B - .20 * B = .8 * B\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "A / C = (1.20 * B) divided by (.8 * B) which is equal to 1.20 / .8 which is equal to 1.5\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "A has 1.5 * the amount of money that C has.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "1.5 * C - C is equal to .5 * C.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "A has 50% more money than C has.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "let's see how this works out.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Assume that B has 100 dollars.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "then:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "A has 120 dollars.
\n" ); document.write( "C has 80 dollars.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "A - C = 120 - 80 = 40\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this means that A has 40 dollars more than C.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "40 / 80 = .5 = 50%\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this means that A has 50% more dollars than C has.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );