

InterviewSolution
Saved Bookmarks
1. |
An integer is chosen at random and squared. Findthe probability that the last digit of the square is 1 or 5. |
Answer» The unit digit of square will be 1 or 5 only when the unit digit of taken number is 1, 5 or 9. `therefore` Required probability = `(3)/(10)` |
|