document.write( "Question 629127: Ralph spent one quarter of his allowance at the school tuckshop purchasing lunch Monday and two thirds of the remainder at the bookstore on Wednesday. If he had $4.50 left in his wallet, how much is Ralph's weekly allowance? \n" ); document.write( "
Algebra.Com's Answer #396037 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
x = allowance.
\n" ); document.write( "cost for lunch = x/4
\n" ); document.write( "remainder = 3x/4
\n" ); document.write( "cost for books = 2/3 * (3x/4) = 2x/4
\n" ); document.write( "remainder = 3x/4 - 2x/4 = x/4
\n" ); document.write( "remainder = 4.50 which leads to:
\n" ); document.write( "4.50 = x/4
\n" ); document.write( "multiply both sides by 4 to get:
\n" ); document.write( "x = 18.00
\n" ); document.write( "to confirm, go back to the original problem and work it through with x = 18.00
\n" ); document.write( "allowance = 18.00
\n" ); document.write( "cost for lunch = 18/4 = 4.5
\n" ); document.write( "remainder = 18.00 - 4.5 = 13.5
\n" ); document.write( "cost for books = 2/3 * remainder
\n" ); document.write( "cost for books = 2/3 * 13.5 = 27/3 = 9
\n" ); document.write( "remainder = 13.5 - 9 = 4.50
\n" ); document.write( "everything checks out.
\n" ); document.write( "allowance is $18.00
\n" ); document.write( "
\n" ); document.write( "
\n" );