Processing math: 100%
Showing posts with label problem solving strategies. Show all posts
Showing posts with label problem solving strategies. Show all posts

Sunday, May 18, 2025

The Grid Technique in Solving Harder Mathcounts Counting Problems : from Vinjai



The following notes are from Vinjai, a student I met online. He graciously shares and offers the tips here on how to tackle those harder Mathcounts counting problems. 

The point of the grid is to create a bijection in a problem that makes it easier to solve. Since the grid just represents a combination, it can be adapted to work with any problem whose answer is a combination.

For example, take an instance of the classic 'stars and bars' problem (also known as 'balls and urns', 'sticks and stones', etc.):
Q: How many ways are there to pick an ordered triple (a, b, c) of nonnegative integers such that a+b+c = 8? (The answer is 10C2 or 45 ways.)
Solution I: 
This problem is traditionally solved by thinking of ordering 8 stars and 2 bars. An example is:
* * * |    | * * * * *
  ^       ^       ^
  a       b       c
This corresponds to a = 3, b = 0, c = 5.

Solution II: 
But this can also be done using the grid technique:




The red path corresponds to the same arrangement: a = 3, b = 0, c = 5. The increase corresponds to the value: a goes from 0 to 3 (that is an increase of 3), b goes from 3 to 3 (that is an increase of 0), and c goes from 3 to 8 (that is an increase of 5). So a = 3, b = 0, c = 5.

Likewise, using a clever 1-1 correspondence, you can map practically any problem with an answer of nCk to fit the grid method. The major advantage of this is that it is an easier way to think about the problem (just like the example I gave may be easier to follow than the original stars and bars approach, and the example I gave in class with the dice can also be thought of in a more numerical sense).

Saturday, November 3, 2012

Beginning Algebra: II

Learn the basics here.

Here we are going to review and work on some other harder problems.

Question #1:   Tickets for the homecoming dance cost 20forasingleticketor35 for a couple. Ticket sales totaled $2280, and 128 people attended. How many tickets of each type were sold?

Solution: 
Let there be x tickets sold for singles and y tickets sold for couples. According to the given:
20 x + 35 y = 2280 --- equation 1
x  + 2 y = 128 --- equation 2

equation 2 times 20 - equation 1 and you have 20 x + 40 y - (20 x + 35 y) = 20 x 128 - 2280 = 280
5y = 280 so y = 56 and plug in to equation 2 and you get x = 16

There will be 16 tickets sold for singles and 56 tickets sold for couples.
Always check your answer to see if that is right.

Question #2: There are 20 questions on an algebra test, you got 5 points for each question you answer correctly and - 2 points for each questions you answer wrong. 
If a student gets 79 for his score and he answers all the questions, how many questions does he answer right? 

Solution I: 
If the student gets all the questions right, he'll get 5 x 20 = 100 points; however, he only gets 79 points. 
For each questions he gets wrong, he not only doesn't have the 5 points but on top of that, he gets 2 points deducted, thus it's minus 7 total. 

(100 - 79) / 7 = 3 so the student gets 3 wrong and 17 questions right. 
Check if that's correct: 17 x 5 - 2 x 3 = 79

Solution II:  
Let the student get x questions right, and that means he gets (20 - x) questions wrong.
5x - 2 (20 -x) = 79;    5x - 40 + 2x = 79;   7 x = 119 so x = 17

Question #3: My piggy bank contains only nickels, dimes, and quarters, and contains 20 coins worth a total of $3.30. If the total value of the quarters is five times the total value of all the other coins, how many dimes are in the piggy bank?

Solution:  
According to the given: 
N + D + Q = 20  --- equation 1
The total value of the quarters is 5 times the total value of all the other coins, which mean that if the total value of N + D = x, the total value of Q is 5 x
x + 5x = 330 (Make sure to use the same unit) so x = 55 (cents)
5x = 5 x 55 = 275 and 275/ 25 = 11 so there are 11 quarters

Plug in equation 1 and you have N + D = 20 - 11 = 9
Since 5N + 10D = x = 55, D and N could be
D        N
5         1
4         3
3         5
2         7... etc   2 + 7 = 9 so there are 2 dimes (7 nickels and 11 quarters)


Other applicable problems: (answer key below)

#1: Bernard has 41 coins consisting of nickels, dimes, and quarters, and they are worth a total of You can't use 'macro parameter character #' in math mode1.65 in nickels, dimes and quarters. She has 10 coins all together and the number of quarters is equal to the number of nickels and dimes combined. Haw many of each coin does she have?

#3:  A collection of 24 nickels, dimes, and quarters is worth $3.20. There are seven more nickels than dimes. How many of each are there in the collection?

#4: Continue with #3, if there are seven more dimes than nickels, how many of each are there in the collection? 











Answer key: 
#1: 6 quarters, 20 nickels and 15 dimes  
#2: 2 nickels, 3 dimes and 5 quarters 
#3: 9 quarters, 4 dimes and 11 nickels
#4: 7 quarters, 12 dimes and 5 nickels