Solving Odd Digit Divisibility by Five using Permutations

AI Thread Summary
The discussion focuses on calculating the number of four-digit numbers made up of odd digits that are divisible by five. Initially, there was confusion regarding the use of permutations, specifically 4P3, which was deemed incorrect. The correct approach involves recognizing that the last digit must be '5' for divisibility by five, while the first three digits can be any of the five odd digits, allowing for repetition. The final calculation shows that there are 125 valid combinations, derived from multiplying the choices for each digit. The conclusion emphasizes the application of the fundamental counting principle rather than permutations in this scenario.
hms.tech
Messages
246
Reaction score
0

Homework Statement



How many four-digit numbers formed of only odd digits are divisible by five?

Homework Equations



Permutations

The Attempt at a Solution



Here is what I think should be done :

Ans : 4P3 * 1
= 24

Is that right ?
 
Physics news on Phys.org
You don't say how you got that number so I don't see any way to comment except to say that 4P3= 4 is clearly NOT the correct answer. You don't say why you think that is true. How did you get that?

There are a total of 4 digits in the number and 5 odd digits. How many choices are there for the first digit? The second ? The third? The fourth?
 
hms.tech said:
Ans : 4P3 * 1
= 24

why? :confused:
 
HallsofIvy said:
You don't say how you got that number so I don't see any way to comment except to say that 4P3= 4 is clearly NOT the correct answer. You don't say why you think that is true. How did you get that?

There are a total of 4 digits in the number and 5 odd digits. How many choices are there for the first digit? The second ? The third? The fourth?

here is how I did it :

The last digit is reserved for "5" since we want it to be divisible by "5"

Then, the choices for the first digit are : 4
2nd digit : 3
3rd digit : 2
Ergo, 4P3 * 1 = 4P3 = 24

I am honestly surprised why this method is incorrect .
 
ah, you're assuming they all have to be different :redface:

they don't :smile:

(btw, I'm not familiar with this 4P3 notation, but it doesn't look right …

24 = 4!, so where does 3 come into it? :confused:)
 
tiny-tim said:
ah, you're assuming they all have to be different :redface:

they don't :smile:

(btw, I'm not familiar with this 4P3 notation, but it doesn't look right …

24 = 4!, so where does 3 come into it? :confused:)

Hmmm...I think you are right, I must not assume this.

Honestly, I have no experience how to calculate the permutations if digits can be repeated.

I'll try anyway :

There are 5 choices for each of the first three digits and one choice for the last digit.
5*5*5*1 = 125
 
hms.tech said:
Hmmm...I think you are right, I must not assume this.

Honestly, I have no experience how to calculate the permutations if digits can be repeated.

I'll try anyway :

There are 5 choices for each of the first three digits and one choice for the last digit.
5*5*5*1 = 125

Right!
 
:biggrin: Woohoo! :biggrin:
 
hms.tech said:
Hmmm...I think you are right, I must not assume this.

Honestly, I have no experience how to calculate the permutations if digits can be repeated.
If the digits can be repeated, this is NOT a permutations problem. It is simply a application of the "fundamental counting principle": if A can be done in m ways and B can be done, independently, in n ways the A and B can be done in mn ways.
There are 5 ways to choose the first digit, 5 ways to choose the second digit, 5 ways to choose the third digit, and only one way to choose the last digit which u must be 5.
5(5)(5)(1)=

I'll try anyway :

There are 5 choices for each of the first three digits and one choice for the last digit.
5*5*5*1 = 125

Exactly right.
 
Back
Top