Computer Science, asked by rituraj8733, 9 hours ago

how to convert (x+y)2 algebraic expression into BASIC expression.

Answers

Answered by tonystark7489128862
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