document.write( "Question 1209350: Rama was getting some items for the new school year. First, he bought some textbooks with $8 more than 1/3 of his money. Next, Next, he bought his stationery with $12.20 less than 1/2 of his remaining money. Lastly, he bought some school socks with $2.80 more than 1/2 of the money left. Then, he had $15.40 with him. How much money did he have at first? \n" ); document.write( "
Algebra.Com's Answer #848622 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Working the problem \"forwards\", as shown in the other responses, requires doing some back-substitution to get the final answer. \n" ); document.write( "You can get the answer directly by working the problem backwards. \n" ); document.write( "He finished with $15.40 after spending $2.80 more than half of his money on school socks. \n" ); document.write( "let x = amount he had before buying the socks \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Before buying the socks, the amount he had was $36.40. That was what he had after spending $12.20 less than half his money on stationery. \n" ); document.write( "let y = amount he had before buying the stationery \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The amount he had before buying the stationery was $48.40. That was what he had after spending $8 more than 1/3 of his money on textbooks. \n" ); document.write( "let z = amount he had before buying the textbooks (i.e., the amount he had at first) \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "ANSWER: The amount he started with was $86.40 \n" ); document.write( " \n" ); document.write( " |