Ignite batch 8 has 500+ trainees. Two of them say X and Y are bird lovers and went to a bird shop. One bought a parrot and other bought a dove. The interesting part is both flies with same speed say k kmph.
Assume X and Y are standing n km apart (n has to be taken as input from user). They start walking towards each other, X"s speed : m km ph and Y"s speed : p km ph ( m and p has to be taken as input from user and always k >m and k >n).
As soon as  X and Y start walking, their birds also start flying. Once birds meet each other, they chnage their direction and start flying towards their respective owners and when they meet their owner they again change their direction and this contnues until X and Y meet. Compute total distance covered by both the birds together.
in Other Math Topics by

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

1 Answer

Question: Assume X and Y are standing n km apart (n has to be taken as input from user). They start walking towards each other, X"s speed : m km ph and Y"s speed : p km ph ( m and p has to be taken as input from user and always k >m and k >n).

One has a parrot and other has a dove. Both birds fly with same speed say k kmph.

 As soon as  X and Y start walking, their birds also start flying. Once birds meet each other, they chnage their direction and start flying towards their respective owners and when they meet their owner they again change their direction and this contnues until X and Y meet. Compute total distance covered by both the birds together.

X and Y walk towards each other with a relative speed of r = m+p km/hr.

Time for their stroll is T = n/r  = n/(m+p) hr.

Distance travelled by X's bird is SX = kT km.

Distance travelled by Y's bird is SY = kT km.

Total distance covered by both birds is S = SX + SY

S = kT + kT = 2kT = 2kn/(m+p) km

The formula for distance travelled is: S = 2kn/(m+p) km

by Level 11 User (81.5k points)

Related questions

1 answer
1 answer
asked Jan 13, 2019 in Statistics Answers by anonymous | 519 views
1 answer
1 answer
1 answer
Welcome to MathHomeworkAnswers.org, where students, teachers and math enthusiasts can ask and answer any math question. Get help and answers to any math problem including algebra, trigonometry, geometry, calculus, trigonometry, fractions, solving expression, simplifying expressions and more. Get answers to math questions. Help is always 100% free!
87,516 questions
100,285 answers
2,420 comments
736,123 users