98,088 views
7 votes
7 votes
3) How many plates of vehicles consisting of 4 different digits can be made out of the integer 4,5,6,7,8,9? How many of these number are divisible by 2.​

User David Steele
by
2.8k points

2 Answers

13 votes
13 votes

Answer:

Explanation:

A)

  • Since all the numbers are different, we will have the placement

  • \large \boldsymbol { \displaystyle A_n^k=(n!)/((n-k)!) }

  • Where n is the number of numbers ; k is the digit of the number


  • \large \boldsymbol {} \displaystyle A_(6)^4=(6!)/((6-4)!) = (720)/(2!) =\boxed{360}

B)

  • In this case, the last digit must necessarily be divisible by 2; since the resulting 4 digit number must be divisible by 2
  • Let's write out the numbers that are multiples of two that can be part of this number :
  • 4 ; 6 ; 8
  • These numbers must necessarily be in the category of units and correspondingly occupy one digit out of 4

_ _ _ 4 => 5*4*3=60

_ _ _ 8 => 5*4*3=60

_ _ _ 6 => 5*4*3=60

  • Total number of methods

  • \large \boldsymbol {} 60+60+60=\boxed{180}
User Damd
by
2.5k points
25 votes
25 votes

Answer:

A)360

B)180

Explanation:

Part-A:

For this question, we don't have to care about what integer they are, we just need to care about the number of integers we are given. considering the question, we understand that we are dealing with permutation .we're given 6 numbers so we want to figure out the permutation of 4 out of 6. the formula which is used for permutation is given by,


\displaystyle P(n,r) = (n!)/((n - r)!)

where:

  • n refers to total number of objects
  • r means the number of objects selected

we've already sorted out that


  • n = 6

  • r = 4

substitute:


\displaystyle P(6,4) = (6!)/((6 - 4)!)

simplify parentheses:


\displaystyle P(6,4) = (6!)/(2!)

simplify division:


\rm\displaystyle P(6,4) = (6!)/(2!) = (6 * 5* 4 * 3 *2! )/(2!) = \boxed{360}

hence,

360 plates of vehicles consisting of 4 different digits can be made out of the integer 4,5,6,7,8,9

Part-B:

to solve this question, we need to know about the divisibility rule of 2 which is A number is divisible by 2 if the last digit is an even number

notice that half the values of the set are even, thus half of our total permutations will be even and thus divisible by 2, since we have already figured out the permutations of 4 digits plate out of 6 i.e 360 therefore 180 of these number will be divisible by 2

Alternate:

[copyright:All credits go to corsaqix ]

so it is a four digit plate. After we choose the last digit, we only need 3 digits, choosing from 5 values left. The answer can be therefore be found by multiplying of possible values for the last digit (3) by the number of ways re-arrange 3 distinct values (3!) by the number of ways to choose 3 values from 5, giving the same answer of 3 x 3! x C(5,3) = 180.

User Tritop
by
3.4k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.