Find the area of the football shape, or the petal shape.
The below Mathcounts mini presents two methods.
Circle and area revisited from Mathcounts mini
The first question is exactly the same as this one.
Besides the two methods on the videos, you can also use the following methods.
Solution III:
You can also look at this as a Venn Diagram question.
One quarter circle is A and the other is B, and both are congruent. (center at opposite corner vertexes)
The overlapping part is C.
A + B - C = 6^2 so C = A + B - 36 or 18pi - 36
If you use the area of the rectangle,
which is 6 x 12 minus, the area of the half circle with a radius 6, you get the two white spots that are un-shaded.
Use the area of the square minus that will again give you the answer.
\(6^{2}-\left( 6*12-\dfrac {6^{2}\pi } {2}\right)\)
= 18pi - 36
Similar triangles and triangles that share the same vertexes/or/and trapezoid
Another link from my blog
Similar triangles, dimensional change questions are all over the place so make sure you really
understand them.
Take care and happy problem solving !!
Monday, November 4, 2013
Friday, November 1, 2013
Counting I : Ways to Avoid Over Counting or Under Counting
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 !!
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 !!
Monday, September 9, 2013
Chicken, Rabbit Questions : Algebra Without Using Variables
The problems below are much easier so if you are preparing for the state, try the online timed test here.
Just write down random name to enter the test site is fine. At the end of the test, you'll see the answers for the ones you get wrong. Everyone is welcome to take the test. Thanks a lot and have fun problem solving.
#1: There are 20 horses and chickens at Old Macdonald's farm. Together there are 58 legs. How many horses and how many chickens?
#4: 14 octopus and 19 sea otters.
#5: 6 cows and 12 chickens.
Just write down random name to enter the test site is fine. At the end of the test, you'll see the answers for the ones you get wrong. Everyone is welcome to take the test. Thanks a lot and have fun problem solving.
#1: There are 20 horses and chickens at Old Macdonald's farm. Together there are 58 legs. How many horses and how many chickens?
Solutions I :
#1: Using algebra, you have
H + C = 20---equation 1 and
4H +2C = 58---equation 2
To get rid of one variable you can times equation 1 by 2 to get rid of Chicken or times 4 to get rid of horses.
Times 2 and you have 2 H + 2 C = 40 (every term needs to be multiplied by 2)---equation 3
4 H + 2C = 58---equation 2
Using equation 2 - equation 3 and yo get 2H = 18 so H = 9 and from there, solve for C = 11
Solution II:
Solution II:
Let there be C chickens and (20-C) horses. [Since the sum of the number of chickens and horses is 20. If one has C number, the other has (20 - C)
2C + 4 (20 - C) = 58; 2C + 80 - 4C = 58; -2C = -22; C = 11
and from there, you get H = 20 - 11 = 9
Solution III:
Without using algebra, you can make all the animals be chickens first. In that case, you'll have 20 x 2 = 40 legs. Since you have 58 legs, you need to get rid of some chickens and bring in more horses.
2C + 4 (20 - C) = 58; 2C + 80 - 4C = 58; -2C = -22; C = 11
and from there, you get H = 20 - 11 = 9
Solution III:
Without using algebra, you can make all the animals be chickens first. In that case, you'll have 20 x 2 = 40 legs. Since you have 58 legs, you need to get rid of some chickens and bring in more horses.
You gain 2 legs by every transaction (-2 + 4 = 2). (58 - 40) / 2 = 9 so 9 horses and 11 chickens.
Other similar questions to practice (answer key below):
#1: Rabbits and ducks -- 30 animals and 86 feet.
#1: Rabbits and ducks -- 30 animals and 86 feet.
#2: There are 24 three-leg stools and four-leg tables. Together there are 86 legs.
#3: There are 43 bicycles and tricycles and together there are 100 wheels.
#4:
There are 33 octopus (8 arms) and sea otters and together they have 188
arms/or for sea otters--legs. How many octopus and how many sea
otters?
#5: There are 18 animals in the barnyard, some are cows and some are chickens. There are total 48 legs. How many chickens and how many cows?
#5: There are 18 animals in the barnyard, some are cows and some are chickens. There are total 48 legs. How many chickens and how many cows?
Answers:
#1: 13 rabbits and 17 ducks.
#2: 10 three-leg stools and 14 four-leg tables.
#3: 29 bicycles and 14 tricycles. #4: 14 octopus and 19 sea otters.
#5: 6 cows and 12 chickens.
Thursday, September 5, 2013
3 - D Geometry and harder AMCs, AIME links
For Mathcounts advanced group -- harder Mathcounts State/National problem on 3-D geometry.
From Mathcounts Mini :
Using Similarity to Solve Geometry Problems
Area and Volume
Relationship Between A Box's Dimensions, Volume and Surface Area
AMC, AIME videos from AoPS
Harder/Hardest AMC-10, 12 and AIME problems explained by Mrs. Rusczyk
From Mathcounts Mini :
Using Similarity to Solve Geometry Problems
Area and Volume
Relationship Between A Box's Dimensions, Volume and Surface Area
AMC, AIME videos from AoPS
Harder/Hardest AMC-10, 12 and AIME problems explained by Mrs. Rusczyk
Monday, June 3, 2013
This Week's Work : Week 15 - for Inquisitive Young Mathletes
Part I work for this week:
See if you can write proof to show the exterior angle of any regular convex polygon is \(\frac{360}{n}\).
I'll include that in my blog for better proof.
Polygons Part I : interior angle, exterior angle, sum of all the interior angles in a polygon, how many diagonals
in a polygon
Polygons Part II : reviews and applicable word problems
Interior angles of polygons from "Math Is Fun"
Exterior angles of polygons from "Math Is Fun"
Supplementary angles
Complementary angles
Get an account from Alcumus and choose focus topics on "Polygon Angles" to practice.
Instant feedback is provided. This is by far the best place to learn problem solving, so make the best use of
these wonderful features.
This week's video on math or science : Moebius Transformations Revealed
Part II work online timed test word problems and link to key in the answers will be sent out through e-mail.
Have fun problem solving !!
See if you can write proof to show the exterior angle of any regular convex polygon is \(\frac{360}{n}\).
I'll include that in my blog for better proof.
Polygons Part I : interior angle, exterior angle, sum of all the interior angles in a polygon, how many diagonals
in a polygon
Polygons Part II : reviews and applicable word problems
Interior angles of polygons from "Math Is Fun"
Exterior angles of polygons from "Math Is Fun"
Supplementary angles
Complementary angles
Get an account from Alcumus and choose focus topics on "Polygon Angles" to practice.
Instant feedback is provided. This is by far the best place to learn problem solving, so make the best use of
these wonderful features.
This week's video on math or science : Moebius Transformations Revealed
Part II work online timed test word problems and link to key in the answers will be sent out through e-mail.
Have fun problem solving !!
Subscribe to:
Posts (Atom)