Showing posts with label probability. Show all posts
Showing posts with label probability. Show all posts

Monday, November 14, 2016

2017 Mathcounts State Prep: Some Counting and Probability Questions on Dot Grids

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

#5 1993 Mathcounts National Target : Find the probability that four randomly selected points on the geoboard below will be the vertices of a square? Express your answer as a common fraction.













#5 2004 AMC 10A: A set of three points is chosen randomly from the grid shown. Each three-point (same image as the below question) set has the same probability of being chosen. What is the probability that the points lie on the same straight line?
















2007 Mathcounts Chapter Sprint #29 : The points of this 3-by-3 grid are equally spaced
horizontally and vertically. How many different sets of three points of this grid can be the three
vertices of an isosceles triangle?












Solution:
#5 National Target: There are 16C4 = \(\dfrac {16\times 15\times 14\times 13} {4\times 3\times 2\times 1}\)= 1820 ways to select 4 points on the geoboard.

There are 3 x 3 = 9  one by one squares and 2 x 2 = 4 two by two squares and 1 x 1 = 1 three by three squares. (Do you see the pattern?)
                                                         




There are 4 other squares that have side length of √ 2
and 2 other larger squares that have side length of 5.

9 + 4 + 1 + 4 + 2 = 20 and \(\dfrac {20} {1820}=\dfrac {1} {91}\)






#5: Solution:
AMC-10A: There are 9C3 = \(\dfrac {9\times 8\times 7} {3\times 2\times 1}\)= 84 ways to chose the three dots and 8 of the lines connecting the three dots will form straight lines. (Three verticals, three horizontals and two diagonals.) so 
\(\dfrac {8} {84}=\dfrac {2} {21}\)

#29: Solution: 
Use the length of the two congruent legs to solve this problem systematically. 



 There are 16   1 - 1 - \(\sqrt {2}\)    isosceles triangles.
There are 8    \(\sqrt {2}\)  by  \(\sqrt {2}\) by 2 isosceles triangles. (See that ?)







There are 4     2 - 2 - \(2\sqrt {2}\)  isosceles triangles.
There are 4    \(\sqrt {5}\)  by  \(\sqrt {5}\) by 2 isosceles triangles.
Finally, there are \(\sqrt {5}\)  by  \(\sqrt {5}\) by \(\sqrt {2}\) isosceles triangles.
Add them up and the answer is 36.  




Tuesday, June 16, 2015

Problem Solving Strategies : Complementary Counting

Check out Mathcounts here, the best competition math program for middle school students.

Download this year's Mathcounts handbook here.

Video to watch on complementary counting from "Art of Problem Solving"

Part 1

Part 2

Question: How many two-digit numbers contain at least one 9?

 At beginning level, kids start to write down all the numbers that contain 9. However, this turns into impossible task if it's a three-digit or four-digit number. So let's try other ways to do it.

9 _ , if 9 is placed as the tens digit, unit digit can be chosen from 0 -9, altogether 10 numbers.
A lot of kids think there are only 9. Be careful. To find how many consecutive terms from number a to b, you do (b-a) +1

