Elementary Combinatorics

Size: px
Start display at page:

Download "Elementary Combinatorics"

Transcription

1 184 DISCRETE MATHEMATICAL STRUCTURES 7 Elementary Combinatorics 7.1 INTRODUCTION Combinatorics deals with counting and enumeration of specified objects, patterns or designs. Techniques of counting are important in mathematics and computer science. In this chapter, we shall study basic of counting. We also develop basic ideas of permutations, combinations, Binomial theorem, power sets and pigeon hole principle. We begin our study with two basic counting principles. 7.2 BASICS OF COUNTING Sum Rule (Principle of Disjunctive Counting) Let S be a set and S denote the number of elements in S. If S is a union of disjoint non-empty subsets A 1, A 2,, A n then S = A 1 + A A n In the above statement the subsets A i of S are all disjoint i.e., they have no element in common. If A i and A j an two subsets of S, then A A = ( for i j) and we have i j S = A1 A2 A3... An that is each element of S is exactly in one of the subsets A i. In other words, the subsets A 1, A 2, A n is a partition of S. We now state the sum rule for counting events. Let S be a sample space. Two events E 1 and E 2 of X are said to be mutually exclusive if the events have no elements in common. If E 1, E 2, E 3, E n, are mutually exclusive events of S, then we can state sum rule for counting events as follows: If E 1, E 2, E n are mutually exclusive events of a sample space S and E 1 can happen in m 1 ways. E 2 can happen in m 2 ways,, E n can happen in m n ways then E 1 or E 2 or or E n can happen m 1 + m m n ways. Example 1: How many ways can we get a sum of 7 or 1 when two distinguishable dice are rolled? Solution: The two dice are distinguishable, therefore the ordered pairs (a, b) and (b, a) are distinct when a b, i.e., ( a, b) ( b, a) for a b. The ordered pairs in which the sum is 7 are:

2 ELEMENTARY COMBINATORICS 185 (1, 6), (2, 5), (3, 4), (4, 3), (5, 2), (6, 1). These ordered pairs are distinct. There are 6 ways to obtain the sum 7. Similarly the ordered pairs: (5, 6), (6, 5) are all distinct. The number of ways in which we get a sum 11 with the two dice is 2. Therefore, we can get a sum 7 to 11 with two distinguishable dice in = 8 ways. Example 2: How many ways can we draw a club or a diamond from a pack of cards? Solution: There are 13 clubs and 13 diamonds in a pack of cards. The number of ways a club or a diamond may be drawn = 26. Example 3: In how ways can be drawn an ace or a king from an ordinary deck of playing cards? Solution: Number of Aces in a pack = 4 Number of kings in a pack = 4 Number ways an Ace or a king can be drawn from the pack = = Product Rule (The Principle of Sequential Counting) If A 1, A 2,, A n are non-empty sets, then the number of elements in the Cartesian product A 1 A 2 A n is the product A n i= 1 i n A A... A = A 1 2 Product rule in terms of events: If E 1, E 2,, E n are events, and E can happen in m 1 ways E 2 can happen m 2 ways, E n can happen in m n ways, then the sequence of events E, first followed by E 2 followed by E 3,, followed by E n can happen in m 1 m 2 m n ways. Example 1: How many possible out comes are there when we roll a pair of dice, one red and one green? Solution: The red die can land in any one of six ways and for each of there six ways, the green die can also land in six ways. The number of possible out comes when two dice are rolled = 6 6 = 36. Example 2: In how many different ways one can answer all the questions of a true-false test consisting of 4 questions? Solution: There are two ways of answering each of the 4 questions. Therefore by product rule the number of ways in which all the 4 questions can be answered. = = 16 Example 3: Find the number n of license plates that can be made where each plate contains two distinct letters followed by three different digits. Solution: First letter can be printed in 26 different ways. Since the second letter must be different from the first, we have 25 contains for the second letter. Similarly the first digit can be printed in 10 ways, the second digit in the license plate can be printed in 9 ways and the third in 8 ways. n i= 1 i

3 186 DISCRETE MATHEMATICAL STRUCTURES Therefore, the number of license plates that can be printed, so that each plate contains two distinct letters follower by three different digits = 4,68,000. E XERCISE In how many ways can be draw a king or a queen from ordinary deck of playing cards? 2. How many ways can we draw a club or a spade from a pack of cards? 3. How many ways can we get a sum 6 or 9 when two distinguishable dice are rolled? 4. How many possible out comes are there when we roll a pair of dice, one yellow and one red? 5. In how many different ways are can answer all the questions of a true-false test consisting of 5 questions? 6. How many ways can we get a sum of 8 when two in distinguishable dice are rolled? 7. How many ways can we get a sum of 4 or 8 when two distinguishable dice are rolled? How many ways can we get an even sum? 8. In how many ways can an organisations containing 26 members elect a president, a treasurer and a secretary (assuming no person is elected to more than one position)? 9. In a railway compartment 6 seats are vacant on a bench. In how many ways can 3 passengers can sit on them? 10. There are 10 buses plying between on a bench. In how many ways can 3 passengers can sit on them? 11. Suppose a license plate contains two letters followed by three digits with the first digit not zero. How many different plates can be printed? 12. Suppose a license plate contains 3 English letters followed by 4 digits: (a) How many different license plates can be manufactured if repetition of letter and digits are allowed? (b) How many plates are possible if only the letters are repeated? (c) How many are possible if only the digits can be repeated? 13. How many different license plates are there that involve 1, 2 or 3 letters followed by 4 digits? 14. There are 10 true-false questions on an examinations. How many sequences are possible? 15. Suppose that a state s license plates consists of three letters followed by three digits. How many different plates can be manufactures (if repetitions are allowed)? 16. If there are 12 boys and 16 girls in a class find the number of ways of selecting one student as class representative. Answers: , , , , ( )

