Sometimes, a problem can be solved easily by introducing some simple new variables to it. Try this technique on the problem below that doesn't require equations.
In a camp there are 90 children and their supplies last for 20 days. After 4 days, 10 of the children left the camp. For how many days do the supplies left last for the remaining children?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We decide to solve this by adding a new variable : helpings . Since the food lasts for 20 days for 90 children , there are 90 * 20 = 1800 helpings . After 4 days 4 * 90 = 360 helpings were consumed , so 1440 helpings remain . As 10 children left , the remaining food lasts for 1440 / 80 = 18 days . You can solve this problem with many ways , but introducing a new variable makes the problem very easy to solve .