There were 150 players in a golf tournament. In each round, half the players are eliminated. Which function can be used to find the number of players remaining in the tournament at the end of x rounds?

Question 8 options:

The function that can be used to find the number of players remaining in the tournament at the end of x rounds is:

\(P(x) = 150 * (0.5)^x\)

Where P(x) is the number of players remaining after x rounds.