document.write( "Question 39827: bob has $3 more than Carol, and Carol has twice as much as Leon. Together they have $108. How much does each person have? \n" ); document.write( "
Algebra.Com's Answer #25269 by atif.muhammad(135)\"\" \"About 
You can put this solution on YOUR website!
Carol = $x
\n" ); document.write( "Bob has $3 more than Carol = $(x+3)
\n" ); document.write( "Carol has twice as much as Leon = $0.5x\r
\n" ); document.write( "\n" ); document.write( "Together they have $108 = x + (x+3) + 0.5x\r
\n" ); document.write( "\n" ); document.write( "x + x+ 3 + 0.5x = 108\r
\n" ); document.write( "\n" ); document.write( "2.5x + 3 = 108\r
\n" ); document.write( "\n" ); document.write( "2.5x = 105\r
\n" ); document.write( "\n" ); document.write( "5x = 210\r
\n" ); document.write( "\n" ); document.write( "x = 42\r
\n" ); document.write( "\n" ); document.write( "Carol has $42
\n" ); document.write( "Bob has $3 more than Carol = $45
\n" ); document.write( "Carol has twice as much as Leon = Leon has $21
\n" ); document.write( "Hope that helps!
\n" ); document.write( "
 \n" );
document.write( "
\n" );