document.write( "Question 1203171: Kumar spent $240 of his allowance on food and 20% of the remaining allowance on transport. He spent 68% of his allowance on food and transport. What percentage of his allowance did he spend on transport?\r
\n" );
document.write( "\n" );
document.write( "(1) 48%
\n" );
document.write( "(2) 32%
\n" );
document.write( "(3) 8%
\n" );
document.write( "(4) 4% \n" );
document.write( "
Algebra.Com's Answer #838516 by Theo(13342)![]() ![]() You can put this solution on YOUR website! food = 240. \n" ); document.write( "transport = .20 * (x - 240) = .20x - 48. \n" ); document.write( "total allowance = x. \n" ); document.write( ".68 * x = 240 + .20x - 48 \n" ); document.write( "subtract .20x from both sides of that equation and combine like terms to get .48 * x = 192 \n" ); document.write( "solve for x to get x = 192 / .48 = 400. \n" ); document.write( "his allowance was 400. \n" ); document.write( "trnsport was .20 * 400 - 48 = 80 - 48 = 32 \n" ); document.write( "32 on tranport / 400 total allowance = .08. \n" ); document.write( "your answer is he spent 8% of his allowance on transport. \n" ); document.write( " \n" ); document.write( " |