flooring a value, simply means, dropping it to the closest integer, so for the floor function or ⌊x⌋, that means
⌊ 2.5 ⌋ = 2
⌊ 2.00000001 ⌋ = 2
⌊ 2.999999999999⌋ = 2
⌊ -2.0000000001⌋ = -3
⌊ -2.999999999999⌋ = -3
let's recall that on the negative side of the number line, the farther from 0, the smaller, so -1,000,000 is a tiny number compared to the much larger -1.
⌊ -5.2 ⌋ = -6.
45 packages are shipped in one hour. I divided 315 by 7
5/8 = .625
531.25 / .625 = 850
850 - 531.25 = $318.75
The answer to your math problem is C. The reason being is 2x times x is 2x^2 and 2x times 11 is 22x. So you first part of the problem looks like 2x^2+22. Then -6 times x is -6x and -6 times 11 is -66. So now the problem is 2x^2+22x-6x-66. So your answer after solving it is 2x^2+16x-66.