InterviewSolution
Saved Bookmarks
| 1. |
Using distributive law, find the squares of 101. |
|
Answer» By using distributive law, We have, 101 = 100 + 1 So, 1012 = (100 + 1)2 = (100 + 1) (100 + 1) = 100 (100 + 1) + 1 (100 + 1) = ((100 × 100) + (100 × 1)) + ((1 × 100) + (1 × 1)) = 10000 + 100 + 100 + 1 = 10201 ∴The square of the given number i.e. 1012 = 10201 |
|