Check out Mathcounts here, the best competition math program for middle school students.
Download this year's Mathcounts handbook here.
Question #1: How many ways to count a triple of natural numbers whose sum adds up to 12
if A. order doesn't matter? B. if order matters?
Solution I:
A. Find a systematic way to solve this type of problem in an organized manner.
We can start with the smallest natural number "1".
(1, 1, 10), (1, 2, 9), (1, 3, 8), (1, 4, 7), (1, 5, 6) Since (1, 5, 6) is the same as (1, 6, 5) so stop.
(2, 2, 8), (2, 3, 7), (2, 4, 6), (2, 5, 5)
(3, 3, 6), (3, 4, 5)
(4, 4, 4) so total there are 12 ways.
B. Since in this case order matters so if you add up all the possible ways, for example, there are "3" ways to arrange (1, 1, 10) -- 3!/2! = 3
This is similar to "how many ways to arrange the letters 'odd'.
If all letters/numbers are different, you have 3! ways to arrange them; however, in this case, the two numbers 1, 1 are indistinguishable and there are 2! ways to arrange them, thus 3!/2! = 3
There are 3! or 6 ways to arrange triples such as (1, 2, 9).
Add all the possible ways and there are total 55 ways.
Solution II:
B.There is a much easier way to tackle this question, using bars and stars or sticks and stones method.
There are 11 spaces between 12 stones. @__@__@__@__@__@__@__@__@__@__@__@
If you places the two sticks on two of the spaces, you'll split the stones into three groups.
For example, if you have @ | @@@@@ | @@@@@@
The triples are 1, 5, and 6.
If it's @@@@@@@@ | @@ | @@ , the triples are 8, 2, and 2.
So 11C2 = 55 ways
Let me know if you are still confused. Have fun problem solving !!
Showing posts with label sticks and stones. Show all posts
Showing posts with label sticks and stones. Show all posts
Friday, November 1, 2013
Monday, February 4, 2013
Counting II : Practice Counting Systematically
Counting Coins
Lots of similar questions appear on Mathcounts tests. Be careful when there are limits, for example, the sum of the coins do not exceed ___ or you have to have at least one for each type, etc...
Partition
The Hockey Stick Identity from Art of Problem Solving
Same as "Sticks and Stones", or "Stars and Bars" methods
Applicable question: Mathcounts 2008 Chapter #9--During football season, 25 teams are ranked by three reporters (Alice, Bob and Cecil). Each reporter assigned all 25 integers (1 through 25) when ranking the twenty-five teams. A team earns 25 points for each first-place ranking, 24 points for each second-place ranking, and so on, getting one point for a 25th place ranking. The Hedgehogs earned 27 total points from the three reporters. How many different ways could the three reporters have assigned their rankings for the Hedgehogs? One such way to be included is Alice - 14th place, Bob - 17th place and Cecil - 20th place.
Solution I :
Let's see how it could be ranked for Hedgehogs to get 27 points from the three reporters.
Lots of similar questions appear on Mathcounts tests. Be careful when there are limits, for example, the sum of the coins do not exceed ___ or you have to have at least one for each type, etc...
Partition
The Hockey Stick Identity from Art of Problem Solving
Same as "Sticks and Stones", or "Stars and Bars" methods
Applicable question: Mathcounts 2008 Chapter #9--During football season, 25 teams are ranked by three reporters (Alice, Bob and Cecil). Each reporter assigned all 25 integers (1 through 25) when ranking the twenty-five teams. A team earns 25 points for each first-place ranking, 24 points for each second-place ranking, and so on, getting one point for a 25th place ranking. The Hedgehogs earned 27 total points from the three reporters. How many different ways could the three reporters have assigned their rankings for the Hedgehogs? One such way to be included is Alice - 14th place, Bob - 17th place and Cecil - 20th place.
Solution I :
Let's see how it could be ranked for Hedgehogs to get 27 points from the three reporters.
A B C
1 1 25 1 way for C to get 25 points and the other two combined to get 2 points
1 2 24
2 1 24 2 ways for C to get 24 points and the other two combined to get 3 points.
1 3 23
3 1 23
2 2 23 3 ways for C to get 23 and the other two combined to get 4 points.
.
.
25 1 1 25 ways for C to get 1 point and the other two combined to get 26 points.
1 + 2 + 3 + ...25 = \(\dfrac {25\times 26} {2}=325\)
Solution II:
Use 26C2.
Look at this questions as A + B + C = 27 and A, B C are natural numbers. To split the
objects into three groups (for Alice, Bob, and Cecil), we must put 2
dividers between the 27 objects. (You can't grant "0" point.) There are
26 places to put the dividers, so 26C2 and the answer is \(\dfrac {26\times 25} {2}=325\)
Subscribe to:
Posts (Atom)