Difference between revisions of "2022 SSMO Speed Round Problems/Problem 2"
(Created page with "==Problem== Let <math>A</math>, <math>B</math>, <math>C</math> be independently chosen vertices lying in the square with coordinates <math>(-1, - 1)</math>, <math>(-1, 1)</mat...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Problem== | ==Problem== | ||
− | + | ||
+ | A bag is big enough to hold exactly 6 large pencils, 12 medium pencils, or 30 small pencils, with no space left over. Given that there is 1 large pencil and 3 medium pencils currently in the bag, what is the maximum number of small pencils that may be added to the bag? Note that there may still be space left over in the bag. | ||
==Solution== | ==Solution== | ||
− | + | Each large pencil takes up <math>\tfrac16</math>th of the bag, each medium pencil takes up <math>\tfrac1{12}</math>th of the bag, and each small pencil takes up <math>\tfrac1{30}</math>th of the bag. So, our answer is <cmath>\left\lfloor\frac{1-\frac16-3\cdot\frac1{12}}{\frac1{30}}\right\rfloor=\left\lfloor\frac{\frac7{12}}{\frac1{30}}\right\rfloor=\left\lfloor17.5\right\rfloor=\boxed{17}.</cmath> | |
− | and <math> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | <cmath> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ~pinkpig |
Latest revision as of 16:52, 13 September 2025
Problem
A bag is big enough to hold exactly 6 large pencils, 12 medium pencils, or 30 small pencils, with no space left over. Given that there is 1 large pencil and 3 medium pencils currently in the bag, what is the maximum number of small pencils that may be added to the bag? Note that there may still be space left over in the bag.
Solution
Each large pencil takes up th of the bag, each medium pencil takes up
th of the bag, and each small pencil takes up
th of the bag. So, our answer is
~pinkpig