A pendulum strikes 5 times in 3 seconds and another pendulum strikes 7 times in 4 seconds. If both pendulums start striking at the same time, how many clear strikes can be listened in 1 minute?
Aptitude
HCF and LCM
Difficulty: Hard
Choose an option
-
A195
-
B199
-
C200
-
D205
Answer
Correct Answer: 200
Explanation
### Concept & Logic
To find the total number of "clear strikes" heard from two different pendulums, we must use the principle of inclusion-exclusion. A clear strike is heard whenever *either* pendulum strikes. If they strike at the exact same moment, they blend into one clear strike.
$$|A \cup B| = |A| + |B| - |A \cap B|$$
Where $|A|$ and $|B|$ are the number of strikes of each pendulum, and $|A \cap B|$ is the number of simultaneous strikes.
### Step-by-Step Solution
**Given:**
* Pendulum A rate: 5 strikes in 3 seconds $\implies 1$ strike every $\frac{3}{5}$ seconds.
* Pendulum B rate: 7 strikes in 4 seconds $\implies 1$ strike every $\frac{4}{7}$ seconds.
* Total time window: 1 minute = 60 seconds.
* (Note: Based on standard exam interpretations matching the options, we evaluate the strikes occurring *within* the 60 seconds, excluding the initial simultaneous strike at $t=0$).
**Calculation:**
1. Calculate individual strikes in 60 seconds:
* Pendulum A strikes: $\frac{60}{3/5} = 60 \times \frac{5}{3} = 100 \text{ strikes}$
* Pendulum B strikes: $\frac{60}{4/7} = 60 \times \frac{7}{4} = 105 \text{ strikes}$
2. Calculate the interval of simultaneous strikes:
* Find the LCM of the time intervals ($\frac{3}{5}$ and $\frac{4}{7}$).
* $\text{LCM} = \frac{\text{LCM}(3, 4)}{\text{HCF}(5, 7)} = \frac{12}{1} = 12 \text{ seconds}$.
* They strike together every 12 seconds.
3. Calculate the number of simultaneous strikes in 60 seconds:
* Simultaneous strikes = $\frac{60}{12} = 5 \text{ strikes}$.
4. Calculate the total clear strikes heard:
* $\text{Total Clear Strikes} = 100 + 105 - 5 = 200$.
### Exam Strategy & Shortcut
Instead of writing out fraction formulas, think of it as rates:
Pendulum A does $\frac{5}{3}$ strikes/sec. In 60s, it does $60 \times \frac{5}{3} = 100$.
Pendulum B does $\frac{7}{4}$ strikes/sec. In 60s, it does $60 \times \frac{7}{4} = 105$.
Total independent strikes = 205.
The overlap happens at the LCM of their fractional periods ($\frac{3}{5}$ and $\frac{4}{7}$), which is 12 seconds. $60 / 12 = 5$ overlaps.
Subtract the overlaps: $205 - 5 = 200$.
### Common Pitfall
A major point of confusion is whether to count the strike at $t=0$. If you calculate $(60 / \text{interval}) + 1$, you get 101, 106, and 6 overlaps, yielding 201. Since 201 is not an option, the question framework clearly asks for the strikes that occur *after* the initial release during the 1-minute span. Always let the options guide the strictness of the boundary conditions.
### Final Answer
**Therefore, the correct answer is 200.**