With the sum of two squares, there is no shortcut.I have problem about square roots . . . You mean "squares".
$(1)\;21^2+13^2$
Recall the identity: $\:a^2-b^2 \:=\: (a-b)(a+b)$$(2)\;25^2 - 14^2$
$25^2-24^2 + 16^2 \;=\;(25-24)(25+24) + 16^2 \;=\;(1)(49) + 256 =\;305$$(3)\;25^2 + 16^2 - 24^2$
$(21 - 19)(21+19) + 8^2\;=\;(2)(40)+64\;=\;144$$(4)\;21^2 - 19^2 + 8^2$
soroban said:With the sum of two squares, there is no shortcut.
susanto3311 said:hello pickslides..
your advice is great!
is your trick apply for all squares number?
pickslides said:You will find it does...
Same idea works when expanding binomials
$$x^3-y^3 = (x-y)(x^2+xy+y^2)susanto3311 said:another problem for cubes number ...
23^3-16^3
42^3-8^3
do you have brilliant formula?
pickslides said:Or if you don't want to use modular arithmetic then
$21^2+13^2$
consider the last digit from each number $1^2=1$ and $3^2=9$ , $9+1 = 10$ , last number being a zero..
susanto3311 said:hello guys...
it's possible with or using pickslides's method, maybe need modify it..
MarkFL said:If you wish to find the last 2 digits resulting from the sum of the squares of 2 two-digit numbers, then we can develop a formula as follows:
If the two digits of the first number are $a$ and $b$ and the two digits of the second number are $c$ and $d$, then we may write:
$$(10a+b)^2+(10c+d)^2=100\left(a^2+c^2\right)+20(ab+cd)+\left(b^2+d^2\right)$$
The portion that will affect the last two digits is:
$$20(ab+cd)+\left(b^2+d^2\right)$$
So, the last two digits of this number will have the same last two digits as the original sum. :D
susanto3311 said:hi Mark, i confuse, could you explain to me with more simple example
like :
45^2+34^=...