How many real solutions of $$6x^2 -77[x] +147=0$$ are there, where $[x]$ is the integral part of $x$?
The answer says 4 solutions but I got none.
As:
$6x^2 + 147 = 77[x]$ LHS= integer Therefore, RHS = integer
Then $6x^2$ just be integer
Then CASE 1: if $x$ is integer then $[x] = x$ By solving we get $x = 21/3$ and $7/2$ But x is integer , therefore no solution
CASE 2: if $x$ is not integer but $6x^2$ is integer I.e. $x^2= 1/6$. so $x = \pm 1/√6$ But non e satisfies the equation so no solution
Hence overall no solution.
I don't understand how there are 4 real solutions.
Hint: Use the fact that $$x-1<[x] \leq x$$
so $$77x-77<6x^2+147\leq 77x$$
and solve these two inequalites. From second we see $x>0$ and $$ 6x^2+144<90x\implies x^2-15x+26<0$$ so $$(x-13)(x-2)<0\implies x \in (2,13)$$
Now you can solve the equation for $[x]\in\{2,3,4,...,11,12\}$.