2 Answers
2
answers
What is (a+b) squared?
0
Answer link
The square of (a+b), also written as (a+b)2, is:
a2 + 2ab + b2
This can be derived as follows:
- (a+b)2 = (a+b) * (a+b)
- = a*(a+b) + b*(a+b)
- = a*a + a*b + b*a + b*b
- = a2 + ab + ba + b2
- = a2 + ab + ab + b2 (since ab = ba)
- = a2 + 2ab + b2
This is a fundamental algebraic identity.
Related Questions
If x is equal to 6 and y is equal to 3, find the value of (2xy + 7y - 10) / (4xy - 3x - 2).
1 Answer