Thursday, November 22, 2012

Similar Triangles I

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

There are numerous questions on similar triangles at competition math.
Practice how to spot them and use them to solve tougher chapter, median hard state questions.

For example, There are three similar triangles in this image.

Triangle ABC is similar to triangle BDC and triangle ADB.

Using consistent symbols will help you set up the right proportion comparisons much easier.

BD2 = AD x DC
BA2 = AD x AC
BC2 = CD x AC  









All because of the similarities.
That is also where those ratios work.











#1: What is the height to the hypotenuse of a 3-4-5 right triangle? 
Solution: 
 The area of a triangle is base x height over 2.
 Area of a 3-4-5 right triangle  = (3 x 4) / 2 = (5 x height to the hypotenuse) / 2
 Both sides times 2 : (3 x 4) = 5 x height to the hypotenuse
 The height to the hypotenuse = 12/5 

The same goes with 6-8-10 right triangle, the height to the hypotenuse is 4.8.
It's very straightforward so make sure you know how and why that works.

Hope this helps.

Sunday, November 18, 2012

2007 State Harder Algebra Questions

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

#16 2007 Mathcounts State Sprint: A data set for a class of 25 sixth graders has their ages listed as
the integer values of either 10 or 11 years. The median age in the data set is 0.36 years greater than the mean. How many 10-year-olds are in the class?

#23: 2007 Mathcounts State Sprint:  A box contains some green marbles and exactly four red marbles.
The probability of selecting a red marble is x%. If the number of green marbles is doubled, the probability of selecting one of the four red marbles from the box is (x - 15)%. How many green marbles are in the box before the number of green marbles is doubled?












#16: Solution I: 
 Since there are 25 students, the median has to be either 10 or 11 (Why?)
Since the mean has to be 10 (if all the children are all 10 year old) or higher, the median has to be 11.
Let there be x 10 year old students, and there are (25 - x) 11 year old students.

11 - \frac{10x + (25 -x) * 11}{25} = 0.36

-( \frac{10x + 275 -11x}{25})= 0.36 - 11 = -10.64

both sides * (-25) ---- (10.64 * 25 = 10.64 * \frac{100}{4})

\rightarrow -x + 275 = 266 
 



\color{red}{x=9}

Solution II: 
Let there be x 10 year old and y 11 year old. 
According to the given:  \frac{10x + 11y}{25} = 11 - 0.36 = 10.64
10x + 11 y = 266
For x to be integer, y has to either 6 or 16. Further checking, only when y = 16, x = 9 works. 

#23: Let there be g numbers of Green marbles.
According to the given, we can set up two equations:

\frac{4}{4 + g}= \frac{x}{100} \rightarrow400 = 4x + xg                                          equation 1

\frac{4}{4 + 2g}= \frac{x-15}{100} \rightarrow400 = 4x -60 + 2gx - 30g           equation 2

Equation 1 minus equation 2 and you have: 0 = xg + 60 -2xg + 30g
Move all the variables to the other side:
xg - 30g = g (x - 30) = 60
If g = 4, x = 45 (doesn't work)
If g = 6, x = 40 (it works.)

Friday, November 16, 2012

Mental Math Practices on Ratio, Percents and Proportion

Mental Math Practices: All questions can be solved in your head reasonably fast (less than 5 minutes) if you understand the concepts well.

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

1. What is 12.5% of 128?

2. After 20% discount, you paid $144? What is the original price?

3. To make 20% profit, you charge your customer 144 dollars. What is the wholesale price?

4. You lost 20% in the stock market. What percentage increase will you break even?

5. A : B = 2 : 5 and A is 75 more than B, what is B?

6. A : B = 2 : 3 and A + B = 14, what is A and what is B?

7. A : B = 3 : 5 and B : C = 2 to 9, what is A : B?

8. Two triangles are similar and the length of their base ratio is 1: 2. The smaller triangle has a base that equals 5 and an area that is 110. What is the area of the larger triangle?

9. One side of the square increases 10% and the other side decreases 20 percent. What is the percentage change? Increase or decrease? By how much?

10. There are 60 students in a gym and 30% are boys. After a few more boys enter the gym, now 40% are boys. How many boys enter the room?

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 $20 for a single ticket or $35 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 $4.00. If the number of dimes plus the number of quarters is one more than te number of nickels, then how many of each does he have?

#2:  Kim has $1.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

Sunday, August 5, 2012

Geometry : Dimensional Target type questions

Check out Mathcounts, the best middle school competition math up to the national level.

Questions: (Solutions below)
#1: A circle is circumscribed around a square and another circle is inscribed in the same square. Find the ratio of the area of the smaller circle to the area of the larger circle. Express your answer as a common fraction.










#2: A square pyramid has a base edge of 32 inches and an altitude of 1 foot. A square pyramid whose altitude is one-fourth of the original altitude is cut from the vertex. The volume of the remaining frustrum is what fractional part of the volume of the original pyramid?

#3: This question is similar to one SAT question that most of my high school students have problem with. 


  























Solutions:
The two questions above are very similar. They are both related to dimension change, and appear very often on competition math. Just remember that for any two figures, the ratio of their areas is simply (ratio of base * ratio of height), and the ratio of their volumes is (ratio of base area * ratio of height). In cases where the ratio of all the sides are the same - that is, when you're dealing with similar figures - the ratio of the areas is just (ratio of side)22, whereas the ratio of the volumes is just (ratio of side)3.

#1: The ratio of the two radii is 1 to  2   (45-45-90 degree right triangle), so the area ratio is 
(1 over  2 )2 = 1/2.

#2 : Since the two pyramids are similar, and you know that the height of the new smaller pyramid is 1/4 of the old height, the volume must be (1/4)3 = 1/64 of the original pyramid.
So the volume of the frustum is (1-1/64) = 63/64 of the original shape.

#3: Since the radius is a linear relationship. R1 to r2 = 1 : 2 (given), the area ratio is 1 : 4 (square both ratio)The larger measure is double the smaller one, so once you know the area of ABC, you can get the area of DEF by multiplying the area of ABC by 4 x 2 = 8 so 5 x 8 = 40 square units.