AB BC CD DE EF FG AC BD CE DF EG AD BE CF DG AE BF CG AF BG AG

Size: px
Start display at page:

Download "AB BC CD DE EF FG AC BD CE DF EG AD BE CF DG AE BF CG AF BG AG"

Transcription

1 VIII. Make a systematic list A systematic list provides a way to organize the information of a problem in a methodical way. The system employed used should be understandable and clear so that the person making the list can verify its accuracy quickly. Additionally, others should be able to understand the system and verify the solution without too much effort. Many systematic lists are in the form of tables whose columns are labeled with the information in the problem; the rows are used to indicate possible combinations. Example: Andrew and his friends have formed a fantasy basketball league in which each team will play the others three times each. There are seven teams: the (San Diego State) Aztecs, the (St. Bonaventure) Bonnies, the (George Washington) Colonials, the (Duquesne) Dukes, the (LaSalle) Explorers, the (Dayton) Flyers, and the (St. Mary s College) Gaels. How many games will be played in all? Solution: A systematic listing of the matchups will be valuable in this problem. It will help us first to ensure that every possible matchup appears in our list, and secondly, it will prevent us from listing certain matchups repeatedly, which would throw off our count. As should be apparent, the names of the teams are irrelevant for the counting, so we can easily abbreviate the teams with initial letters A, B, C, D, E, F, and G. Then, an alphabetical method for listing matchups presents itself: first list all possible matchups in which team A plays, then continue with all the remaining matchups in which B plays, then C, etc. This leads to the following list, prepared sequentially column by column: AB BC CD DE EF FG AC BD CE DF EG AD BE CF DG AE BF CG AF BG AG We count = 2 different pairs of teams. Since each pair plays three games, there will be a total of 6 games in the league. 0

2 Example: Penny has 2 dimes in her change purse. She arranges them into three piles, putting an odd number of dimes in each pile. How many ways can she do this? Solution: Make a systematic list of the possible combinations. A natural method would be to construct a table in which the columns correspond to the three piles, marking in each row the number of coins in each pile. Begin by putting the fewest possible number of dimes in the first pile, the fewest remaining possible number in the second pile, so that all the other dimes must go in the third pile. (Note that the size of the third pile is no longer a choice, since the sum of the sizes of the piles must equal 2.) In subsequent rows, we repeat this process, making sure not to repeat the choices marked in an earlier row. This is controlled by upping the number in the second pile at each row, remembering that only odd numbers of coins are allowed in each pile. Pile Pile 2 Pile This procedure work fine, until we come to the row,,. At this point, we recognize that since the third number is now smaller than the second, we have repeated the choice made in the previous row: having coins in pile 2 and in pile is exactly the same as having in pile 2 and in pile the piles are indistinguishable, so their numbering is irrelevant to the solution of the problem. For this reason, we strike that row from the list. The same reasoning applies to the next row,,, 2. This time we notice a repeat with the second row of the table, as now the second number in the row is less than the first. So we strike that row from the table as well. In fact, we observe that if any row contains a number in a higher numbered pile which is smaller than a number in a lower numbered pile, then it must repeat some earlier row of the table. So as we continue adding to the table, we make sure to never enter numbers in a row that decrease as we proceed to higher numbered columns. The process is complete when we reach the row,,. A quick count now reveals that there are 6 rows in the table, hence there are 6 ways for Penny to arrange her piles. (If Penny chooses to label her piles, then the duplications noticed above are in fact distinguishable from each other. It follows that there will be many more possible combinations. A similar method to the one used above will find 8 possibilities!)

3 Example: For her Shakespeare course, Kristen must read all of the following plays and choose three to write a paper about: Richard III, A Midsummer Night s Dream, The Tempest, Macbeth, and Othello. How many different sets of books can Kristen do her papers on? Solution: Make a table with five columns, one for each of the five plays. Mark three s in each row to identify some collection of the five columns. Do so systematically by selecting the leftmost columns first, then later columns in order from left to right Richard III Midsummer Tempest Macbeth Othello We find that there are 0 ways for Kristen to choose the subjects of her papers. Another solution method makes use of a tree diagram to organize the listing spatially. This method emphasizes order of selection, and is called a tree diagram since it looks like branches of a tree. The first set of branches identifies the first option selected, the second tier of branches the second option, and the third and final set of branches, the leaves of the tree, mark the final selection. The number of possibilities overall corresponds to the number of leaves showing. Example: In the previous example, once Kristen has chosen her three plays say she s chosen Richard III, The Tempest, and Macbeth. In how many different orders can she write her three papers? 2

4 Solution: We use a tree diagram to organize this information: Richard III The Tempest Macbeth The Tempest Macbeth Richard III Macbeth The Tempest Richard III Macbeth The Tempest Macbeth Richard III Richard III The Tempest The diagram clearly shows all six possibilities, where the order in which Kristen writes her papers corresponds to one of the six paths from the root of the tree (at the top) down to one of the leaves. Tree diagrams are also very useful for solving problems about computing probabilities, as the following example shows. Example: A bag contains one white ball and two red balls. A ball is drawn at random from the bag. If the ball is white, then it is returned to the bag with a second white ball, but if it is red, then it is returned with two additional red balls. Then another ball is drawn at random. What is the probability that this second ball drawn from the bag is red? Solution: A simple tree diagram can neatly organize the possible choices at each stage: /2 W The numbers on the edges correspond to the probabilities attached to the choice represented by that edge. For instance, since there is one white ball and two red balls initially in the bag, there is a / chance that the white ball is selected and a 2/ chance that a red / 2/ W R /2 / 4/ R W R

