Problema Solution

Two boxes of apples contain a total of 24 apples. If you halve the number of apples in the first box and add 4 apples to the second box, the total changes to 20 apples. How many apples are in each box initially?

Answer provided by our tutors

Let 'x' the number of apples in the first box and 'y' the number of apples in the second box.

x + y = 24

(x/2) + (y + 4) = 20

........

click here to see the system of equations solved for x and y

........

x = 16 apples

y = 8 apples

Initially there are 16 apples in the first and 8 apples in the second box.