In a bag there are marbles of various colors. It is known that all the marbles except 6 are yellow, all the marbles except 7 are red, all the marbles except 10 are blue. Moreover, there is at least one blue marble and there could also be marbles of colors different from yellow, red and blue. How many marbles does the bag contain?
Pick one
Solution
Solution:
The answer is (B). Let us call n the total number of marbles present in the bag. The yellow marbles are then n−6, the red ones are n−7, and the blue ones are n−10. Since there could also be marbles of other colors, the following inequality holds: n−6+n−7+n−10≤n, which implies n≤223. Since there is at least one blue marble, n≥11, from which n=11.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement translated into English from it; metadata (topic, difficulty) added by this project.