asked 108k views
5 votes
Find the number of 3-digit numbers formed using the digits 1 to 9, without repetition, such the numbers either have all digits less than 5 or all digits greater than 4.

asked
User Korolar
by
7.8k points

1 Answer

3 votes

Answer: 120

Explanation:

The total number of digits from 1 to 9 = 10

The number of digits from less than 5 (0,1,2,3,4)=5

Since repetition is not allowed so we use Permutations , then the number of 3-digit different codes will be formed :-


^5P_3=(5!)/((5-3)!)=(5*4*3*2!)/(2!)=5*4*3=60

The number of digits from greater than 4 (5,6,7,8,9)=5

Similarly, Number of 3-digit different codes will be formed :-


^5P_3=60

Hence, the required number of 3-digit different codes = 60+60=120

answered
User Diego Allen
by
8.5k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.