Problem Statement:-
The largest integer which is less than or equal to $(2+\sqrt3)^4$ is
$\text{(A)}192\qquad\qquad \text{(B)}193\qquad\qquad \text{(C)}194\qquad\qquad\text{(C)}195\qquad\qquad$
My Solution:-
I started with the binomial expansion but as I was not able to think of any manipulation which would make my life easier so I just did the following.
$$(2+\sqrt3)^2=\binom{4}{0}2^4+\binom{4}{1}(2^3)(\sqrt3)+\binom{4}{2}(2)^2(\sqrt3)^2+\binom{4}{3}(2)(\sqrt3)^3+\binom{4}{4}(\sqrt3)^4$$
On arranging the integers and the irrational terms separately I ended up with $$(2+\sqrt3)^4=97+56\sqrt3=97+56+56(\sqrt3-1)=153+56(\sqrt3-1)$$
At this point still no manipulation was obvious to me that I can do that would give me answer to $\lfloor{(2+\sqrt3)^4}\rfloor$, so I just used a rough estimate of $(\sqrt3-1)\approx0.732$ to get $56(\sqrt3-1)=40.992$.
The rough estimate of $56(\sqrt3-1)\approx40.992$ is dangerously close to $41$ so at this point I was pretty confused as to how to ascertain that $56(\sqrt3-1)\lt 41$ or $56(\sqrt3-1)\gt 41$, which had left me with the answer as one of the options out of (C) and (D).
Your help is needed for resolving this doubt of mine.
Also, what would have been a more subjective approach.