

InterviewSolution
Saved Bookmarks
1. |
State whether the given statement are true (T) or false (F).532235 = 5 × 100000 + 3 × 10000 + 2 × 1000 + 2 × 100 + 3 × 10 + 5 |
Answer» True. Left Hand Side = 532235 Right Hand Side = 5 × 100000 + 3 × 10000 + 2 × 1000 + 2 × 100 + 3 × 10 + 5 = 5,00,000 + 30,000 + 2000 + 200 + 30 + 5 = 5,32,235 Left Hand Side = Right Hand Side |
|