InterviewSolution
Saved Bookmarks
| 1. |
A fivedigit number is formedwith the digits 0,1,2,3and 4 withoutrepetition,Find the chance thatthe numberisdivisibleby 5. |
|
Answer» `3//5` `( :'0 "can not be on"10000^(TH)"place")` Numberdivisibleby 5= ![]() `therefore P(E)=(4!)/(4xx4!)=(1)/(4)` |
|