Mathematics
Grade10
Easy
Question
There are 240 seniors in Kathryn’s school. Her class is planning a trip and is taking buses that hold a maximum of 50 passengers. Assume that the trip is optional.
what is the average rate of change of the function over the interval from 60 to 80?
- 0
- 0.05
- 1.25
- 1
Hint:
The ceiling function returns the smallest nearest integer which is greater than or equal to the specified number whereas the floor function returns the largest nearest integer which is less than or equal to a specified value.
The correct answer is: 0
x = 60, f(x) = ceiling() = ceiling(1.2) = 2
x = 80, f(x) = ceiling() = ceiling(1.6) = 2
Rate of change (m) = = 0.
Hence, the correct option is D.
The ceiling function is also known as the smallest integer function and the floor function is also known as the greatest integer function.