

InterviewSolution
Saved Bookmarks
1. |
State whether the given statement are true (T) or false (F).5555 = 5 × 1000 + 5 × 100 + 5 × 10 + 5 × 1 |
Answer» True. Left Hand Side = 5555 Right Hand Side = 5 × 1000 + 5 × 100 + 5 × 10 + 5 × 1 = 5000 + 500 + 50 + 5 = 5555 Left Hand Side = Right Hand Side |
|