While working on some homework tonight, I entered the following expression into my TI-84 Plus:
$$\frac{(90×0.006)}{(\pi/4×0.006^4)}$$
I did a double-take when I saw that the output was exactly 530,516,477. I was under the assumption that any (non-trivial) arithmetic operation involving $\pi$ could never evaluate to a rational number. Had I just stumbled upon a rational representation of pi?
A quick check on WolframAlpha confirmed my original assumption: the exact answer is a never-ending string of decimals, of course.
But this piqued my curiosity: Why does the TI-84 Plus simplify this expression to a whole number? This solution is only 9 digits, while there are room for 16 characters on-screen. Is there some quirk of the TI-84 software that may simplify expressions in unexpected ways, similar to optimizations in a C compiler?
Bonus points if you happen to recognize the formula, I'm using :)
3983π^3into the calculator, you get123498, because the calculator rounds off123498.00001763to ten decimal places. – Misha Lavrov Oct 03 '23 at 18:14