4 ELEMENTARY COMBINATORICS PERMUTATIONS AND COMBINATIONS Permutations Definition 7.1: A permutation of n objects taken r at a time is an arrangement of r of the objects (r n). A permutation of n objects taken r at a time is also called r-permutation or an r-arrangement. Various symbols are used to indicate the number of permutations of n things taken r at a time. The one we shall use in this text is P (n, r), (r n). The symbols n Pr or P ( n r ), [n] r or n (r) are also used to denote the number of permutations of n objects taken r at a time. Example 1: Consider the three letters a, b, c. The arrangements of the letter a, b, c taken two at a time are. ab, ba, ac, ca, bc, cb The number of 2-arrangements are 6 i.e., the number of permutation of 3 letters taken 2 at a time = 3 = P( 3, 2) = 6. P2 Notation In this chapter, we use {P 1 a, P 2 b, P 3 c, P 4 d} to indicate either: (i) That we have P 1 + P 2 + P 3 + P 4 objects which include P 1 a s, P 2 b s, P 3 c s, P 4 d s. (ii) That we have 4 objects a, b, c and d with the condition that: a can be chosen at most P 1 times. b can be chosen at most P 2 times. c can be chosen at most P 3 times. d can be chosen at most P 4 times. The numbers P 1, P 2, P 3 and P 4 are called repetition numbers. Example 2: The three permutations of {3 a, 1 b, 1 c} are aaa, aab, baa, aac, aca, abc, acb, bac, bca, cab, cba, aba Factorial Function Definition 7.2: If n is a natural number, then the product of all the natural numbers from 1 to n is called n-factorial. It is denoted by the symbol The symbols and n (n) are also used. From the definition. = n (n 1) (n 2) The factorial function can also be defined recursively as follows: 0! = 1 (n + 1)! = (n + 1), n 0 From the above recursive definition, we get 1! = 0! (1) = 1 2! = 1!(2) = ! = 2!(3) = 1.2.3

5 188 DISCRETE MATHEMATICAL STRUCTURES Falling and Rising Factorials Definition 7.3: The number nn ( 1) ( n 2)...( n r + 1) is called falling factorial. It is denoted by [n] r [n] r The number nn ( + 1) ( n+ 2)... ( n+ r 1) is called rising factorial. It is denoted by the symbol Stirling Numbers Definition 7.4: as The falling factorial [x] r is a polynomial of rth degree is x. Let us unite the polynomial L r r r r r r r [ x] = S + S x + S x + + S x The numbers r r, r, r,..., r S S S S are called the stirling numbers of the first kind. We have The recurrence relation is 0 r k r r r S = 0, S = 1, S = 0, if k > r k k 1 k 0 r r r r r r S + 1 = S r S, S = 0, S = 1 Let n r the number of distributions of n distinct objects into r non-distinct, boxes, no box being r empty is denoted by S n. It is called a stirling number of the second kind. We have the recurrence formula. The number n n n n r r 1 r n n n S + 1 = S + r S,if1< r < n 1 n S1 = 1, Sn = 1, Sn = 0 if r > n 0 r n S = 1, S = S = 0 if r, n > 0 S S S is called nth Bell number. It is denote by B n Theorem 7.1: (Number of r-permutation without repetition). The number of r-permutations of n objects r! is p (n, r) = n (n 1) (n 2) (n r+1) = ( n r) Proof: The first element in an r-permutations of n objects can be chosen in n different ways. Once the first element has been selected, the second element can be selected in n 1 ways. We continue selecting the elements, having selected (r 1)th element. We select rth element i.e., the last element. The rth element in the permutation can be selected in n r +1 ways. By product rule, the number of r-permutations of a set of n distinct objects is P (n, r) = n (n 1) (n 2) (n r +1) We may also write P (n, r) in factorial

6 ELEMENTARY COMBINATORICS 189 P (n, r) = n (n 1) (n 2) (n r +1) = =! ( n r) ( ) ( )( ) ( n r) n n 1... n r + 1 n r SOLVED EXAMPLES Example 1: Find 8! Solution: For n 0, we have Hence, (n + 1) = (n + 1) 8! = (7 + 1)! = 7! 8 = 6! 7 8 = 5! = 4! = 3! = 2! = 1! = = 40,320 Example 2: Simplify ( n + ) Solution: or 1! ( n ) ( n ) n( n ) n n( n ) + 1! = = n + 1! ( + ) ( + ) n 1! n 1 = = + Example 3: Prove that 2 P (n, n 2) = P (n, n) Solution: ( n 1) = 2 P (n, n 2) = 2 ( n ( n )) 2 = 2 = n n + 2! 2! = = P (n, n). 2!

7 190 DISCRETE MATHEMATICAL STRUCTURES Example 4: How many words of three distinct letters can be formed form the letters of the word LAND? Solution: The number of three distinct letter words that can be formed from the 4 letters of the word LAND is P (4,3) = ( ) 4! 4! = = 4! = ! PERMUTATIONS WITH LIKE ELEMENTS Theorem 7.2: are alike is The number of permutations of n objects of which are q 1 are alike, q 2 are alike,, q r P (n, q, q 2,, q r) = q! q!... q! 1 2 r Where n = q 1 + q q r Proof: Let the number of permutation be x. If the q 1 like objects are unlike, then for each of these x arrangements, the q 1 like objects could be rearranged among themselves in q 1! Ways without altering the positions of the other objects. The number of permutations would be x q 1! Similarly; if q 2 like objects were unlike; each of these x q 1! Permutations would give rise to q 2! Permutations Therefore, the number of permutations would be x q 1! q 2! Similarly, if all the objects were unlike number of permutations would be x q! q 2! q r! But if all the objects were unlike, the number of permutations with the n objects would be Hence xq! q 2! q r! = We have x = q1! q 2!... qr! i.e., P (n q 1, q 2,, q r ) = q1! q 2!... qr! Example: There are 4 black, 3 green and 5 red balls. In how many ways can they be arranged in a row? Solution: Total number of balls = 4 black + 3 green + 5 red = 12 The black balls are alike, The green balls are, and the red balls are alike, The number of ways in which the balls can be arranged in a row = Ordered Samples 12! 27, 720 4!3!5! = In combinational analysis, many problems are concerned with choosing a ball from an urn containing n balls or a card from a deck. When we choose one ball after the other from the urn (or a card from a deck) say r times, we call each choice an ordered sample of size r, we have two cases:

