Extracting cube roots by hand
Start by grouping the digits under the radical into groups of three as you normally would. This seems natural to do, even if it is a little more
![{\displaystyle {\sqrt[{3}]{10,\!460,\!353,\!203}}}](https://wikimedia.org/api/rest_v1/media/math/render/svg/2585be13b72fc236fbe9753a4e74d4c7637f86b4)
The first step here is to find the largest digit whose cube does not exceed the first group of digits under the radical, cube it, subtract to find the remainder, and bring down the next three digits.
![{\displaystyle {\begin{array}{rrr|rrrr}&&&2\\\hline &&{\sqrt[{3}]{}}&10&460&353&203\\2\times 2\times 2&=&8&-8&\downarrow \\\hline &&&2&460\end{array}}}](https://wikimedia.org/api/rest_v1/media/math/render/svg/bc46d63b644504a031e829bcb1fed6235b26fcb6)
The next step is based on the identity

if we let
, the number written so far above the radical, and y be the next digit to calculate. The term
has already been subtracted when we bring down the next group of three digits, so the next digit to write above the radical will be the largest y such that
.
![{\displaystyle {\begin{array}{rrr|rrrr}&&&2&1\\\hline &&{\sqrt[{3}]{}}&10&460&353&203\\{\underline {2}}^{3}&=&8&-8&\downarrow \\\hline 300\times 2^{2}\times {\underline {1}}\qquad &&&2&460\\{}+30\times 2\times {\underline {1}}^{2}+{\underline {1}}^{3}&=&1261&-1&261&\downarrow \\\hline 300\times 1^{2}\times \_&&&1&199&353\\{}+30\times 1\times \_^{2}+\_^{3}&=&\end{array}}}](https://wikimedia.org/api/rest_v1/media/math/render/svg/9d76af4766b6577423be64c201dd37dd51629583)
To be continued [1] ...