

InterviewSolution
Saved Bookmarks
1. |
A five digit number is formed by the digits 1,2,3,4,5 without repetition. |
Answer» `4*3!,5!` Probability that the number is divisible by 4 `=(4*3!)/(5!)=4/(4*5)=1/5`. |
|