InterviewSolution
Saved Bookmarks
| 1. |
How many four-digits even numbers can be formed using the digits (3,5,7,9,1,0) (Repetition of digits is not allowed).A. 120B. 60C. 360D. 100 |
|
Answer» (i) The units digit of the required number is 0. (ii) Find the number of ways in which the remaing 5 digits can be arranged in three places by using `.^(n)P_(r)`. |
|