Explain the difference between versus :
The first squares the numbers before adding. The second adds the two numbers before squaring.
One way to test this, lets make a = 2 and b = 3
= (2 * 2) + (3 * 3)
4 + 9
= 11
= 25
And we know that 11 ≠ 25.
Answer:
See below
Explanation:
(a+b)2 = a^2 + 2ab + b^2 does not equal a^2 + b^2
Why the 2 ab?
(a+b) ^2 = (a+b)(a+b) <====expand this:
= a^2 + ab + ab + b^2 = a^2 + 2ab + b^2
1.6m questions
2.0m answers