

InterviewSolution
Saved Bookmarks
1. |
How many four-digit numbers divisible by 10 can be formed using 1, 5, 0, 6, 7 without repetition of digits ?A. 24B. 36C. 44D. 64 |
Answer» Correct Answer - A A number divisible by 10 means that last digit is 0 So, the remaining 3 digits can be arranged in `4 xx 3 xx 2` ways = 24 ways. |
|