

InterviewSolution
Saved Bookmarks
1. |
State whether the statements are true (T) or false (F)(a + b) (a – b) = a2 – b2 |
Answer» True Let us expand (a + b)(a – b). Multiply each term with the other term which is in multiplication with it. (a + b)(a – b) = a2 – ab + ab – b2 ⇒ (a + b)(a – b) = a2 +(ab – ab) – b2 ⇒ (a + b)(a – b) = a2 + 0 – b2 ⇒ (a + b)(a – b) = a2 – b2 |
|