Four digit number, digit increasing/decreasing in size

  • Thread starter Thread starter Hannisch
  • Start date Start date
AI Thread Summary
The discussion revolves around calculating the number of four-digit numbers with strictly increasing and decreasing digits. For strictly increasing digits, the solution involves using the binomial coefficient 9C4, as only digits 1-9 can be used without repetition. In contrast, for strictly decreasing digits, 0 can be included, leading to the use of 10C4. The reasoning emphasizes the importance of combinations over permutations, as the order of digits does not matter in this context. Overall, the conversation highlights the need for clear motivation in combinatorial problems.
Hannisch
Messages
114
Reaction score
0

Homework Statement


How many four digit numbers exist where the a) the digits are strictily increasing (i.e. 1234 and 1579 but not 1338 or 1748) in size, b) decreasing in size?


Homework Equations





The Attempt at a Solution


My problem is that I don't really have a good motivation for all this.

The reasoning is something like "there are four places and nine numbers, which makes it the binominal coefficient nine over four", but it's a bit.. holey. And the guy that checks this is really strict.

Anyway, that's the problem for the other one as well. I know it's the binomial coefficient 10 over 4, but how to motivate it?

Tips, anyone?
 
Physics news on Phys.org
Since you seem to have figured out the correct answer, you must have some sort of reasoning, even if it isn't clear to you right now. Here are a few questions you can answer to try to motivate your solution:

1. Explain why it is 9C4 for (a) but 10C4 for (b).

2. Explain why you used 9C4 and not, say, 9*103, which is how many 4 digit numbers there are in total.

3. Explain why you have used combinations and not permutations.
 
Ah, I figured it out :)

I choose four numbers, but there are 24 ways to combine those numbers and only one combination is possible, and therefore I've got 9*8*7*6/24 and since 4!=24, I can "add" 5! to both the denominator and nominator, which makes it 9C4. And it's 10 in b) because I can use 0 as well, since it can be in the last position and in a) I can't have it at all, since it'd have to be in the beginning and a natural number can't start with a 0.

Anyway, thanks for the pointers, it made me think in a bit of a different way :)
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top