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
-
Sum of first n terms of a harmonic progression
421 Solvers
-
Construct an index vector from two input vectors in vectorized fashion
394 Solvers
-
Edges of a n-dimensional Hypercube
82 Solvers
-
15028 Solvers
-
Find the dimensions of a matrix
523 Solvers
More from this Author281
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!