how to convert (x+y)2 algebraic expression into BASIC expression.
Answers
Answered by
0
Answer:
x^2 + 2xy + y^2
Explanation:
( x + y ) ^2
By using identity (a+b)^2 = a^2 + 2ab + b^2
(x+y)^2 = x^2 + 2xy +y^2
Similar questions