Determine all possible
real numbers x that satisfy this equation:
4x⌊3x⌊x⌋⌋ = 2022
Note: ⌊n⌋ denotes floor(n), that is, the greatest integer less than or equal to n.
(In reply to
computer-assisted solution by Charlie)
Shouldn't the solution be a range of real numbers?