How do you find a one-decimal place approximation for root3 99399?

1 Answer
Oct 21, 2015

4.64.6 and 4.74.7.

Explanation:

If root(3)(99)399 is between aa and bb, then the following must hold:

a^3 < 99 < b^3a3<99<b3.

So, we must look for two numbers aa and bb with this property, and they must be less than 1/10110 apart.

First of all, let's focus on the nearest integer: we only need to make some calculation and go on with trials and errors: we'll begin listing the first cubes:

  • 1^3 = 113=1;
  • 2^3 = 823=8;
  • 3^3 = 2733=27;
  • 4^3 = 6443=64
  • 5^3 = 12553=125.

From this list, we deduce that the third root of 9999 is between 44 and 55.

Now we can simply list the numbers between 44 and 55 with one decimal digit, and compute their cubes (which may be boring, but we can easily do it without a calculator, so it's not "cheating"):

  • 4,1^3=68.9214,13=68.921;
  • 4,2^3=74.0884,23=74.088;
  • 4,3^3=79.5074,33=79.507;
  • 4,4^3=85.1844,43=85.184;
  • 4.5^3 = 91.1254.53=91.125;
  • 4.6^3 = 97.3364.63=97.336;
  • 4.7^3 = 103.8234.73=103.823.

There we go. The third root of 9999 is surely between 4.64.6 and 4.74.7.

Just to confirm our calculations, the calculator gave me back 4.626065009182741793092..., so the answer is correct.