Loading [MathJax]/jax/output/HTML-CSS/jax.js

Thursday, January 10, 2013

2013 Mathcounts Basic Concept Review: Some Common Sums/numbers

These are some common sums that appear on Mathcounts often.

1+2+3++n=n(n+1)2

 2+4+6+.2n=n(n+1)

1+3+5+.(2n1)=n2

The above are all arithmetic sequences.

The sum of any arithmetic sequence is average times terms (how many numbers).
Besides, the mean and median are the same in any arithmetic sequence.
Combining these knowledge, along with distributive rules some times
(case in point, sum of multiples of n, etc...) will expedite the calculation.

The "nth" triangular number is n(n+1)2

The sum of the first n triangular numbers is n(n+1)(n+2)6.

 12+22+32++n2 = n(n+1)(2n+1)6

13+23+33++n3=[n(n+1)2]2

Monday, December 31, 2012

Harder Geometry Question from National Mathcounts

Question: Similar to a 96 National Mathcounts question: Circles of the same colors are congruent and tangent to each other. What is the ratio of the area of the largest circle to the area of the smallest circle?

Solution :
The most difficult part might be to find the leg that is "2R - r".
R and r being the radius of the median and the smallest circle.

Using Pythagorean theorem, you have (R+r)2=R2+(2Rr)2
R2+2Rr+r2=R2+4R24Rr+r2
Consolidate and you have 6Rr = 4R2 3r = 2R r =2R3 The ratio of the area of the largest circle to the area of the smallest circle is thus (2R)2(2R3)29 .