Hi! I understand your curiosity about the LCM method - it's interesting that it gave you the right answer! However,
this is purely coincidental and not a valid approach for race problems.
Why the LCM method doesn't work:The LCM of
11,
90, and
80 gives you
7920, and yes,
880 divides it perfectly. But there's
no mathematical relationship between the LCM of the given distances and the race length.
Think about it this way: If the problem had different numbers (say the horses were separated by
13,
87, and
75 meters), the LCM method wouldn't give you the correct race length.
The correct approach:This is a
speed ratio problem. Here's the key insight:
When Horse 1 finishes
L meters:
- Horse 2 has run
(L-11) meters
- Horse 3 has run
(L-90) meters
When Horse 2 finishes
L meters:
- Horse 3 has run
(L-80) meters
Since speed ratios must be consistent:
Speed of Horse 3 ÷ Speed of Horse 2 = (L-90)/(L-11) = (L-80)/LCross-multiplying and solving:
L(L-90) = (L-11)(L-80)
L2 - 90L = L2 - 91L + 880
L =
880Answer: 880 meters (Option D)sachin_27
can we solve this question using lcm?
randomly tried and the answer was correct.
lcm (11,90,80) = 7920
using the options
option D, divides 7920 completely. getting an integer.
7920/880=9
can someone tell if this can be another method to solve this question?