Explain the function to model the number of teams left in the NCAA basketball tournament after each round.
To model the number of teams left after r rounds in the NCAA basketball tournament, we can use exponential decay. Initially, there are 64 teams, and after each round, half are eliminated. The function that models this situation is: Teams left = 64 * (1/2)^r.
https://brainly.com/question/41753146