Question:

Find the number of 4-digit numbers that can be formed using the digits 1, 2, 3, 4, 5 if no digit is repeated. How many of these will be even?

Updated On: Oct 21, 2023
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

4-digit numbers are to be formed using the digits, 1, 2, 3, 4, and 5.

There will be as many 4-digit numbers as there are permutations of 5 different digits taken 4 at a time. Therefore, required number of 4 digit numbers =\(^5P_4=\frac{5!}{(5-4)!}=\frac{5!}{1!}\)
\(=1\times2\times3\times4\times5=120\)

Among the 4-digit numbers formed by using the digits, 1, 2, 3, 4, 5, even numbers end with either 2 or 4. The number of ways in which units place is filled with digits is 2.

Since the digits are not repeated and the units place is already occupied with a digit (which is even), the remaining places are to be filled by the remaining 4 digits.

Therefore, the number of ways in which the remaining places can be filled is the permutation of 4 different digits taken 3 at a time. 
=\(^4P_3=\frac{4!}{(4-3)!}=\frac{4!}{1!}\)
Number of ways of filling the remaining places
\(= 4\times 3 \times 2 \times 1 = 24\)

Thus, by multiplication principle, the required number of even numbers is \(24 \times 2 = 48\)

Was this answer helpful?
0
0

Concepts Used:

Permutations and Combinations

Permutation:

Permutation is the method or the act of arranging members of a set into an order or a sequence. 

  • In the process of rearranging the numbers, subsets of sets are created to determine all possible arrangement sequences of a single data point. 
  • A permutation is used in many events of daily life. It is used for a list of data where the data order matters.

Combination:

Combination is the method of forming subsets by selecting data from a larger set in a way that the selection order does not matter.

  • Combination refers to the combination of about n things taken k at a time without any repetition.
  • The combination is used for a group of data where the order of data does not matter.