Answer:
X >=5
Step-by-step explanation:
Let X be the number of players they will cut from the team. So, as the team has already 30 players and will cut X, we can write the amount of players that will remain in the team as:
30 - X -> This is, we subtract X players from 30.
Now, we need the amount of remaining players to be at most 25. Notice that in this case there can be 25 or a little amount. So, the remaining players must be equal yo 25 or less. Analytically:
30 - X <= 25
And then we can solve this inequality by first summing X at both sides:
30 -X + X<= 25 + X
30 <= 25 + X
Now, we subtract 25 from both sides:
30 - 25 <= 25 + X - 25
5 <= X
So, is necessary to cut 5 players or more