

InterviewSolution
Saved Bookmarks
1. |
Use the identify (a + b) (a – b) = a2 – b2 to find the product.(x + 6) (x – 6) |
Answer» (a + b) (a – b) = a2 – b2 Here a = x,b = 6 (x + 6)(x – 6) = x2 – 62 = x2 – 36 |
|