You can put this solution on YOUR website! Find the product: (7x^2-8y)(7x^2+8y)
----
Your problem is in the for (a-b)(a+b)
That product = a^2-b^2
---------
Your product:
= (7x^2)^2 - (8y)^2
--------
= 49x^4 - 64y^2
=====================
Cheers,
Stan H.
=====================