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

Respuesta :

75+8.50(n)=C      75+8.50*25=$287.50