5 ball is chosen. On the second stage edges, we notice that after a white ball was chosen first, there will then be two white and two red balls in the bag, giving an equal /2 probability that either a white or red ball is chosen second. However, if a red ball is chosen first, there will then be one white and four red balls in the bag, so there is a / chance that the white ball is selected and a 4/ chance that a red ball will be chosen. It follows that the probability of choosing two white balls is P (W,W ) = 2 = ; the probability 6 of choosing a white ball first and a red ball second is P (W, R) = 2 = 6 ; that of choosing a red ball first then a white ball is P ( R,W ) = 2 = 2 ; and finally, the probability of choosing two red balls is P ( R, R) = 2 4 = 8. (It is straightforward to verify that these four numbers do, as expected, add up to.) Example: A company that conducts individual drug tests to identify the existence of certain illegal substances in a person s system claims that its drug test is 0% accurate. That is, given a group of people that use these illegal substances, the test will correctly identify 0% of the group as users. Furthermore, given a group of people who don t use these drugs, the test will correctly identify 0% of them as non-users. These numbers sound pretty good, but suppose someone has just taken this drug test and receives a positive result (suggesting that they are a user). What is the probability that this person actually is a user? To answer this question, you will need to know that only % of the population is made up of illegal drug users. Solution: Consider a hypothetical group of 0,000 people. If % of them use drugs, then there are 00 drug users in the group. If all 0,000 individuals take the drug test and it is correct 0% of the time, then of the 00 drug users, 40 will be correctly identified as users, meaning that 0 will be misidentified as being non-users. They represent the false negatives for the test. The tree diagram illustrates this situation. % 00 drug users 0% 0% 0 negative testers 40 positive testers % 00 non-users 0% 0 positive testers 0% 80 negative testers 4

6 Now let s consider the 00 people who do not use drugs. The test is 0% accurate, so it will correctly identify 80 people as non-users. However 0% of the people, 0 in the group, will register as false positives, indicating that they are using drugs when in fact they are not. Notice that = 400 people in the group who tested positive, but only 40 of them are actually drug users; the other 0 are false positives. This means that only 40/400 2% of those who test positive are truly drug users! (What are the implications of this information for the people who use such drug tests to make decisions and for the people who are affected by these decisions? Indeed, many drug tests now take information about false positives like this into account.)

6.3 Conditional Probability and Independence

6.3 Conditional Probability and Independence 222 CHAPTER 6. PROBABILITY 6.3 Conditional Probability and Independence Conditional Probability Two cubical dice each have a triangle painted on one side, a circle painted on two sides and a square painted

More information

4. How many integers between 2004 and 4002 are perfect squares?

4. How many integers between 2004 and 4002 are perfect squares? 5 is 0% of what number? What is the value of + 3 4 + 99 00? (alternating signs) 3 A frog is at the bottom of a well 0 feet deep It climbs up 3 feet every day, but slides back feet each night If it started

More information

Pattern Co. Monkey Trouble Wall Quilt. Size: 48" x 58"

Pattern Co. Monkey Trouble Wall Quilt. Size: 48 x 58 .............................................................................................................................................. Pattern Co..........................................................................................

More information

Hoover High School Math League. Counting and Probability

Hoover High School Math League. Counting and Probability Hoover High School Math League Counting and Probability Problems. At a sandwich shop there are 2 kinds of bread, 5 kinds of cold cuts, 3 kinds of cheese, and 2 kinds of dressing. How many different sandwiches

More information

Ready, Set, Go! Math Games for Serious Minds

Ready, Set, Go! Math Games for Serious Minds Math Games with Cards and Dice presented at NAGC November, 2013 Ready, Set, Go! Math Games for Serious Minds Rande McCreight Lincoln Public Schools Lincoln, Nebraska Math Games with Cards Close to 20 -

More information

THIS ASSESSMENT NOTIFICATION CAN BE FOUND ON THE COLLEGE WEBSITE UNDER THE LEARNING AND TEACHING TAB

THIS ASSESSMENT NOTIFICATION CAN BE FOUND ON THE COLLEGE WEBSITE UNDER THE LEARNING AND TEACHING TAB Student Name: Teacher: Assessment Task for Stage 6: HSC Subject: General Mathematics THIS ASSESSMENT NOTIFICATION CAN BE FOUND ON THE COLLEGE WEBSITE UNDER THE LEARNING AND TEACHING TAB Assessment Task

More information

INTERSECTION MATH And more! James Tanton

INTERSECTION MATH And more! James Tanton INTERSECTION MATH And more! James Tanton www.jamestanton.com The following represents a sample activity based on the December 2006 newsletter of the St. Mark s Institute of Mathematics (www.stmarksschool.org/math).

More information

