InterviewSolution
Saved Bookmarks
| 1. |
Using suitable identity find 103 x 107 |
|
Answer» (100+3)×(100+7) = (100)^2 + 100 (3+7) + (3×7) = 10000 + 1000 + 21 = 11021 FORMULA - (x)^2 + x (a+b) + (a×b) |
|