What's the easy way to find the solution for the below problem without actually multiplying the numbers:
$$(24 * 24) - (16 * 16)?$$
I tried multiplying the numbers but that is a long way.
The answer is in the below format
A) $(8 \times 8)$
B) $(40 \times 40)$
C) $(8 \times 2)$
D) $(8 \times 40)$
Note that this expression is of the form $a^2 - b^2$ for $a = 24$ and $b = 16$. This expression is a difference of two squares, so it has the factorisation $$a^2 - b^2 = (a - b)(a+b).$$ Using the values of $a$ and $b$ we have $$24^2 - 16^2 = (24 - 16)(24 + 16) = 8\times 40 = 320.$$