InterviewSolution
Saved Bookmarks
| 1. |
Five terminating decimals between root 2 and root 3? |
| Answer» We knowRoot 2 = 1.414Root 3 = 1.732Now, we can write n number of rational number between these. That is just greater than 1.414 and less than 1.732 and it should be terminating or not terminating but repeating.For example1.415659756, 1.416893, 1.715644, ... | |