Assessment For The California Mathematics Standards Grade 6

Assessment For The California Mathematics Standards Grade 6 Introduction: Summary of Goals GRADE SIX By the end of grade six, students have mastered the four arithmetic operations with whole numbers, positive fractions, positive decimals, and positive and negative

More information

PROBABILITY. SIMPLE PROBABILITY is the likelihood that a specific event will occur, represented by a number between 0 and 1.

PROBABILITY. SIMPLE PROBABILITY is the likelihood that a specific event will occur, represented by a number between 0 and 1. PROBABILITY SIMPLE PROBABILITY SIMPLE PROBABILITY is the likelihood that a specific event will occur, represented by a number between 0 and. There are two categories of simple probabilities. THEORETICAL

More information

Paper 1. Calculator not allowed. Mathematics test. First name. Last name. School. Remember KEY STAGE 3 TIER 5 7

Paper 1. Calculator not allowed. Mathematics test. First name. Last name. School. Remember KEY STAGE 3 TIER 5 7 Ma KEY STAGE 3 Mathematics test TIER 5 7 Paper 1 Calculator not allowed First name Last name School 2009 Remember The test is 1 hour long. You must not use a calculator for any question in this test. You

More information

5544 = 2 2772 = 2 2 1386 = 2 2 2 693. Now we have to find a divisor of 693. We can try 3, and 693 = 3 231,and we keep dividing by 3 to get: 1

5544 = 2 2772 = 2 2 1386 = 2 2 2 693. Now we have to find a divisor of 693. We can try 3, and 693 = 3 231,and we keep dividing by 3 to get: 1 MATH 13150: Freshman Seminar Unit 8 1. Prime numbers 1.1. Primes. A number bigger than 1 is called prime if its only divisors are 1 and itself. For example, 3 is prime because the only numbers dividing

More information

4. Binomial Expansions

4. Binomial Expansions 4. Binomial Expansions 4.. Pascal's Triangle The expansion of (a + x) 2 is (a + x) 2 = a 2 + 2ax + x 2 Hence, (a + x) 3 = (a + x)(a + x) 2 = (a + x)(a 2 + 2ax + x 2 ) = a 3 + ( + 2)a 2 x + (2 + )ax 2 +

More information

Pigeonhole Principle Solutions

