I have a question for my sons homework that he and I are struggling to solve.
Janet spent 1/5 of her salary and an additional 146 on food every month. She then spent 1/3 of her remaining money and an additional 28 on transport. If she saved the remaining 1208, how much was her salary.
I tried solving this by going backwords: Initial = x 1/5 + 146 for food = x/5 +146 Remaining = 4/5x - 146
1/3 remaining + $28 on transport = 1/3 + 28 (4/5x - 146) = (4/15x - 48.6666 + 112/5x - 4088) = 22.6666x - 4136.666 = 1208 = 22.6666x = 5344.6666 x = 235
Which is obviously wrong. Any help would be greatly appreciated.
If $x$ is the salary, and if we assume the salary is all of the money there is to spend, then the entire salary $x$ can be partitioned as
$$x = \underbrace{(\tfrac15 x + 146)}_{\textrm{food}} + \underbrace{\tfrac13(\overbrace{x - (\tfrac15 x + 146)}^{\textrm{remaining after food}}) + 28}_{\textrm{transport}} + \underbrace{1208}_{\textrm{saved}}$$
Simplifying:
$$x = \tfrac15 x + 146 + \tfrac13x - \tfrac13(\tfrac15 x + 146) + 28 + 1208$$ $$x = \tfrac15 x + \tfrac13x - \tfrac1{15} x + 1382 - \tfrac{146}{3}$$ $$\tfrac{15}{15}x - \tfrac3{15}x - \tfrac5{15}x + \tfrac1{15}x = \tfrac{4146}{3} - \tfrac{146}{3}$$ $$\tfrac{8}{15}x = \tfrac{4000}{3}$$ $$x = \tfrac{15}{8}\cdot\tfrac{4000}{3} = \boxed{2500}$$ So the salary is $2500$.