How many 3-digit numbers have exactly 2 identical digits?

  • Thread starter Thread starter tatoo5ma
  • Start date Start date
  • Tags Tags
    Probability
AI Thread Summary
The discussion revolves around two mathematical problems: distributing balls into boxes and counting three-digit numbers with exactly two identical digits. For the first problem, the user struggles with the arrangement of 20 similar balls into four boxes with specified quantities, questioning the validity of their factorial approach. The second problem focuses on identifying three-digit numbers that contain exactly two identical digits, with the user exploring various methods to calculate this, including analyzing different digit placements. They clarify that if the problem specifies "only 2 similar," it excludes cases with three identical digits. The conversation highlights the need for clarity in combinatorial problems and the importance of understanding the constraints given in mathematical queries.
tatoo5ma
Messages
15
Reaction score
0
Hey everyone
I had difficulties while solving this problem in probability.

We have 4 similar boxes, and 20 similar balls.
How many possible ways we can put those balls on those boxes, knowing that
-the first box contains 3 balls
- the second box contains 4 balls
- the third box contains 6 balls
- and the fourth box contains 7 balls

What I did, is since we have 4 boxes, it's going to be 4!
in the first box it's 3! and second, third and fourth i also 4!*6!*7!

So is the number of ways we can diperse those balls: 4!*4!*6!*7!
?

The secong problem stats:
How many 3-digits numbers we have that that contains 2 similar digits!
For this one, I have NO clue how to proceed.
Thanks for your help!
 
Physics news on Phys.org
tried calculating the amount for 100->199 and then multiply?

remember that 110-119 all have 2 similar and then 101 121 etc but also each set of 10 has one such as 122 assuming that it is exactly 2 similar and not 2 or more

this is a very "ploddy" method but it will give you the correct answer, sure someone will come up with a better way soon
 
I think the number canbe written as:
100a+10b+10c

then you have 4 forms {xxy, xyx, yxx, xxx} (x =! y) and x is the number that repeats itself
than you may hav to analyse each form; for example, the first xxy
x has 9 possibilities (from 0 to 9)
the second x has one possibility, it should be esual to the previous x
and the y has 9 possibilities (from 0 to 10, minus that number which x took)
so it's, i think, 9*9*1 ?
and u'll do so for all the other forms

(if it says two similar, that means there may be 2 or 3 similar digits. however, if it said ONLY 2 similar, then it's 2 and nothin more)

i am sure if this is right, because we've not learned probability yet.
 
I guess I am able to solve the second problem...
But that first one, anyone lease can help? that would be appreciated :)
 
All the *balls* and *boxes* are similar. How are you supposed to differentiate between them. There will be only one arrangement possible to arrange the balls, I believe.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top