189k views
3 votes
There are 10 separate LARGE, equal-size boxes, and inside each box there are 4 separate MEDIUM boxes, and insideeach of the MEDIUM boxes there are 5 even SMALLER boxes.How many boxes are there all together?

1 Answer

4 votes

initially, there are 10 large boxes -> N=10

second, inside each large box there are 4 medium boxes -> N = 10 + 4*10 = 10+40=50

third, inside each of the 40 medium boxes, there are 5 small boxes -> N = 10 + 4*10 + 5*4*10 = 50 + 5*40 = 50+200 = 250

Therefore, there are 250 boxes all together

User Tatsuyuki Ishi
by
4.1k points