document.write( "Question 1002654: Laura, Ravi, and Joe have a total of
\n" );
document.write( "$83
\n" );
document.write( " in their wallets. Joe has
\n" );
document.write( "3
\n" );
document.write( " times what Laura has. Ravi has
\n" );
document.write( "$8
\n" );
document.write( " more than Laura. How much does each have? \n" );
document.write( "
Algebra.Com's Answer #619531 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call their amounts L, R and J. \n" ); document.write( "L + R + J = 83 \n" ); document.write( "J = 3L \n" ); document.write( "R = L + 8 \n" ); document.write( "Substitute these last two into the first one and get \n" ); document.write( "L + (L + 8) + 3L = 83 \n" ); document.write( "5L + 8 = 83 \n" ); document.write( "5L = 75 \n" ); document.write( "L = 15 \n" ); document.write( "R = 23 \n" ); document.write( "J = 45 \n" ); document.write( " |