

InterviewSolution
Saved Bookmarks
1. |
Find the three-digit odd numbers that can be formed by using the digits1, 2, 3, 4, 5, 6 when the repetition is allowed. |
Answer» Correct Answer - 108 Extreme left place can be filled in 6 ways and the extreme right place in only 3 ways. Since the number to be number to be formed is odd, so the required number is `6xx6xx3=108`. |
|