8 ELEMENTARY COMBINATORICS 191 (i) Sampling with replacement The drawn ball may be replaced in the urn before the next ball is drawn. There are n different ways to choose each ball, therefore by fundamental principle of counting (product rule); there are n r different ordered sample with replacement of size r. (ii) Sampling without replacement When the ball drawn is not replaced in the urn after it is drawn; repetitions do not occur, in the ordered sample. In this case, an ordered sample of size r without replacement, is an r-permutation of the objects in the urn. Hence there are ( n r)! different ordered samples of size r without replacement. Example 1: Suppose an urn contain 5 balls. Find the number of ordered sample of size 2. (i) With replacement (ii) Without replacement Solution: (i) There are 5 balls, and each ball in the ordered sample can be chosen in 5 ways. Hence, there are 5.5 = 25; samples with replacement. (ii) The first ball in the ordered sample can be chosen in 5 ways and the next ball in the ordered sample can be chosen in 4 ways (when the first drawn ball is not replaced). There are 5 4 = 20, samples without replacement. Example 2: In how many ways can one choose two cards in succession from a deck of 52 cards, such that the first chosen card is not replaced. Solution: There are 52 cards in the deck of cards since the chosen card is not replaced the first can be chosen in 52 different ways and the second can be in 51 different ways. The number of ways in which the 2 cards are chosen = = 2,652 Example 3: A box contains 10 light bulbs. Find the number n of ordered samples of: (a) Size 3 with replacement, and (b) Size 3 without replacement. Solution: (a) n = 10 r = 10 3 = = 1,000 and (b) P (10, 3) = = CIRCULAR PERMUTATIONS Definition 7.5: A circular permutation of n objects is an arrangement of the objects around a circle. In circular arrangements, we have to consider the relative position of the different things. The circular permutations are different only when the relative order of the objects is changed otherwise they are same.

9 192 DISCRETE MATHEMATICAL STRUCTURES Number of Circular Permutations Fig. 7.1 Definition 7.6: Let n distinct be given. If the n objects are to be arranged round a circle we take an objects and fix it in one position. Now the remaining (n 1) objects can be arranged to fill the (n 1) positions the circle in (n 1)! ways. Hence the number of circular permutations of n different objects = (n 1)! Number of Different Circular Permutations We consider the order; clockwise or anti-clockwise of objects around a circle as the same circular permutation. Every arrangement with n objects round a circle is counted twice in (n 1)! circular permutations. The total number of different permutations of n distinct objects is ( n ) 1! = 2 Example 1: In how many ways can a party of 9 persons arrange themselves around a circular table? Solution: One person can sit at any place in the circular table. The other 8 persons can arrange themselves in 8! ways i.e., the 9 persons can be arranged among themselves round the table in (9 1)! = 8! ways. Example 2: In how many ways 5 gents and 4 ladies dine at a round table, if no two ladies are to sit together? Fig. 7.2 Solution: Since no two ladies are to sit together, they should, seat themselves in between gents (i.e., a lady is to be seated in between two gents). The 5 gents can sit round the circular table in 5 positions (marked G in the Fig. 7.2). They can be arranged in (5 1)! = 4! ways. The ladies can sit in the 4 out of 5 seats (marked X in Fig. 7.2). This can be done in P (5, 4) ways. The required number of ways in which 5 gents and 4 ladies can sit round a table. 4! P 5, 4 = ( ) = ( ) ( ) = 2,880

10 ELEMENTARY COMBINATORICS 193 Example 3: Twelve persons are made to sit around a round table. Find the number of ways they can sit such that 2 specified are not together. Solution: 12 persons can sit round a table in (12 1)! = 11! ways. The total number of ways in which 2 specified persons are together is 2! 10!. The required number of seating arrangements in which 2 specified persons are not together. = 11! 2! 10! = 11 10! 2! 10! = 10! (11 2) = 9 10! E XERCISE In how many ways can 5 Telugu, 3 English, 2 Hindi books arranged on a shelf, if the books of each language are to be together? 2. Suppose a license plate contains two letters followed by three digits with the first digit not zero. How many different license plates can be printed? 3. How many license plates can be formed involving 3 English letters and 4 non-zero digits, if all the letters must appear either in the beginning or in the end. 4. From the digits 1, 2, 3, 4, 5, 6 how many three digit odd numbers can be formed, if the repetition of digits is not allowed? 5. There are 10 true-false questions on an examinations. How many sequences are possible? 6. Suppose that a state s license plates consists of three letter followed by three digits. How many different plates can be manufactured (if repetitions are allowed)? 7. Suppose a license plate contain 1 or 2 letters followed 3 digits. How many different license plates can be printed? 8. Suppose a license plate contains 3 English letters followed by 4 digits. (a) How many different plates can be manufactured if repetition of letters and digits are allowed? (b) How many plates are possible if only the letters are repeated? (c) How many are possible if only the digits can be repeated? ( n + ) 9. Solve for n in ( n + ) 10. Find n if ( n ) 2! = 56 1! = 12 1! 11. A man wished to travel from one point in a city to a second point which is five blocks south and six blocks east of his starting point. In how many ways he make the journey if be always travels either south or east? 12. Find the number of ways of arranging the letter of the word TENNESSEE all at a time (a) if there no restriction (b) if the first two letters must be E. 13. Suppose a license plate contains three distinct letters followed by four digits with first digit not zero. How many different license plate can be printed?

Block 1 - Sets and Basic Combinatorics. Main Topics in Block 1:

Block 1 - Sets and Basic Combinatorics. Main Topics in Block 1: Block 1 - Sets and Basic Combinatorics Main Topics in Block 1: A short revision of some set theory Sets and subsets. Venn diagrams to represent sets. Describing sets using rules of inclusion. Set operations.

More information

Multiple Choice Questions for Review

Multiple Choice Questions for Review Review Questions Multiple Choice Questions for Review 1. Suppose there are 12 students, among whom are three students, M, B, C (a Math Major, a Biology Major, a Computer Science Major. We want to send

More information

Honors Precalculus Chapter 9 Summary Basic Combinatorics

Honors Precalculus Chapter 9 Summary Basic Combinatorics Honors Precalculus Chapter 9 Summary Basic Combinatorics A. Factorial: n! means 0! = Why? B. Counting principle: 1. How many different ways can a license plate be formed a) if 7 letters are used and each

More information

Contents 2.1 Basic Concepts of Probability Methods of Assigning Probabilities Principle of Counting - Permutation and Combination 39

Contents 2.1 Basic Concepts of Probability Methods of Assigning Probabilities Principle of Counting - Permutation and Combination 39 CHAPTER 2 PROBABILITY Contents 2.1 Basic Concepts of Probability 38 2.2 Probability of an Event 39 2.3 Methods of Assigning Probabilities 39 2.4 Principle of Counting - Permutation and Combination 39 2.5

More information