Pigeonhole Principle Solutions Pigeonhole Principle Solutions 1. Show that if we take n + 1 numbers from the set {1, 2,..., 2n}, then some pair of numbers will have no factors in common. Solution: Note that consecutive numbers (such

More information

Visa Smart Debit/Credit Certificate Authority Public Keys

Visa Smart Debit/Credit Certificate Authority Public Keys CHIP AND NEW TECHNOLOGIES Visa Smart Debit/Credit Certificate Authority Public Keys Overview The EMV standard calls for the use of Public Key technology for offline authentication, for aspects of online

More information

8.3 Probability Applications of Counting Principles

8.3 Probability Applications of Counting Principles 8. Probability Applications of Counting Principles In this section, we will see how we can apply the counting principles from the previous two sections in solving probability problems. Many of the probability

More information

Stat 20: Intro to Probability and Statistics

Stat 20: Intro to Probability and Statistics Stat 20: Intro to Probability and Statistics Lecture 16: More Box Models Tessa L. Childers-Day UC Berkeley 22 July 2014 By the end of this lecture... You will be able to: Determine what we expect the sum

More information

Clock Arithmetic and Modular Systems Clock Arithmetic The introduction to Chapter 4 described a mathematical system

Clock Arithmetic and Modular Systems Clock Arithmetic The introduction to Chapter 4 described a mathematical system CHAPTER Number Theory FIGURE FIGURE FIGURE Plus hours Plus hours Plus hours + = + = + = FIGURE. Clock Arithmetic and Modular Systems Clock Arithmetic The introduction to Chapter described a mathematical

More information

1 Symmetries of regular polyhedra

1 Symmetries of regular polyhedra 1230, notes 5 1 Symmetries of regular polyhedra Symmetry groups Recall: Group axioms: Suppose that (G, ) is a group and a, b, c are elements of G. Then (i) a b G (ii) (a b) c = a (b c) (iii) There is an

More information

Probabilistic Strategies: Solutions

Probabilistic Strategies: Solutions Probability Victor Xu Probabilistic Strategies: Solutions Western PA ARML Practice April 3, 2016 1 Problems 1. You roll two 6-sided dice. What s the probability of rolling at least one 6? There is a 1

More information

. 0 1 10 2 100 11 1000 3 20 1 2 3 4 5 6 7 8 9

. 0 1 10 2 100 11 1000 3 20 1 2 3 4 5 6 7 8 9 Introduction The purpose of this note is to find and study a method for determining and counting all the positive integer divisors of a positive integer Let N be a given positive integer We say d is a

More information

Baltic Way 1995. Västerås (Sweden), November 12, 1995. Problems and solutions

Baltic Way 1995. Västerås (Sweden), November 12, 1995. Problems and solutions Baltic Way 995 Västerås (Sweden), November, 995 Problems and solutions. Find all triples (x, y, z) of positive integers satisfying the system of equations { x = (y + z) x 6 = y 6 + z 6 + 3(y + z ). Solution.

More information

Bayesian Tutorial (Sheet Updated 20 March)

Bayesian Tutorial (Sheet Updated 20 March) Bayesian Tutorial (Sheet Updated 20 March) Practice Questions (for discussing in Class) Week starting 21 March 2016 1. What is the probability that the total of two dice will be greater than 8, given that

More information

How to Calculate the Probabilities of Winning the Nine PowerBall Prize Levels:

How to Calculate the Probabilities of Winning the Nine PowerBall Prize Levels: How to Calculate the Probabilities of Winning the Nine PowerBall Prize Levels: Powerball numbers are drawn from two sets of numbers. Five numbers are drawn from one set of 59 numbered white balls and one

More information

2014 Chapter Competition Solutions

2014 Chapter Competition Solutions 2014 Chapter Competition Solutions Are you wondering how we could have possibly thought that a Mathlete would be able to answer a particular Sprint Round problem without a calculator? Are you wondering

More information

An Introduction to Number Theory Prime Numbers and Their Applications.

An Introduction to Number Theory Prime Numbers and Their Applications. East Tennessee State University Digital Commons @ East Tennessee State University Electronic Theses and Dissertations 8-2006 An Introduction to Number Theory Prime Numbers and Their Applications. Crystal

More information

Mathematical goals. Starting points. Materials required. Time needed

Mathematical goals. Starting points. Materials required. Time needed Level S2 of challenge: B/C S2 Mathematical goals Starting points Materials required Time needed Evaluating probability statements To help learners to: discuss and clarify some common misconceptions about

More information

Conditional Probability, Independence and Bayes Theorem Class 3, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom

Conditional Probability, Independence and Bayes Theorem Class 3, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom Conditional Probability, Independence and Bayes Theorem Class 3, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom 1 Learning Goals 1. Know the definitions of conditional probability and independence

More information

Circuits 1 M H Miller

Circuits 1 M H Miller Introduction to Graph Theory Introduction These notes are primarily a digression to provide general background remarks. The subject is an efficient procedure for the determination of voltages and currents

More information

Just the Factors, Ma am

Just the Factors, Ma am 1 Introduction Just the Factors, Ma am The purpose of this note is to find and study a method for determining and counting all the positive integer divisors of a positive integer Let N be a given positive

More information

Assessment Management

Assessment Management Facts Using Doubles Objective To provide opportunities for children to explore and practice doubles-plus-1 and doubles-plus-2 facts, as well as review strategies for solving other addition facts. www.everydaymathonline.com

More information

MATH 140 Lab 4: Probability and the Standard Normal Distribution

MATH 140 Lab 4: Probability and the Standard Normal Distribution MATH 140 Lab 4: Probability and the Standard Normal Distribution Problem 1. Flipping a Coin Problem In this problem, we want to simualte the process of flipping a fair coin 1000 times. Note that the outcomes

More information

Binomial Probability Distribution

Binomial Probability Distribution Binomial Probability Distribution In a binomial setting, we can compute probabilities of certain outcomes. This used to be done with tables, but with graphing calculator technology, these problems are

More information

Introduction. The Quine-McCluskey Method Handout 5 January 21, 2016. CSEE E6861y Prof. Steven Nowick

Introduction. The Quine-McCluskey Method Handout 5 January 21, 2016. CSEE E6861y Prof. Steven Nowick CSEE E6861y Prof. Steven Nowick The Quine-McCluskey Method Handout 5 January 21, 2016 Introduction The Quine-McCluskey method is an exact algorithm which finds a minimum-cost sum-of-products implementation

More information

Playing with Numbers

Playing with Numbers PLAYING WITH NUMBERS 249 Playing with Numbers CHAPTER 16 16.1 Introduction You have studied various types of numbers such as natural numbers, whole numbers, integers and rational numbers. You have also

More information

FEGYVERNEKI SÁNDOR, PROBABILITY THEORY AND MATHEmATICAL

FEGYVERNEKI SÁNDOR, PROBABILITY THEORY AND MATHEmATICAL FEGYVERNEKI SÁNDOR, PROBABILITY THEORY AND MATHEmATICAL STATIsTICs 4 IV. RANDOm VECTORs 1. JOINTLY DIsTRIBUTED RANDOm VARIABLEs If are two rom variables defined on the same sample space we define the joint

More information

Math 202-0 Quizzes Winter 2009

Math 202-0 Quizzes Winter 2009 Quiz : Basic Probability Ten Scrabble tiles are placed in a bag Four of the tiles have the letter printed on them, and there are two tiles each with the letters B, C and D on them (a) Suppose one tile

More information

Question of the Day. Key Concepts. Vocabulary. Mathematical Ideas. QuestionofDay

Question of the Day. Key Concepts. Vocabulary. Mathematical Ideas. QuestionofDay QuestionofDay Question of the Day What is the probability that in a family with two children, both are boys? What is the probability that in a family with two children, both are boys, if we already know

More information

Ch. 13.2: Mathematical Expectation

Ch. 13.2: Mathematical Expectation Ch. 13.2: Mathematical Expectation Random Variables Very often, we are interested in sample spaces in which the outcomes are distinct real numbers. For example, in the experiment of rolling two dice, we

More information

Reflection and Refraction

Reflection and Refraction Equipment Reflection and Refraction Acrylic block set, plane-concave-convex universal mirror, cork board, cork board stand, pins, flashlight, protractor, ruler, mirror worksheet, rectangular block worksheet,

More information

Methods Used for Counting

Methods Used for Counting COUNTING METHODS From our preliminary work in probability, we often found ourselves wondering how many different scenarios there were in a given situation. In the beginning of that chapter, we merely tried

More information

AP Stats - Probability Review

AP Stats - Probability Review AP Stats - Probability Review Multiple Choice Identify the choice that best completes the statement or answers the question. 1. I toss a penny and observe whether it lands heads up or tails up. Suppose

More information

Zero-knowledge games. Christmas Lectures 2008

Zero-knowledge games. Christmas Lectures 2008 Security is very important on the internet. You often need to prove to another person that you know something but without letting them know what the information actually is (because they could just copy

More information

Mark Scheme (Results) January 2012. GCE Decision D1 (6689) Paper 1

Mark Scheme (Results) January 2012. GCE Decision D1 (6689) Paper 1 Mark Scheme (Results) January 2012 GCE Decision D1 (6689) Paper 1 Edexcel is one of the leading examining and awarding bodies in the UK and throughout the world. We provide a wide range of qualifications

More information

Lab 11. Simulations. The Concept

Lab 11. Simulations. The Concept Lab 11 Simulations In this lab you ll learn how to create simulations to provide approximate answers to probability questions. We ll make use of a particular kind of structure, called a box model, that

More information

WORKED EXAMPLES 1 TOTAL PROBABILITY AND BAYES THEOREM

WORKED EXAMPLES 1 TOTAL PROBABILITY AND BAYES THEOREM WORKED EXAMPLES 1 TOTAL PROBABILITY AND BAYES THEOREM EXAMPLE 1. A biased coin (with probability of obtaining a Head equal to p > 0) is tossed repeatedly and independently until the first head is observed.

More information

INTRODUCTION TO EXCEL

INTRODUCTION TO EXCEL INTRODUCTION TO EXCEL 1 INTRODUCTION Anyone who has used a computer for more than just playing games will be aware of spreadsheets A spreadsheet is a versatile computer program (package) that enables you

More information

Factory example D MA ND 0 MB D ND

Factory example D MA ND 0 MB D ND Bayes Theorem Now we look at how we can use information about conditional probabilities to calculate reverse conditional probabilities i.e., how we calculate ( A B when we know ( B A (and some other things.

More information

Module 2. DC Circuit. Version 2 EE IIT, Kharagpur

Module 2. DC Circuit. Version 2 EE IIT, Kharagpur Module DC Circuit Lesson 4 Loop Analysis of resistive circuit in the context of dc voltages and currents Objectives Meaning of circuit analysis; distinguish between the terms mesh and loop. To provide

More information

SECTION 10-5 Multiplication Principle, Permutations, and Combinations

SECTION 10-5 Multiplication Principle, Permutations, and Combinations 10-5 Multiplication Principle, Permutations, and Combinations 761 54. Can you guess what the next two rows in Pascal s triangle, shown at right, are? Compare the numbers in the triangle with the binomial

More information

EXAM. Exam #3. Math 1430, Spring 2002. April 21, 2001 ANSWERS

EXAM. Exam #3. Math 1430, Spring 2002. April 21, 2001 ANSWERS EXAM Exam #3 Math 1430, Spring 2002 April 21, 2001 ANSWERS i 60 pts. Problem 1. A city has two newspapers, the Gazette and the Journal. In a survey of 1, 200 residents, 500 read the Journal, 700 read the

More information

Section 6.2 Definition of Probability

Section 6.2 Definition of Probability Section 6.2 Definition of Probability Probability is a measure of the likelihood that an event occurs. For example, if there is a 20% chance of rain tomorrow, that means that the probability that it will

More information

6. the result you get when you divide fifteen by four times a number. Hk 2, 105 Written problems

6. the result you get when you divide fifteen by four times a number. Hk 2, 105 Written problems Hk 2, 105 Written problems The simplest written problems just say something about some numbers,and ask what the numbers are. First we need to be able to translate words into algebraic expressions. For

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Wednesday, January 29, 2014 9:15 a.m. to 12:15 p.m.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Wednesday, January 29, 2014 9:15 a.m. to 12:15 p.m. GEOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY Wednesday, January 29, 2014 9:15 a.m. to 12:15 p.m., only Student Name: School Name: The possession or use of any

More information

Math 210 Lecture Notes: Ten Probability Review Problems

Math 210 Lecture Notes: Ten Probability Review Problems Math 210 Lecture Notes: Ten Probability Review Problems Richard Blecksmith Dept. of Mathematical Sciences Northern Illinois University 1. Review Question 1 Face card means jack, queen, or king. You draw

More information

Chapter 6. 1. What is the probability that a card chosen from an ordinary deck of 52 cards is an ace? Ans: 4/52.

Chapter 6. 1. What is the probability that a card chosen from an ordinary deck of 52 cards is an ace? Ans: 4/52. Chapter 6 1. What is the probability that a card chosen from an ordinary deck of 52 cards is an ace? 4/52. 2. What is the probability that a randomly selected integer chosen from the first 100 positive

More information

Combinations and Permutations Grade Eight

Combinations and Permutations Grade Eight Ohio Standards Connection: Data Analysis and Probability Benchmark H Use counting techniques, such as permutations and combinations, to determine the total number of options and possible outcomes. Indicator

More information

Lesson 18: Looking More Carefully at Parallel Lines

Lesson 18: Looking More Carefully at Parallel Lines Student Outcomes Students learn to construct a line parallel to a given line through a point not on that line using a rotation by 180. They learn how to prove the alternate interior angles theorem using

More information

Lesson 1. Basics of Probability. Principles of Mathematics 12: Explained! www.math12.com 314

Lesson 1. Basics of Probability. Principles of Mathematics 12: Explained! www.math12.com 314 Lesson 1 Basics of Probability www.math12.com 314 Sample Spaces: Probability Lesson 1 Part I: Basic Elements of Probability Consider the following situation: A six sided die is rolled The sample space

More information

Chapter 17. Orthogonal Matrices and Symmetries of Space

Chapter 17. Orthogonal Matrices and Symmetries of Space Chapter 17. Orthogonal Matrices and Symmetries of Space Take a random matrix, say 1 3 A = 4 5 6, 7 8 9 and compare the lengths of e 1 and Ae 1. The vector e 1 has length 1, while Ae 1 = (1, 4, 7) has length

More information

2. Three dice are tossed. Find the probability of a) a sum of 4; or b) a sum greater than 4 (may use complement)

2. Three dice are tossed. Find the probability of a) a sum of 4; or b) a sum greater than 4 (may use complement) Probability Homework Section P4 1. A two-person committee is chosen at random from a group of four men and three women. Find the probability that the committee contains at least one man. 2. Three dice

More information

10-4-10 Year 9 mathematics: holiday revision. 2 How many nines are there in fifty-four?

10-4-10 Year 9 mathematics: holiday revision. 2 How many nines are there in fifty-four? DAY 1 Mental questions 1 Multiply seven by seven. 49 2 How many nines are there in fifty-four? 54 9 = 6 6 3 What number should you add to negative three to get the answer five? 8 4 Add two point five to

More information

(b) You draw two balls from an urn and track the colors. When you start, it contains three blue balls and one red ball.

(b) You draw two balls from an urn and track the colors. When you start, it contains three blue balls and one red ball. Examples for Chapter 3 Probability Math 1040-1 Section 3.1 1. Draw a tree diagram for each of the following situations. State the size of the sample space. (a) You flip a coin three times. (b) You draw

More information

Greatest Common Factor and Least Common Multiple

Greatest Common Factor and Least Common Multiple Greatest Common Factor and Least Common Multiple Intro In order to understand the concepts of Greatest Common Factor (GCF) and Least Common Multiple (LCM), we need to define two key terms: Multiple: Multiples

More information

How to Calculate the Probabilities of Winning the Eight LUCKY MONEY Prize Levels:

How to Calculate the Probabilities of Winning the Eight LUCKY MONEY Prize Levels: How to Calculate the Probabilities of Winning the Eight LUCKY MONEY Prize Levels: LUCKY MONEY numbers are drawn from two sets of numbers. Four numbers are drawn from one set of 47 numbered white balls

More information

Prime Time: Homework Examples from ACE

Prime Time: Homework Examples from ACE Prime Time: Homework Examples from ACE Investigation 1: Building on Factors and Multiples, ACE #8, 28 Investigation 2: Common Multiples and Common Factors, ACE #11, 16, 17, 28 Investigation 3: Factorizations:

More information

Mathematical Induction

Mathematical Induction Mathematical Induction In logic, we often want to prove that every member of an infinite set has some feature. E.g., we would like to show: N 1 : is a number 1 : has the feature Φ ( x)(n 1 x! 1 x) How

More information

Grade 7 Mathematics. Unit 2. Integers. Estimated Time: 15 Hours

Grade 7 Mathematics. Unit 2. Integers. Estimated Time: 15 Hours Grade 7 Mathematics Integers Estimated Time: 15 Hours [C] Communication [CN] Connections [ME] Mental Mathematics and Estimation [PS] Problem Solving [R] Reasoning [T] Technology [V] Visualization Grade

More information

Paper 1. Calculator not allowed. Mathematics test. First name. Last name. School. Remember KEY STAGE 3 TIER 6 8

Paper 1. Calculator not allowed. Mathematics test. First name. Last name. School. Remember KEY STAGE 3 TIER 6 8 Ma KEY STAGE 3 Mathematics test TIER 6 8 Paper 1 Calculator not allowed First name Last name School 2009 Remember The test is 1 hour long. You must not use a calculator for any question in this test. You

More information

ALGEBRA. sequence, term, nth term, consecutive, rule, relationship, generate, predict, continue increase, decrease finite, infinite

ALGEBRA. sequence, term, nth term, consecutive, rule, relationship, generate, predict, continue increase, decrease finite, infinite ALGEBRA Pupils should be taught to: Generate and describe sequences As outcomes, Year 7 pupils should, for example: Use, read and write, spelling correctly: sequence, term, nth term, consecutive, rule,

More information

Introduction to Statics

Introduction to Statics Introduction to Statics.PDF Edition Version 0.95 Unit 19 Trusses: Method of Sections Helen Margaret Lester Plants Late Professor Emerita Wallace Starr Venable Emeritus Associate Professor West Virginia

More information

Data Structures and Algorithms Written Examination

Data Structures and Algorithms Written Examination Data Structures and Algorithms Written Examination 22 February 2013 FIRST NAME STUDENT NUMBER LAST NAME SIGNATURE Instructions for students: Write First Name, Last Name, Student Number and Signature where

More information

Money Unit $$$$$$$$$$$$$$$$$$$$$$$$ First Grade

Money Unit $$$$$$$$$$$$$$$$$$$$$$$$ First Grade Number Sense: By: Jenny Hazeman & Heather Copiskey Money Unit $$$$$$$$$$$$$$$$$$$$$$$$ First Grade Lesson 1: Introduction to Coins (pennies, nickels, dimes) The Coin Counting Book by Roxanne Williams A

More information

MULTIPLE REGRESSION WITH CATEGORICAL DATA

MULTIPLE REGRESSION WITH CATEGORICAL DATA DEPARTMENT OF POLITICAL SCIENCE AND INTERNATIONAL RELATIONS Posc/Uapp 86 MULTIPLE REGRESSION WITH CATEGORICAL DATA I. AGENDA: A. Multiple regression with categorical variables. Coding schemes. Interpreting

More information

Probability --QUESTIONS-- Principles of Math 12 - Probability Practice Exam 1 www.math12.com

Probability --QUESTIONS-- Principles of Math 12 - Probability Practice Exam 1 www.math12.com Probability --QUESTIONS-- Principles of Math - Probability Practice Exam www.math.com Principles of Math : Probability Practice Exam Use this sheet to record your answers:... 4... 4... 4.. 6. 4.. 6. 7..

More information

Year 2 Summer Term Oral and Mental Starter Activity Bank

Year 2 Summer Term Oral and Mental Starter Activity Bank Year 2 Summer Term Oral and Mental Starter Activity Bank Objectives for term Recall x2 table facts and derive division facts. Recognise multiples of 5. Recall facts in x5 table. Recall x10 table and derive

More information

Solution to Homework 2

Solution to Homework 2 Solution to Homework 2 Olena Bormashenko September 23, 2011 Section 1.4: 1(a)(b)(i)(k), 4, 5, 14; Section 1.5: 1(a)(b)(c)(d)(e)(n), 2(a)(c), 13, 16, 17, 18, 27 Section 1.4 1. Compute the following, if

More information

Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution

Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution Recall: Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution A variable is a characteristic or attribute that can assume different values. o Various letters of the alphabet (e.g.

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Thursday, August 16, 2012 8:30 to 11:30 a.m.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Thursday, August 16, 2012 8:30 to 11:30 a.m. GEOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY Thursday, August 16, 2012 8:30 to 11:30 a.m., only Student Name: School Name: Print your name and the name of your

More information

Lesson Plan Assembly Line Grade 6 Ratios

Lesson Plan Assembly Line Grade 6 Ratios CCSSM: Grade 6 DOMAIN: Ratios and Proportional Relationships Cluster: Understand ratio concepts and use ratio reasoning to solve problems. Standard: 6.RP. Understand the concept of a ratio and use ratio

More information

My Math Chapter 8 Lesson 3. Use the two pictures below to answer the questions. Engage NY Lessons 5.4 (Appendix C)

My Math Chapter 8 Lesson 3. Use the two pictures below to answer the questions. Engage NY Lessons 5.4 (Appendix C) 7 Flex Day (Instruction Based on Data) Recommended Resources: Decomposing Fractions Pizza Share Give Em Chocolate 8 Use cuisinaire rods and tape diagrams to model equivalent fraction values. Determine

More information

The Physics and Math of Ping-pong and How It Affects Game Play. By: Connor Thompson & Andrew Johnson

The Physics and Math of Ping-pong and How It Affects Game Play. By: Connor Thompson & Andrew Johnson The Physics and Math of Ping-pong and How It Affects Game Play 1 The Physics and Math of Ping-pong and How It Affects Game Play By: Connor Thompson & Andrew Johnson The Practical Applications of Advanced

More information

Extended Essay Mathematics: Finding the total number of legal permutations of the Rubik s Cube

Extended Essay Mathematics: Finding the total number of legal permutations of the Rubik s Cube Extended Essay Mathematics: Finding the total number of legal permutations of the Rubik s Cube Rafid Hoda Term: May 2010 Session number: 000504 008 Trondheim Katedralskole Word Count: 3635 Abstract In

More information

Probability definitions

Probability definitions Probability definitions 1. Probability of an event = chance that the event will occur. 2. Experiment = any action or process that generates observations. In some contexts, we speak of a data-generating

More information

College and Career Readiness Standards / Texas Essential Knowledge and Skills Alignment. Cross Disciplinary

College and Career Readiness Standards / Texas Essential Knowledge and Skills Alignment. Cross Disciplinary I. Key Cognitive Skills A. Intellectual curiosity CCRS I.A.1. Engage in scholarly inquiry and dialogue. I.A.2. Accept constructive criticism and revise personal views when valid evidence warrants. B. Reasoning

More information

Introduction to Probability

Introduction to Probability 3 Introduction to Probability Given a fair coin, what can we expect to be the frequency of tails in a sequence of 10 coin tosses? Tossing a coin is an example of a chance experiment, namely a process which

More information

Worldwide Casino Consulting Inc.

Worldwide Casino Consulting Inc. Card Count Exercises George Joseph The first step in the study of card counting is the recognition of those groups of cards known as Plus, Minus & Zero. It is important to understand that the House has

More information

WRITING PROOFS. Christopher Heil Georgia Institute of Technology

WRITING PROOFS. Christopher Heil Georgia Institute of Technology WRITING PROOFS Christopher Heil Georgia Institute of Technology A theorem is just a statement of fact A proof of the theorem is a logical explanation of why the theorem is true Many theorems have this

More information

Systems of Equations - Value Problems

Systems of Equations - Value Problems 4.5 Systems of Equations - Value Problems Objective: Solve value problems by setting up a system of equations. One application of system of equations are known as value problems. Value problems are ones

More information

1.6 The Order of Operations

1.6 The Order of Operations 1.6 The Order of Operations Contents: Operations Grouping Symbols The Order of Operations Exponents and Negative Numbers Negative Square Roots Square Root of a Negative Number Order of Operations and Negative

More information

AUTUMN UNIT 3. first half. Perimeter. Centimetres and millimetres. Metres and centimetres. Area. 3D shapes PART 3 MEASURES AND PROPERTIES OF SHAPES

AUTUMN UNIT 3. first half. Perimeter. Centimetres and millimetres. Metres and centimetres. Area. 3D shapes PART 3 MEASURES AND PROPERTIES OF SHAPES PART AUTUMN first half MEASURES AND PROPERTIES OF SHAPES SECTION Perimeter SECTION Centimetres and millimetres SECTION Metres and centimetres SECTION Key Stage National Strategy CROWN COPYRIGHT 00 Area

More information

Basic Probability Concepts

Basic Probability Concepts page 1 Chapter 1 Basic Probability Concepts 1.1 Sample and Event Spaces 1.1.1 Sample Space A probabilistic (or statistical) experiment has the following characteristics: (a) the set of all possible outcomes

More information

Session 8 Probability

Session 8 Probability Key Terms for This Session Session 8 Probability Previously Introduced frequency New in This Session binomial experiment binomial probability model experimental probability mathematical probability outcome

More information

Chapter 11 Number Theory

Chapter 11 Number Theory Chapter 11 Number Theory Number theory is one of the oldest branches of mathematics. For many years people who studied number theory delighted in its pure nature because there were few practical applications

More information

Hooray for the Hundreds Chart!!

Hooray for the Hundreds Chart!! Hooray for the Hundreds Chart!! The hundreds chart consists of a grid of numbers from 1 to 100, with each row containing a group of 10 numbers. As a result, children using this chart can count across rows

More information

Testing Research and Statistical Hypotheses

Testing Research and Statistical Hypotheses Testing Research and Statistical Hypotheses Introduction In the last lab we analyzed metric artifact attributes such as thickness or width/thickness ratio. Those were continuous variables, which as you

More information

The common ratio in (ii) is called the scaled-factor. An example of two similar triangles is shown in Figure 47.1. Figure 47.1

The common ratio in (ii) is called the scaled-factor. An example of two similar triangles is shown in Figure 47.1. Figure 47.1 47 Similar Triangles An overhead projector forms an image on the screen which has the same shape as the image on the transparency but with the size altered. Two figures that have the same shape but not

More information

1) A 2) B 3) C 4) D 5) A & B 6) C & D

1) A 2) B 3) C 4) D 5) A & B 6) C & D LEVEL 1, PROBLEM 1 How many rectangles are there in the figure below? 9 A B C D If we divide the rectangle, into 4 regions A, B, C, D, the 9 rectangles are as follows: 1) A 2) B 3) C 4) D 5) A & B 6) C

More information

Chapter 16: law of averages

Chapter 16: law of averages Chapter 16: law of averages Context................................................................... 2 Law of averages 3 Coin tossing experiment......................................................

More information

INTRODUCTION TO COACHING TEACHING SKILLS TEACHING/LEARNING. September 2007 Page 1

INTRODUCTION TO COACHING TEACHING SKILLS TEACHING/LEARNING. September 2007 Page 1 TEACHING SKILLS September 2007 Page 1 TEACHING SKILLS Being a teacher is one of the main roles a coach fulfils for their players. The ability to teach effectively, especially the technical skills of ice

More information

4.5 Some Applications of Algebraic Equations

4.5 Some Applications of Algebraic Equations 4.5 Some Applications of Algebraic Equations One of the primary uses of equations in algebra is to model and solve application problems. In fact, much of the remainder of this book is based on the application

More information