In a certain county, the fines for speeding in a school zone are $160 plus an additional $4 for every mile per hour over the speed limit. Write a function to represent the speeding fines. What is the value of the function for an input of 8, and what does it represent?

Respuesta :

The function would look like: (4x)+160   where x is the mph over the speed limit

So if you Input 8 it would be (4*8)=160, which would be: $192