42.3k views
2 votes
The school baseball team wants to have each player's name imprinted on the player's jacket. the cost is $75 plus $8.50 for each name. write a function to represent the cost c(n) for n names. what is the cost to have names printed on 25 jackets

1 Answer

6 votes
75+8.50(n)=C      75+8.50*25=$287.50
User Slotheroo
by
7.5k points