

InterviewSolution
Saved Bookmarks
1. |
Find the products: ((4x/5)-(5y/3)) ((4x/5) + (5y/3)) |
Answer» Given ((4x/5)-(5y/3)) ((4x/5) + (5y/3)) By using the formula (a + b) (a – b) = a2 – b2 Applying the formula we get ((4x/5)-(5y/3)) ((4x/5) + (5y/3))= (4x/5)2-((5y/3)2 ((4x/5)-(5y/3)) ((4x/5) + (5y/3))= (16x2/25)-(25y2/25) |
|