InterviewSolution
Saved Bookmarks
| 1. |
State whether the statements are true (T) or false (F).The square root of a perfect square of n digits will have (n + 1)/2 digits, if n is odd. |
|
Answer» True. Let us assume the perfect square has 9 digits, then its square root has 5 digits i.e. (9 + 1)/2 = 10/2 = 5 |
|