The cost of the cereal if the grocery store buys 250 boxes is $475
We know that:
The cost function is:
c(n) = 2*n if n < 100
c(n) = 1.9*n if 100 ≤ n ≤ 500
c(n) = 1.8*n if n > 500.
(we can assume that the cost function is in dollars)
This is a piecewise function, this means that we need to see in which interval we have the number n, and then select the correct function to use.
Now, we want to find the cost of the cereal if the store buys 250 boxes.
Then we have n = 250.
We can see that n = 250 is in the second interval, 100 ≤ n ≤ 500, then we will use the second function to find the cost.
We will get:
c(250) = 1.9*(250) = $475
We can conclude that the cost if the store buys 250 boxes is 475
If you want to learn more, you can read:
https://brainly.com/question/12561612