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)\"\" \"About 
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( "\"x-%28%281%2F2%29x%2B2.80%29=15.40\"
\n" ); document.write( "\"%281%2F2%29x-2.80=15.40\"
\n" ); document.write( "\"%281%2F2%29x=18.20\"
\n" ); document.write( "\"x=36.40\"

\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( "\"y-%28%281%2F2%29y-12.20%29=36.40\"
\n" ); document.write( "\"%281%2F2%29y%2B12.20=36.40\"
\n" ); document.write( "\"%281%2F2%29y=24.20\"
\n" ); document.write( "\"y=48.40\"

\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( "\"z-%28%281%2F3%29z%2B8%29=48.40\"
\n" ); document.write( "\"%282%2F3%29z-8=48.40\"
\n" ); document.write( "\"%282%2F3%29z=56.40\"
\n" ); document.write( "\"z=84.60\"

\n" ); document.write( "ANSWER: The amount he started with was $86.40

\n" ); document.write( "
\n" ); document.write( "
\n" );