\( \definecolor{colordef}{RGB}{249,49,84} \definecolor{colorprop}{RGB}{18,102,241} \)
In a round of golf, each hole has a "par" score, and a player's score is based on how many strokes they take compared to par. A score of \(0\) means the player made par, a positive number means they took extra strokes (over par), and a negative number means they made fewer strokes (under par).
  • Hole 1: Par 3, player scored \(-1\) (under par)
  • Hole 2: Par 4, player scored \(+2\) (over par)
  • Hole 3: Par 5, player scored \(0\) (made par)
  • Hole 4: Par 3, player scored \(+1\) (over par)
  • Hole 5: Par 4, player scored \(-2\) (under par)
What is the player's total score?