

InterviewSolution
Saved Bookmarks
1. |
Find the products: (8+x) (8-x) |
Answer» Given (8+x) (8-x) By using the formula (a + b) (a – b) = a2 – b2 Applying the formula we get (8+x) (8-x) = (8)2-x2 (8+x) (8-x)= 64 – x2 |
|