

InterviewSolution
Saved Bookmarks
1. |
Find the probability that a randomly chosenthree-digit number has exactly three factors. |
Answer» Number of three digits numbers = 900 If a number has exactly three factors, then it must be square of a prime number. Squares of 11, 13, 17, 19, 23, 31 are three-digit numbers. Therefore, required probability = `(7)/(900)` |
|