_ 9, there will be 9 choices (1-9) this time as the tens digit.(Why?) Zero can't be placed other than unit digit.
So total you have 10 + 9 - 1 (you've counted 99 twice) = 18

This way is better than the first one, but once the numbers become large, you will easily lose track of those double-counting, triple-counting numbers and over count your answers.

Here is a better way to tackle this type of problem: Think about the case of numbers that contain no 9s, and subtracting this value from the total number of two-digit numbers will give you the answer.

There are 99-10 +1 =90 total two digit numbers. There are 8 (the tens digit) x 9 (unit digit) = 72 numbers that contain no 9s. So 90-72 = 18 gives you the answer.

Try this question: 
How many three-digit numbers contain at least one 9?
There are 999 - 100 + 1 or 999 - 99 = 900 three-digit numbers. 
Or 9 x 10 (you can use the digit "0" now" x 10 = 900 three-digit numbers
900 - 8 x 9 x 9 = 252 numbers 

This is called "complementary counting" and there are numerous problems that you can use this strategies to simplify the reasoning. 

Here is another harder problem from 2003 Mathcounts Chapter Sprint Round #29:
Each day, two out of the three teams in a class are randomly selected to participate in a MATHCOUNTS trial competition. What is the probability that Team A is selected on at least two of the next three days? Express your answer as a common fraction.

Solution:  
Use complementary counting. 
If each day two of the team will be chosen, there will be 3C2 = 3 ways to choose the team -- AB, BC, or AC, so 1/3 of the chance that team A won't be chosen and 2/3 of the chance that team A will be chosen. 

Case 1: Team A is not chosen on any of the three days. The probability is (1/3) 3= 1/27.
Case 2: Team A is chosen on one of the three days : The probability is (2/3) times (1/3)2 times 3C1 = 6/27 (A - -, - A - or - - A, which is 3C1 = 3 ways)

Total possibilities - none - at least 1 time = at least two times Team A will be chosen 
so the answer is 1 - 1/27 - 6/27 = 20/27

Other applicable problems: (answer key below)

#1: 2006 AMC10 A: How many four-digit positive integers have at least one digit that is a 2 or 3? 

#2: What is the probability that when tossing two dice, at least one dice will come up a "3"? 

#3: If {x,y} is a subset of S={1,2,3,....50}. What is the probability that xy is even?















Answer key: 

#1:  9000 - 7 x 8 x 8 x 8 = 5416

#2:  The probability of the dice not coming up with a "3" is 5/6.
       1 - (5/6)2 = 11/36

2. 1 - (25/50) (24/49) -- only odd times odd will give you odd product, the others will all render even product, so the answer is 37/49.



 

Monday, December 24, 2012

2013 Mathcounts State Prep: Counting and Probability

Question #1: Rolling two dice, what is the probability that the product is a multiple of 3?
Solution I :
As long as one of the two numbers turn up as 3 or multiple of 3 (in this case, a "6"), the product of the two numbers will be a multiple of 3.
There are 6 * 6 = 36 ways to get 2 numbers. Out of the 36 pairs, you can have
3 - 1
3 - 2
3 - 3
3 - 4
3 - 5
3 - 6, 6 ways.
However, there are only 5 ways left if the other die has a 3 since 3 - 3 only counts as once.
1 - 3
2 - 3
4 - 3
5 - 3
6 - 3
Next we look at "at least one number is "6".
6 - 1
6 - 2
6 - 4 (We already used 6 - 3)
6 - 5
6 - 6 so 5 ways.
The other way around, we have
1 - 6
2 - 6
4 - 6
5 - 6  Total 4 ways, so the answer is \(\frac{\Large{( 6 + 5 + 5 + 4 )}}{\Large{36}}\) = \(\frac{\Large{ 20}}{\Large{36}}\) = \(\frac{\Large{5}}{\Large{9}}\).

Solution II: 
The easiest way to solve this problem is to use complementary counting, which is 1 (100% or total possible way) - none of the the multiples of 3 showing up, so 1 - \(\frac{\Large{4}}{\Large{6}}\) *\(\frac{\Large{4}}{\Large{6}}\) = 1 - \(\frac{\Large{2}}{\Large{3}}\) * \(\frac{\Large{2}}{\Large{3}}\)=  \(\frac{\Large{5}}{\Large{9}}\)

Question #2: [2002 AMC-12B #16] Juan rolls a fair regular eight-sided die. Then Amal rolls a fair regular six-sided die. What isthe probability that the product of the two rolls is a multiple of 3?
Solution:
Using complementary counting (see solution II of the previous question), 1 - \(\frac{\Large{6}}{\Large{8}}\) *\(\frac{\Large{4}}{\Large{6}}\) = 1 - \(\frac{\Large{3}}{\Large{4}}\) * \(\frac{\Large{2}}{\Large{3}}\)=  \(\frac{\Large{1}}{\Large{2}}\)

Friday, May 11, 2012

Problem Solving Strategy: Probability, Counting, Grid

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


#5 1993 Mathcounts National Target : Find the probability that four randomly selected points on the geoboard below will be the vertices of a square? Express your answer as a common fraction.












#5 2004 AMC 10A: A set of three points is chosen randomly from the grid shown. Each three-point set has the same probability of being chosen. What is the probability that the points lie on the same straight line?























Solution:
#5 National Target: There are 16C4 = (16 x 15 x 14 x 13)/ 4 x 3 x 2 = 1820 ways to select 4 points on the geoboard.

There are 3 x 3 = 9  one by one squares and 2 x 2 = 4 two by two squares and 1 x 1 = 1 three by three squares. (Do you see the pattern?)
                                                         

There are 4 other squares that have side length of √ 2
and 2 other larger squares that have side length of 5.

9 + 4 + 1 + 4 + 2 = 20 and 20/1820 = 1/91





#5 AMC-10A: There are 9C3 = (9 x 8 x 7) / 3 x 2 x 1 = 84 ways to chose the three dots and 8 of the lines connecting the three dots will form straight lines. (Three verticals, three horizontals and two diagonals.) so 
8/84 = 2/21