Showing posts with label Mathcounts Practice. Show all posts
Showing posts with label Mathcounts Practice. 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).

Monday, August 29, 2016

Mathcounts Strategy: Shoestring (or Shoelace) method of finding the area of any polygon

Check out Mathcounts here, the best competition math program for middle school students.
Download this year's Mathcounts handbook here. 

Shoelace formula from Wikipedia

More on Shoelace

Problems: Solutions below 

#1:  Find the area of a quadrilateral polygon given the four end points (3, 5), (11, 4), (7,0) and (9,8) in a Cartesian plane.

#2 2007 Chapter Target Round: A quadrilateral in the plane has vertices at (1,3),  (1,1), (2, 1) and (2006, 2007). What is the area of the quadrilateral?

#3: Find the area of a polygon with coordinates (1, 1), (3, -1),  ( 4, 4), and  (0.3)

#4: What is the number of square units in the area of the pentagon whose vertices are 
(1, 1 ), ( 3, -1),  (6, 2), (5, 6), and (2, 5)?

#5: Find the area of a polygon with coordinates ( -6, 0), (0, 5), (3, -2), and (4, 7)

#6: Find the area of a polygon with coordinates (20, 0), (0, 12), (3, 0), (4, -4)

#7: Find the area of a polygon with coordinates (-8, 4), (2, 12), (3, -5), (4, -4)

#8: Find the area of a triangle with coordinate (-8, -4), (-3, 10), (5, 6)


















Solution I: Draw a rectangle and use the area of the rectangle minus the four triangles to get the area of the quadrilateral polygon. 








Solution II: Using shoestring method. First, plug in the four points. Second, choose one starting point and list the other points in order (either clockwise or counterclockwise)  and at the end, repeat the starting point. The answer is 33 square units.


























Use this link to practice finding the area of any irregular polygon. Keep in mind that a lot of the times you don't need to use shoestring method. Be flexible!! Scroll to the middle section.





#2 Answer: 3008 square units

#3: Answer: 10.5 square units 

#4: Answer: 22 square units

#5: Answer: 45.5 square units

#6: Answer: 136 square units

#7: Answer: 98 square units

#8: Answer: 66 square units 

Thursday, January 17, 2013

2013 Mathcounts State Prep: Harder State Questions

Check out Mathcounts here, the best competition math program for middle school students.
Download this year's Mathcounts handbook here.

2004 Mathcounts State Sprint #19: The points (x, y) represented in this table lie on a straight line. The point (13, q) lies on the same line. What is the value of p + q? Express your answer as a decimal to the nearest tenth. 
 
Solution: 
#19:  Look at the table and you'll see each time x + 2, y would -3. 
-5 to -14 is (-9), three times (-3) so p = 2 + 3 x 2 = 8
p would = 13 when 2 + 5.5 * 2 = 13 so q = -5  +  (5.5) * (-3) = -21.5
p + q = -13.5

2004 Mathcounts State Sprint #24: The terms x, x + 2, x + 4, ..., x + 2n form an arithmetic sequence, with x an integer. If each term of the sequence is cubed, the sum of the cubes is - 1197. What is the value of n if n > 3?
Solution: 
The common difference in that arithmetic sequence is 2 and the sum of the cubes is -1197, which means that these numbers are all odd numbers. (cubes of odd numbers are odd and the sum of odd terms of odd numbers is odd. )

(-5)3 + (-7)3 + (-9)3 = -1197  However, n is larger than 3 (given) so the sequence will look like this:
 (-9)3+ (-7)3+ (-5)3+ (-3)3+ (-1)3 + (1)3 + (3)3 = -1197
 x = - 9 and x + 2n = 3, plug in and you get -9 + 2n = 3;  n = 6