

InterviewSolution
Saved Bookmarks
1. |
If a2 - ab =0 , which of the following is the correct conclusion ?(a) a = 0 (b) a = b (c) a2 = b (d) either a = 0 or a = b |
Answer» (d) either a = 0 or a = b a2 -ab = 0 ⇒ a(a-b) = 0 ⇒ a = 0 or (a - b) = 0 ⇒ a = 0 or a = b. |
|