Strings. A string is a list of symbols in a particular order.

Strings. A string is a list of symbols in a particular order. Ihor Stasyuk Strings A string is a list of symbols in a particular order. Strings A string is a list of symbols in a particular order. Examples: 1 3 0 4 1-12 is a string of integers. X Q R A X P T is a

More information

CHAPTER 5 BASIC CONCEPTS OF PERMUTATIONS AND COMBINATIONS

CHAPTER 5 BASIC CONCEPTS OF PERMUTATIONS AND COMBINATIONS CHAPTER 5 BASIC CONCEPTS OF PERMUTATIONS AND COMBINATIONS BASIC CONCEPTS OF PERM UTATIONS AND COM BINATIONS LEARNING OBJECTIVES After reading this Chapter a student will be able to understand difference

More information

Counting Things. Tom Davis March 17, 2006

Counting Things. Tom Davis   March 17, 2006 Counting Things Tom Davis tomrdavis@earthlink.net http://www.geometer.org/mathcircles March 17, 2006 Abstract We present here various strategies for counting things. Usually, the things are patterns, or

More information

Chapter 1. Probability

Chapter 1. Probability Chapter 1. Probability 1.1 Basic Concepts Scientific method a. For a given problem, we define measures that explains the problem well. b. Data is collected with observation and the measures are calculated.

More information

Probability. Engr. Jeffrey T. Dellosa.

Probability. Engr. Jeffrey T. Dellosa. Probability Engr. Jeffrey T. Dellosa Email: jtdellosa@gmail.com Outline Probability 2.1 Sample Space 2.2 Events 2.3 Counting Sample Points 2.4 Probability of an Event 2.5 Additive Rules 2.6 Conditional

More information

Chapter 1. Probability

Chapter 1. Probability Chapter 1. Probability 1.1 Basic Concepts Scientific method a. For a given problem, we define measures that explains the problem well. b. Data is collected with observation and the measures are calculated.

More information

PERMUTATIONS AND COMBINATIONS

PERMUTATIONS AND COMBINATIONS 8 PERMUTATIONS AND COMBINATIONS FUNDAMENTAL PRINCIPLE OF COUNTING Multiplication Principle : If an operation can be performed in 'm' different ways; following which a second operation can be performed

More information

Permutation and Combination

Permutation and Combination BANKERSWAY.COM Permutation and Combination Permutation implies arrangement where order of things is important. It includes various patterns like word formation, number formation, circular permutation etc.

More information

CHAPTER 8 Additional Probability Topics

CHAPTER 8 Additional Probability Topics CHAPTER 8 Additional Probability Topics 8.1. Conditional Probability Conditional probability arises in probability experiments when the person performing the experiment is given some extra information

More information

Permutations and Combinations. Quantitative Aptitude & Business Statistics

Permutations and Combinations. Quantitative Aptitude & Business Statistics Permutations and Combinations Statistics The Fundamental Principle of If there are Multiplication n 1 ways of doing one operation, n 2 ways of doing a second operation, n 3 ways of doing a third operation,

More information

CSE 312: Foundations of Computing II Quiz Section #2: Inclusion-Exclusion, Pigeonhole, Introduction to Probability (solutions)

CSE 312: Foundations of Computing II Quiz Section #2: Inclusion-Exclusion, Pigeonhole, Introduction to Probability (solutions) CSE 31: Foundations of Computing II Quiz Section #: Inclusion-Exclusion, Pigeonhole, Introduction to Probability (solutions) Review: Main Theorems and Concepts Binomial Theorem: x, y R, n N: (x + y) n

More information

Math 166: Topics in Contemporary Mathematics II

Math 166: Topics in Contemporary Mathematics II Math 166: Topics in Contemporary Mathematics II Xin Ma Texas A&M University September 30, 2017 Xin Ma (TAMU) Math 166 September 30, 2017 1 / 11 Last Time Factorials For any natural number n, we define

More information

8.2 Union, Intersection, and Complement of Events; Odds

8.2 Union, Intersection, and Complement of Events; Odds 8.2 Union, Intersection, and Complement of Events; Odds Since we defined an event as a subset of a sample space it is natural to consider set operations like union, intersection or complement in the context

More information

COUNTING AND PROBABILITY

COUNTING AND PROBABILITY CHAPTER 9 COUNTING AND PROBABILITY Copyright Cengage Learning. All rights reserved. SECTION 9.2 Possibility Trees and the Multiplication Rule Copyright Cengage Learning. All rights reserved. Possibility

More information

Jong C. Park Computer Science Division, KAIST

Jong C. Park Computer Science Division, KAIST Jong C. Park Computer Science Division, KAIST Today s Topics Basic Principles Permutations and Combinations Algorithms for Generating Permutations Generalized Permutations and Combinations Binomial Coefficients

More information

Unit on Permutations and Combinations (Counting Techniques)

Unit on Permutations and Combinations (Counting Techniques) Page 1 of 15 (Edit by Y.M. LIU) Page 2 of 15 (Edit by Y.M. LIU) Unit on Permutations and Combinations (Counting Techniques) e.g. How many different license plates can be made that consist of three digits

More information

3 The multiplication rule/miscellaneous counting problems

