document.write( "Question 1009568: Lashonda, Brian, and Ravi have a total of $106 in their wallets. Lashonda has
\n" );
document.write( "$10 less than Brian. Ravi has 4 times what Lashonda has. How much do they have in their wallets? \n" );
document.write( "
Algebra.Com's Answer #625142 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "L=amount Lashonda has; B=amount Brian has=L+$10 \n" ); document.write( "R=amount Ravi has=4L \n" ); document.write( ". \n" ); document.write( "L+B+R=$106 \n" ); document.write( "L+(L+$10)+4L=$106 \n" ); document.write( "6L+$10=$106 \n" ); document.write( "6L=$96 \n" ); document.write( "L=$16 \n" ); document.write( "ANSWER 1: Lashonda has $16. \n" ); document.write( ". \n" ); document.write( "B=L+$10=$16+$10=$26 \n" ); document.write( "ANSWER 2: Brian has $26. \n" ); document.write( ". \n" ); document.write( "R=4L=4($16)=$64 \n" ); document.write( "ANSWER 3: Ravi has $64. \n" ); document.write( ". \n" ); document.write( "CHECK: \n" ); document.write( "L+B+R=$106 \n" ); document.write( "$16+$26+$64=$106 \n" ); document.write( "$106=$106 \n" ); document.write( ". \n" ); document.write( " |