Difficulty: Easy
Correct Answer: 9
Explanation:
Introduction / Context:
For meshed gears, revolutions are inversely proportional to the number of cogs (teeth). Fewer cogs imply more turns to pass the same number of teeth, and vice versa. We apply inverse proportion to map revolutions between the two wheels.
Given Data / Assumptions:
Concept / Approach:
rev_small * cogs_small = rev_large * cogs_large. Solve for rev_large using the product equality of engaged teeth counts.
Step-by-Step Solution:
Verification / Alternative check:
Tooth counts: small engages 21 * 6 = 126 teeth; for the big gear to see 126 teeth with 14 per revolution, it must make 126/14 = 9 revolutions.
Why Other Options Are Wrong:
Common Pitfalls:
Using direct proportion (wrong here) instead of inverse proportion. Always remember: more cogs ⇒ fewer revolutions for a fixed tooth transfer.
Final Answer:
Discussion & Comments