MHB Dave's Airport Adventure: Find m + n!

  • Thread starter Thread starter veronica1999
  • Start date Start date
AI Thread Summary
Dave's airport adventure involves calculating the probability that he walks 400 feet or less to a new gate after his original gate is changed. The problem is set in an airport with twelve gates, each 100 feet apart. The total number of gate combinations is 12X11, leading to a brute force calculation that initially yielded an answer of 52. However, a more refined approach using a grid representation shows that there are 76 valid outcomes, resulting in a probability of 19/33. The final conclusion emphasizes the importance of accurate calculations in probability problems.
veronica1999
Messages
61
Reaction score
0
Dave arrives at an airport which has twelve gates arranged in a straight
line with exactly 100 feet between adjacent gates. His departure gate is
assigned at random. After waiting at that gate, Dave is told the departure
gate has been changed to a different gate, again at random. Let the
probability that Dave walks 400 feet or less to the new gate be a fraction
m/n , where m and n are relatively prime positive integers. Find m + n .

I got the answer 52 but I am not that happy with my solution.
(I think I solved it using brute force because the problem was simple)
Can someone show me a better way?

Total choices are 12X11.
I listed all the gates and tried each one out.
4+5 +6 + 7 +8 + 8 +8 +8 +7 + 6 +5 +4 = 76

76/121 = 19/33

Thanks.
 
Mathematics news on Phys.org
View attachment 288

The horizontal and the vertical axes represent the first and the second random gates, respectively. The surrounded area represents points (x, y) such that |x - y| ≤ 4. This so because |x - y| ≤ 4 ⇔ -4 ≤ x - y ≤ 4 ⇔ x - 4 ≤ y ≤ x + 4. You need to calculate the number of thick dots. The number of unmarked points on the grid is 2(7 + ... + 1) + 12 = 7 * 8 + 12 = 68, so there are indeed 12 * 12 - 68 = 76 thick dots. The only remark is that 19 / 33 = 76 / 132, not 76 / 121.
 

Attachments

  • gates.png
    gates.png
    4.1 KB · Views: 89
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Is it possible to arrange six pencils such that each one touches the other five? If so, how? This is an adaption of a Martin Gardner puzzle only I changed it from cigarettes to pencils and left out the clues because PF folks don’t need clues. From the book “My Best Mathematical and Logic Puzzles”. Dover, 1994.
Thread 'Imaginary Pythagoras'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top