

InterviewSolution
Saved Bookmarks
1. |
Use the identify (a + b) (a – b) = a2 – b2 to find the product.(3x + 5) (3x – 5) |
Answer» (a + b) (a – b) = a2 – b2 Here a = 3x, b = 5 (3x + 5)(3x – 5) = (3x)2 – (5)2 = 9x2 -25 |
|