Problem 46573. Determine the winner of a goofy golf tournament
- The golfer with the best score must have cheated, so that person is eliminated.
- The golfer with the second-best score must have choked (definition, example), so that person is eliminated.
- Therefore, the golfer with the third-best score wins.
Solution Stats
Problem Comments
-
2 Comments
The problem description is a bit unclear. Suppose that x = [70 71 73 74 73 70 72]. Then golfer #7 has the third best score; but since there's two golfers tied for first place (#1 and #6) and we're supposed to imagine a play-off then, I would suspect that the correct answer here is actually 2 rather than 7. Would be nice to get a clarification.
Yes, that's correct. The order would be 70a, 70b, 71, so the golfer with 71 would be third and win.
Solution Comments
Show commentsProblem Recent Solvers19
Suggested Problems
-
Read a column of numbers and interpolate missing data
2314 Solvers
-
Make a random, non-repeating vector.
9791 Solvers
-
Set the array elements whose value is 13 to 0
1377 Solvers
-
Sum the real and imaginary parts of a complex number
141 Solvers
-
116 Solvers
More from this Author291
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!