3 The multiplication rule/miscellaneous counting problems Practice for Exam 1 1 Axioms of probability, disjoint and independent events 1 Suppose P (A 0, P (B 05 (a If A and B are independent, what is P (A B? What is P (A B? (b If A and B are disjoint, what is

More information

Discrete Mathematics: Logic. Discrete Mathematics: Lecture 15: Counting

Discrete Mathematics: Logic. Discrete Mathematics: Lecture 15: Counting Discrete Mathematics: Logic Discrete Mathematics: Lecture 15: Counting counting combinatorics: the study of the number of ways to put things together into various combinations basic counting principles

More information

Topics to be covered

Topics to be covered Basic Counting 1 Topics to be covered Sum rule, product rule, generalized product rule Permutations, combinations Binomial coefficients, combinatorial proof Inclusion-exclusion principle Pigeon Hole Principle

More information

JUST THE MATHS UNIT NUMBER PROBABILITY 2 (Permutations and combinations) A.J.Hobson

JUST THE MATHS UNIT NUMBER PROBABILITY 2 (Permutations and combinations) A.J.Hobson JUST THE MATHS UNIT NUMBER 19.2 PROBABILITY 2 (Permutations and combinations) by A.J.Hobson 19.2.1 Introduction 19.2.2 Rules of permutations and combinations 19.2.3 Permutations of sets with some objects

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Study Guide for Test III (MATH 1630) Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the number of subsets of the set. 1) {x x is an even

More information

Reading 14 : Counting

Reading 14 : Counting CS/Math 240: Introduction to Discrete Mathematics Fall 2015 Instructors: Beck Hasti, Gautam Prakriya Reading 14 : Counting In this reading we discuss counting. Often, we are interested in the cardinality

More information

Probability and Counting Techniques

Probability and Counting Techniques Probability and Counting Techniques Diana Pell (Multiplication Principle) Suppose that a task consists of t choices performed consecutively. Suppose that choice 1 can be performed in m 1 ways; for each

More information

Combinatorics and Intuitive Probability

Combinatorics and Intuitive Probability Chapter Combinatorics and Intuitive Probability The simplest probabilistic scenario is perhaps one where the set of possible outcomes is finite and these outcomes are all equally likely. A subset of the

More information

PROBABILITY. 1. Introduction. Candidates should able to:

PROBABILITY. 1. Introduction. Candidates should able to: PROBABILITY Candidates should able to: evaluate probabilities in simple cases by means of enumeration of equiprobable elementary events (e.g for the total score when two fair dice are thrown), or by calculation

More information

Objectives: Permutations. Fundamental Counting Principle. Fundamental Counting Principle. Fundamental Counting Principle

Objectives: Permutations. Fundamental Counting Principle. Fundamental Counting Principle. Fundamental Counting Principle and Objectives:! apply fundamental counting principle! compute permutations! compute combinations HL2 Math - Santowski! distinguish permutations vs combinations can be used determine the number of possible

More information

Week 1: Probability models and counting

Week 1: Probability models and counting Week 1: Probability models and counting Part 1: Probability model Probability theory is the mathematical toolbox to describe phenomena or experiments where randomness occur. To have a probability model

More information

CSE 312: Foundations of Computing II Quiz Section #2: Inclusion-Exclusion, Pigeonhole, Introduction to Probability

CSE 312: Foundations of Computing II Quiz Section #2: Inclusion-Exclusion, Pigeonhole, Introduction to Probability CSE 312: Foundations of Computing II Quiz Section #2: Inclusion-Exclusion, Pigeonhole, Introduction to Probability Review: Main Theorems and Concepts Binomial Theorem: Principle of Inclusion-Exclusion

More information

Combinatorics: The Fine Art of Counting

Combinatorics: The Fine Art of Counting Combinatorics: The Fine Art of Counting Lecture Notes Counting 101 Note to improve the readability of these lecture notes, we will assume that multiplication takes precedence over division, i.e. A / B*C

More information

Generalized Permutations and The Multinomial Theorem

Generalized Permutations and The Multinomial Theorem Generalized Permutations and The Multinomial Theorem 1 / 19 Overview The Binomial Theorem Generalized Permutations The Multinomial Theorem Circular and Ring Permutations 2 / 19 Outline The Binomial Theorem

More information

DISCRETE STRUCTURES COUNTING

DISCRETE STRUCTURES COUNTING DISCRETE STRUCTURES COUNTING LECTURE2 The Pigeonhole Principle The generalized pigeonhole principle: If N objects are placed into k boxes, then there is at least one box containing at least N/k of the

More information

HOMEWORK ASSIGNMENT 5

HOMEWORK ASSIGNMENT 5 HOMEWORK ASSIGNMENT 5 MATH 251, WILLIAMS COLLEGE, FALL 2006 Abstract. These are the instructor s solutions. 1. Big Brother The social security number of a person is a sequence of nine digits that are not

More information

3 The multiplication rule/miscellaneous counting problems

3 The multiplication rule/miscellaneous counting problems Practice for Exam 1 1 Axioms of probability, disjoint and independent events 1. Suppose P (A) = 0.4, P (B) = 0.5. (a) If A and B are independent, what is P (A B)? What is P (A B)? (b) If A and B are disjoint,

More information

November 6, Chapter 8: Probability: The Mathematics of Chance

November 6, Chapter 8: Probability: The Mathematics of Chance Chapter 8: Probability: The Mathematics of Chance November 6, 2013 Last Time Crystallographic notation Groups Crystallographic notation The first symbol is always a p, which indicates that the pattern

More information

RANDOM EXPERIMENTS AND EVENTS

RANDOM EXPERIMENTS AND EVENTS Random Experiments and Events 18 RANDOM EXPERIMENTS AND EVENTS In day-to-day life we see that before commencement of a cricket match two captains go for a toss. Tossing of a coin is an activity and getting

More information

7.1 Experiments, Sample Spaces, and Events

7.1 Experiments, Sample Spaces, and Events 7.1 Experiments, Sample Spaces, and Events An experiment is an activity that has observable results. Examples: Tossing a coin, rolling dice, picking marbles out of a jar, etc. The result of an experiment

More information

Chapter 10A. a) How many labels for Product A are required? Solution: ABC ACB BCA BAC CAB CBA. There are 6 different possible labels.

Chapter 10A. a) How many labels for Product A are required? Solution: ABC ACB BCA BAC CAB CBA. There are 6 different possible labels. Chapter 10A The Addition rule: If there are n ways of performing operation A and m ways of performing operation B, then there are n + m ways of performing A or B. Note: In this case or means to add. Eg.

More information

Finite Math - Fall 2016

Finite Math - Fall 2016 Finite Math - Fall 206 Lecture Notes - /28/206 Section 7.4 - Permutations and Combinations There are often situations in which we have to multiply many consecutive numbers together, for example, in examples

More information

Fundamentals of Probability

Fundamentals of Probability Fundamentals of Probability Introduction Probability is the likelihood that an event will occur under a set of given conditions. The probability of an event occurring has a value between 0 and 1. An impossible

More information

Fundamental Counting Principle

Fundamental Counting Principle Lesson 88 Probability with Combinatorics HL2 Math - Santowski Fundamental Counting Principle Fundamental Counting Principle can be used determine the number of possible outcomes when there are two or more

More information

Well, there are 6 possible pairs: AB, AC, AD, BC, BD, and CD. This is the binomial coefficient s job. The answer we want is abbreviated ( 4

Well, there are 6 possible pairs: AB, AC, AD, BC, BD, and CD. This is the binomial coefficient s job. The answer we want is abbreviated ( 4 2 More Counting 21 Unordered Sets In counting sequences, the ordering of the digits or letters mattered Another common situation is where the order does not matter, for example, if we want to choose a

More information

I. WHAT IS PROBABILITY?

I. WHAT IS PROBABILITY? C HAPTER 3 PROAILITY Random Experiments I. WHAT IS PROAILITY? The weatherman on 10 o clock news program states that there is a 20% chance that it will snow tomorrow, a 65% chance that it will rain and

More information

Unit 5 Radical Functions & Combinatorics

Unit 5 Radical Functions & Combinatorics 1 Graph of y Unit 5 Radical Functions & Combinatorics x: Characteristics: Ex) Use your knowledge of the graph of y x and transformations to sketch the graph of each of the following. a) y x 5 3 b) f (

More information

STAT 430/510 Probability Lecture 1: Counting-1

STAT 430/510 Probability Lecture 1: Counting-1 STAT 430/510 Probability Lecture 1: Counting-1 Pengyuan (Penelope) Wang May 22, 2011 Introduction In the early days, probability was associated with games of chance, such as gambling. Probability is describing

More information

CISC 1400 Discrete Structures

CISC 1400 Discrete Structures CISC 1400 Discrete Structures Chapter 6 Counting CISC1400 Yanjun Li 1 1 New York Lottery New York Mega-million Jackpot Pick 5 numbers from 1 56, plus a mega ball number from 1 46, you could win biggest

More information

CSC/MATA67 Tutorial, Week 12

CSC/MATA67 Tutorial, Week 12 CSC/MATA67 Tutorial, Week 12 November 23, 2017 1 More counting problems A class consists of 15 students of whom 5 are prefects. Q: How many committees of 8 can be formed if each consists of a) exactly

More information

The probability set-up

The probability set-up CHAPTER 2 The probability set-up 2.1. Introduction and basic theory We will have a sample space, denoted S (sometimes Ω) that consists of all possible outcomes. For example, if we roll two dice, the sample

More information

Probability MAT230. Fall Discrete Mathematics. MAT230 (Discrete Math) Probability Fall / 37

Probability MAT230. Fall Discrete Mathematics. MAT230 (Discrete Math) Probability Fall / 37 Probability MAT230 Discrete Mathematics Fall 2018 MAT230 (Discrete Math) Probability Fall 2018 1 / 37 Outline 1 Discrete Probability 2 Sum and Product Rules for Probability 3 Expected Value MAT230 (Discrete

More information

6/24/14. The Poker Manipulation. The Counting Principle. MAFS.912.S-IC.1: Understand and evaluate random processes underlying statistical experiments

6/24/14. The Poker Manipulation. The Counting Principle. MAFS.912.S-IC.1: Understand and evaluate random processes underlying statistical experiments The Poker Manipulation Unit 5 Probability 6/24/14 Algebra 1 Ins1tute 1 6/24/14 Algebra 1 Ins1tute 2 MAFS. 7.SP.3: Investigate chance processes and develop, use, and evaluate probability models MAFS. 7.SP.3:

More information

CS 237: Probability in Computing

CS 237: Probability in Computing CS 237: Probability in Computing Wayne Snyder Computer Science Department Boston University Lecture 5: o Independence reviewed; Bayes' Rule o Counting principles and combinatorics; o Counting considered

More information

2. Combinatorics: the systematic study of counting. The Basic Principle of Counting (BPC)

2. Combinatorics: the systematic study of counting. The Basic Principle of Counting (BPC) 2. Combinatorics: the systematic study of counting The Basic Principle of Counting (BPC) Suppose r experiments will be performed. The 1st has n 1 possible outcomes, for each of these outcomes there are

More information

CSE 1400 Applied Discrete Mathematics Permutations

CSE 1400 Applied Discrete Mathematics Permutations CSE 1400 Applied Discrete Mathematics Department of Computer Sciences College of Engineering Florida Tech Fall 2011 1 Cyclic Notation 2 Re-Order a Sequence 2 Stirling Numbers of the First Kind 2 Problems

More information

Compound Probability. Set Theory. Basic Definitions

Compound Probability. Set Theory. Basic Definitions Compound Probability Set Theory A probability measure P is a function that maps subsets of the state space Ω to numbers in the interval [0, 1]. In order to study these functions, we need to know some basic

More information

Chapter 1: Sets and Probability

Chapter 1: Sets and Probability Chapter 1: Sets and Probability Section 1.3-1.5 Recap: Sample Spaces and Events An is an activity that has observable results. An is the result of an experiment. Example 1 Examples of experiments: Flipping

More information

CS100: DISCRETE STRUCTURES. Lecture 8 Counting - CH6

CS100: DISCRETE STRUCTURES. Lecture 8 Counting - CH6 CS100: DISCRETE STRUCTURES Lecture 8 Counting - CH6 Lecture Overview 2 6.1 The Basics of Counting: THE PRODUCT RULE THE SUM RULE THE SUBTRACTION RULE THE DIVISION RULE 6.2 The Pigeonhole Principle. 6.3

More information

Chapter 2. Permutations and Combinations

Chapter 2. Permutations and Combinations 2. Permutations and Combinations Chapter 2. Permutations and Combinations In this chapter, we define sets and count the objects in them. Example Let S be the set of students in this classroom today. Find

More information

Fundamental. If one event can occur m ways and another event can occur n ways, then the number of ways both events can occur is:.

Fundamental. If one event can occur m ways and another event can occur n ways, then the number of ways both events can occur is:. 12.1 The Fundamental Counting Principle and Permutations Objectives 1. Use the fundamental counting principle to count the number of ways an event can happen. 2. Use the permutations to count the number

More information

Purpose of Section To introduce some basic tools of counting, such as the multiplication principle, permutations and combinations.

Purpose of Section To introduce some basic tools of counting, such as the multiplication principle, permutations and combinations. 1 Section 2.3 Purpose of Section To introduce some basic tools of counting, such as the multiplication principle, permutations and combinations. Introduction If someone asks you a question that starts

More information

Section Introduction to Sets

Section Introduction to Sets Section 1.1 - Introduction to Sets Definition: A set is a well-defined collection of objects usually denoted by uppercase letters. Definition: The elements, or members, of a set are denoted by lowercase

More information

Unit Nine Precalculus Practice Test Probability & Statistics. Name: Period: Date: NON-CALCULATOR SECTION

Unit Nine Precalculus Practice Test Probability & Statistics. Name: Period: Date: NON-CALCULATOR SECTION Name: Period: Date: NON-CALCULATOR SECTION Vocabulary: Define each word and give an example. 1. discrete mathematics 2. dependent outcomes 3. series Short Answer: 4. Describe when to use a combination.

More information

Permutations: The number of arrangements of n objects taken r at a time is. P (n, r) = n (n 1) (n r + 1) =

Permutations: The number of arrangements of n objects taken r at a time is. P (n, r) = n (n 1) (n r + 1) = Section 6.6: Mixed Counting Problems We have studied a number of counting principles and techniques since the beginning of the course and when we tackle a counting problem, we may have to use one or a

More information

Counting. Chapter 6. With Question/Answer Animations

Counting. Chapter 6. With Question/Answer Animations . All rights reserved. Authorized only for instructor use in the classroom. No reproduction or further distribution permitted without the prior written consent of McGraw-Hill Education. Counting Chapter

More information

Define and Diagram Outcomes (Subsets) of the Sample Space (Universal Set)

Define and Diagram Outcomes (Subsets) of the Sample Space (Universal Set) 12.3 and 12.4 Notes Geometry 1 Diagramming the Sample Space using Venn Diagrams A sample space represents all things that could occur for a given event. In set theory language this would be known as the

More information

Section : Combinations and Permutations

Section : Combinations and Permutations Section 11.1-11.2: Combinations and Permutations Diana Pell A construction crew has three members. A team of two must be chosen for a particular job. In how many ways can the team be chosen? How many words

More information

4.1 Sample Spaces and Events

4.1 Sample Spaces and Events 4.1 Sample Spaces and Events An experiment is an activity that has observable results. Examples: Tossing a coin, rolling dice, picking marbles out of a jar, etc. The result of an experiment is called an

More information

Intermediate Math Circles November 1, 2017 Probability I

Intermediate Math Circles November 1, 2017 Probability I Intermediate Math Circles November 1, 2017 Probability I Probability is the study of uncertain events or outcomes. Games of chance that involve rolling dice or dealing cards are one obvious area of application.

More information

7.4 Permutations and Combinations

7.4 Permutations and Combinations 7.4 Permutations and Combinations The multiplication principle discussed in the preceding section can be used to develop two additional counting devices that are extremely useful in more complicated counting

More information

CHAPTER 2 PROBABILITY. 2.1 Sample Space. 2.2 Events

CHAPTER 2 PROBABILITY. 2.1 Sample Space. 2.2 Events CHAPTER 2 PROBABILITY 2.1 Sample Space A probability model consists of the sample space and the way to assign probabilities. Sample space & sample point The sample space S, is the set of all possible outcomes

More information

CIS 2033 Lecture 6, Spring 2017

CIS 2033 Lecture 6, Spring 2017 CIS 2033 Lecture 6, Spring 2017 Instructor: David Dobor February 2, 2017 In this lecture, we introduce the basic principle of counting, use it to count subsets, permutations, combinations, and partitions,

More information

The Product Rule The Product Rule: A procedure can be broken down into a sequence of two tasks. There are n ways to do the first task and n

The Product Rule The Product Rule: A procedure can be broken down into a sequence of two tasks. There are n ways to do the first task and n Chapter 5 Chapter Summary 5.1 The Basics of Counting 5.2 The Pigeonhole Principle 5.3 Permutations and Combinations 5.5 Generalized Permutations and Combinations Section 5.1 The Product Rule The Product

More information

The probability set-up

The probability set-up CHAPTER The probability set-up.1. Introduction and basic theory We will have a sample space, denoted S sometimes Ω that consists of all possible outcomes. For example, if we roll two dice, the sample space

More information

Exercises Exercises. 1. List all the permutations of {a, b, c}. 2. How many different permutations are there of the set {a, b, c, d, e, f, g}?

Exercises Exercises. 1. List all the permutations of {a, b, c}. 2. How many different permutations are there of the set {a, b, c, d, e, f, g}? Exercises Exercises 1. List all the permutations of {a, b, c}. 2. How many different permutations are there of the set {a, b, c, d, e, f, g}? 3. How many permutations of {a, b, c, d, e, f, g} end with

More information

Principle of Inclusion-Exclusion Notes

Principle of Inclusion-Exclusion Notes Principle of Inclusion-Exclusion Notes The Principle of Inclusion-Exclusion (often abbreviated PIE is the following general formula used for finding the cardinality of a union of finite sets. Theorem 0.1.

More information

MA 524 Midterm Solutions October 16, 2018

MA 524 Midterm Solutions October 16, 2018 MA 524 Midterm Solutions October 16, 2018 1. (a) Let a n be the number of ordered tuples (a, b, c, d) of integers satisfying 0 a < b c < d n. Find a closed formula for a n, as well as its ordinary generating

More information

Week in Review #5 ( , 3.1)

Week in Review #5 ( , 3.1) Math 166 Week-in-Review - S. Nite 10/6/2012 Page 1 of 5 Week in Review #5 (2.3-2.4, 3.1) n( E) In general, the probability of an event is P ( E) =. n( S) Distinguishable Permutations Given a set of n objects

More information

In this section, we will learn to. 1. Use the Multiplication Principle for Events. Cheesecake Factory. Outback Steakhouse. P.F. Chang s.

In this section, we will learn to. 1. Use the Multiplication Principle for Events. Cheesecake Factory. Outback Steakhouse. P.F. Chang s. Section 10.6 Permutations and Combinations 10-1 10.6 Permutations and Combinations In this section, we will learn to 1. Use the Multiplication Principle for Events. 2. Solve permutation problems. 3. Solve

More information

11.3B Warmup. 1. Expand: 2x. 2. Express the expansion of 2x. using combinations. 3. Simplify: a 2b a 2b

11.3B Warmup. 1. Expand: 2x. 2. Express the expansion of 2x. using combinations. 3. Simplify: a 2b a 2b 11.3 Warmup 1. Expand: 2x y 4 2. Express the expansion of 2x y 4 using combinations. 3 3 3. Simplify: a 2b a 2b 4. How many terms are there in the expansion of 2x y 15? 5. What would the 10 th term in

More information

Introductory Probability

Introductory Probability Introductory Probability Combinations Nicholas Nguyen nicholas.nguyen@uky.edu Department of Mathematics UK Agenda Assigning Objects to Identical Positions Denitions Committee Card Hands Coin Toss Counts

More information

Mathematics Probability: Combinations

Mathematics Probability: Combinations a place of mind F A C U L T Y O F E D U C A T I O N Department of Curriculum and Pedagogy Mathematics Probability: Combinations Science and Mathematics Education Research Group Supported by UBC Teaching

More information

MATH 215 DISCRETE MATHEMATICS INSTRUCTOR: P. WENG

MATH 215 DISCRETE MATHEMATICS INSTRUCTOR: P. WENG MATH DISCRETE MATHEMATICS INSTRUCTOR: P. WENG Counting and Probability Suggested Problems Basic Counting Skills, Inclusion-Exclusion, and Complement. (a An office building contains 7 floors and has 7 offices

More information

6.1 Basics of counting

6.1 Basics of counting 6.1 Basics of counting CSE2023 Discrete Computational Structures Lecture 17 1 Combinatorics: they study of arrangements of objects Enumeration: the counting of objects with certain properties (an important

More information

CONTENTS GRAPH THEORY

CONTENTS GRAPH THEORY CONTENTS i GRAPH THEORY GRAPH THEORY By Udit Agarwal M.Sc. (Maths), M.C.A. Sr. Lecturer, Rakshpal Bahadur Management Institute, Bareilly Umeshpal Singh (MCA) Director, Rotary Institute of Management and

More information

INDIAN STATISTICAL INSTITUTE

INDIAN STATISTICAL INSTITUTE INDIAN STATISTICAL INSTITUTE B1/BVR Probability Home Assignment 1 20-07-07 1. A poker hand means a set of five cards selected at random from usual deck of playing cards. (a) Find the probability that it

More information

Probability Concepts and Counting Rules

Probability Concepts and Counting Rules Probability Concepts and Counting Rules Chapter 4 McGraw-Hill/Irwin Dr. Ateq Ahmed Al-Ghamedi Department of Statistics P O Box 80203 King Abdulaziz University Jeddah 21589, Saudi Arabia ateq@kau.edu.sa

More information

Probability. The MEnTe Program Math Enrichment through Technology. Title V East Los Angeles College

Probability. The MEnTe Program Math Enrichment through Technology. Title V East Los Angeles College Probability The MEnTe Program Math Enrichment through Technology Title V East Los Angeles College 2003 East Los Angeles College. All rights reserved. Topics Introduction Empirical Probability Theoretical

More information

Probability Theory. Mohamed I. Riffi. Islamic University of Gaza

Probability Theory. Mohamed I. Riffi. Islamic University of Gaza Probability Theory Mohamed I. Riffi Islamic University of Gaza Table of contents 1. Chapter 1 Probability Properties of probability Counting techniques 1 Chapter 1 Probability Probability Theorem P(φ)

More information

If you roll a die, what is the probability you get a four OR a five? What is the General Education Statistics

If you roll a die, what is the probability you get a four OR a five? What is the General Education Statistics If you roll a die, what is the probability you get a four OR a five? What is the General Education Statistics probability that you get neither? Class Notes The Addition Rule (for OR events) and Complements

More information

Introduction. Firstly however we must look at the Fundamental Principle of Counting (sometimes referred to as the multiplication rule) which states:

Introduction. Firstly however we must look at the Fundamental Principle of Counting (sometimes referred to as the multiplication rule) which states: Worksheet 4.11 Counting Section 1 Introduction When looking at situations involving counting it is often not practical to count things individually. Instead techniques have been developed to help us count

More information

ABC High School, Kathmandu, Nepal. Topic : Probability

ABC High School, Kathmandu, Nepal. Topic : Probability BC High School, athmandu, Nepal Topic : Probability Grade 0 Teacher: Shyam Prasad charya. Objective of the Module: t the end of this lesson, students will be able to define and say formula of. define Mutually

More information

MATH 22. Lecture B: 9/4/2003 COUNTING. I counted two and seventy stenches, All well-defined, and several stinks.

MATH 22. Lecture B: 9/4/2003 COUNTING. I counted two and seventy stenches, All well-defined, and several stinks. MATH 22 Lecture B: 9/4/2003 COUNTING How do I love thee? Let me count the ways. Elizabeth Barrett Browning, Sonnets from the Portuguese, XLIII I counted two and seventy stenches, All well-defined, and

More information

November 8, Chapter 8: Probability: The Mathematics of Chance

November 8, Chapter 8: Probability: The Mathematics of Chance Chapter 8: Probability: The Mathematics of Chance November 8, 2013 Last Time Probability Models and Rules Discrete Probability Models Equally Likely Outcomes Crystallographic notation The first symbol

More information

Course Learning Outcomes for Unit V

Course Learning Outcomes for Unit V UNIT V STUDY GUIDE Counting Reading Assignment See information below. Key Terms 1. Combination 2. Fundamental counting principle 3. Listing 4. Permutation 5. Tree diagrams Course Learning Outcomes for

More information

Chapter 4: Introduction to Probability

Chapter 4: Introduction to Probability MTH 243 Chapter 4: Introduction to Probability Suppose that we found that one of our pieces of data was unusual. For example suppose our pack of M&M s only had 30 and that was 3.1 standard deviations below

More information

Such a description is the basis for a probability model. Here is the basic vocabulary we use.

Such a description is the basis for a probability model. Here is the basic vocabulary we use. 5.2.1 Probability Models When we toss a coin, we can t know the outcome in advance. What do we know? We are willing to say that the outcome will be either heads or tails. We believe that each of these

More information

Combinatorics: The Fine Art of Counting

Combinatorics: The Fine Art of Counting Combinatorics: The Fine Art of Counting Week 6 Lecture Notes Discrete Probability Note Binomial coefficients are written horizontally. The symbol ~ is used to mean approximately equal. Introduction and

More information

Exam 2 Review (Sections Covered: 3.1, 3.3, , 7.1) 1. Write a system of linear inequalities that describes the shaded region.

Exam 2 Review (Sections Covered: 3.1, 3.3, , 7.1) 1. Write a system of linear inequalities that describes the shaded region. Exam 2 Review (Sections Covered: 3.1, 3.3, 6.1-6.4, 7.1) 1. Write a system of linear inequalities that describes the shaded region. 5x + 2y 30 x + 2y 12 x 0 y 0 2. Write a system of linear inequalities

More information