a sports tournament has c teams. each team has 15 players. using c, write an expression for the total number…

a sports tournament has c teams. each team has 15 players. using c, write an expression for the total number of players in the tournament.

a sports tournament has c teams. each team has 15 players. using c, write an expression for the total number of players in the tournament.

Answer

Explanation:

Step1: Identify the relationship

The total number of players is the product of the number of teams and the number of players per team. $15\times c$

Answer:

$15\times c$