129k views
0 votes
If x is equal to a square + b square, y is equal to a square -b square, compute xy ​

User GreenFox
by
6.7k points

2 Answers

5 votes

Answer:

x = a² + b²

y = a² - b²

xy = ?

= (a² + b²) (a² - b²)

= a⁴ + a²b² + b²a² - b⁴

= a⁴ + a²b² - a²b² - b⁴

= a⁴ - b⁴

User DReJ
by
7.2k points
5 votes

Answer:

a^4 - b^4

Explanation:

x = a^2 + b^2

y = a^2 - b^2

xy = (a^2 + b^2)(a^2 - b^2)

xy = a^4 + (a^2 b^2) - (a^2 b^2) - b^4

xy = a^4 - b^4

User Dene
by
6.4k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.