Another way of writing ⌊x⌋=4 defines x values in the interval of 4≤x<5
If we multiply this interval by 4, we have that 16≤4x<20.
In order to get the sum, we have to acknowledge that our 4x is still being floored, given ⌊4x⌋. Therefore, only integer values within the interval can be a result of this. For example, x=4.625 satisfies that ⌊x⌋=4. Then, ⌊4x⌋=⌊4∗4.625⌋=⌊18.5⌋=18
The integers within [16,20) are 16, 17, 18, and 19. 16+17+18+19=70.
If ⌊x⌋=4, the sum of all possible values of ⌊4x⌋ is 70.