You can put this solution on YOUR website! x in an integer such that 200<3x^3<400, find x.
-----
Divide thru by "3" to get:
(200/3) < x^3 < (400/3)
----
Take the cube root along the line:
---
cbrt[200/3] < x < cbrt[400/3]
4.0548 < x < 5.1087
---
Answer: 5
==================================
cheers,
Stan H.