

InterviewSolution
Saved Bookmarks
1. |
How many 3-digit numbers can be formed from the digits 1, 2, 3, 4 and 5 assuming that(i) repetition of the digits is allowed?(ii) repetition of the digits is not allowed? |
Answer» (i) `---` `= 5*5*5= 125` (ii) `---` `5*4*3 = 60` answer |
|