InterviewSolution
Saved Bookmarks
| 1. |
How many two digit numbers can be formed using the digits (1,2,3,4,5) if no digit occurs more than once in each number?A. 10B. 20C. 9D. 16 |
| Answer» r objects can be arranged out of n objects is `.^(n)p_(r)`. Ways. | |