Kinma, that was another great solution.
It turned out to be quick, because y=1 so the ‘y’ factor is negligible in multiplication. But for a different y, the binomial expansions get much more complicated.
Also, the x was 10 which has very obvious powers (100, 1000, and so on) ,
However, after the first two-digit powers (^11, ^12,) the coefficients of the Pascal triangle get rather cumbersome .
e.g
for the 11th power it’s 1, 11, 55, 165, 330, 462, 462, 330, 165, 55, 11, 1
for the 12th power it’s 1, 12, 66, 220, 495, 792, 924, 792, 495, 220, 66, 12, 1
(all the first 30 Pascal triangles/coefficients can be found in this image
As you imagine, such higher coefficients are very difficult to deal with, even single digit numbers like 7.
With the Pascal method it’s just pure brute force of calculating the Binomial expansion. No techniques. To realise how hard it would be to mentally do that, check this example 7^12:
7^12= (10-3)^12= 10^12 - 1210^113 + 6610^103^2 - 22010^93^3+ +49510^83^4 - 79210^73^5 + 92410^63^6 - 79210^53^7 +49510^43^8 - 22010^33^9 + 6610^23^10 - 12103^11 + 3^12
since
(x-y)^12=x^12-12 x^11 y+66 x^10 y^2-220 x^9 y^3+495 x^8 y^4-792 x^7 y^5+924 x^6 y^6-792 x^5 y^7+495 x^4 y^8-220 x^3 y^9+66 x^2 y^10-12 x y^11+y^12
And that was only for a simple example like 7^12. I think it’s almost impossible for a human (without pen/paper/abacus) to mentally do so many operations while carrying so many digits in short term memory. The situation gets even more difficult with 2-digit numbers, like 17^12 or 26^14.
Thus, in my opinion it’s much simpler converting 7^12 = (7^3)^4 = 343^4 = (343^2)^2
The only thing needed then, is to just calculate 2 squares. One easy:
343^2 = 9 | 2 58 | 18 49 = 117649
and then take square of it 117649 = 117^2 | 2117649 | 649^2 =
=13 689 | 151 866 | 421 201 = 13 841 287 201, that’s exacty 7^12,
the easy MC way.
Because 7^12 = (343^2)^2 is a piece of cake to do, compared to that Binomial expansion.
But the easiest way, it is to just memorise it, and when hearing something like 7^12 , to loudly spout the digits 13841287201 as Rudiger Gamm does.
Nodas