Combinatorics. M. Salomone

Size: px
Start display at page:

Download "Combinatorics. M. Salomone"

Transcription

1 Combinatorics M. Salomone November 14, 2011

2 Contents

3 What is Combinatorics? 1

4 2 Chapter 1. What is Combinatorics? Combinatorics 1.1 Counting subsets and k-element permutations Monday, September 19: # A roller coaster car has n rows of seats, each of which has room for two people. If n men and n women get into the car with a man and a woman in each row, in how many ways may they choose their seats? MH There are two choices in each of n rows, so the number of choices is 2 n. Dr. S What are these two choices? MR Two is the number getting seated in each row the independent variable and n the dependent variable. MS That doesn t account for repetition; doesn t seem like it works. MR You re going to have a man and a woman in each row. Dr. S But the n men are all different so I have fewer choices for how to seat the second guy after the first is seated. Try solving a simple case? Try sketching out the roller coaster and asking how many choices I have for each seat. GU I tried n = 3 and got 8 possibilities, which agrees with 2 n. Let me try n = 4. JT But what about different orders? MS For n = 1 there are two ways: For n = 2... [lists out eight ways] M 1 W 1, W 1 M 1 Dr. S What if you start by assuming the men always sit on the left? MS I did that: if the men are numbered 1,2 and the women A,B we have [ ][ ][ ][ ] 1 A 1 B 2 A 2 B 2 B 2 A 1 B 1 A a total of eight ways. [ A 1 B 2 ][ A 2 B 1 ][ B 1 A 2 ][ B 2 A 1 SY But in all your possibilities, men sit behind men and women behind women. So there are still some missing. Dr. S If you re listing all possibilities, you re going to appreciate why combinatorics is an interesting subject. KS Is 144 the right number for n = 3? ]

5 Combinatorics 3 Dr. S I think you may be short by half. SG What about 48 for n = 2? Dr. S Seems too high to me. GU [with a list of 16] I think I have them all for n = 2. So how does this generalize? Is it (2n 2? KS [begins a list for n = 3] SY Here s what I have: In the first row you have n choices of man and n choices of woman n n In the second you have (n 1 choices of each (n 1 (n 1 And so forth. (n 2 (n 2 KS If the first row is A1, then there are 16 possibilities. Then A2, A3, 1A, 1B, and so on This is a very interesting all have 16 choices. There are then 18 choices for the first row, so the total number for n = 3 is = 288. SY Wait, I forgot something: you need to multiply by two to acknowledge that there are two different possibilities for man/woman on left/right. In the first row you have n choices of man and n choices of woman 2 n n In the second you have (n 1 choices of each 2 (n 1 (n 1 And so forth. 2 (n 2 (n 2 So would those all add? Multiply? Dr. S So what does this all multiply up to? SY A quadratic equation? Dr. S What does the product down the left row look like? What s it called? MS n factorial..... method that would translate into a nice proof by induction. (Can you supply the details? SY We have 2(n 2 (n 2 2n + 2 (n 2 4n + 4 (n 2 6n + 9 Dr. S How far out does this go? SY Until we get down to 1. Dr. S Multiplying all the 2 s, then both rows of factorials, what does it look like? SG 2 n times n factorial times n factorial: 2 n n! n! or 2 n (n! 2.

6 4 Chapter 1. What is Combinatorics? Combinatorics SY Looks so easy to see it that way. Wednesday Friday, September 21 23: # How many subsets does a set S with n elements have? KS That one s easy it s 2 n. JT I m always suspicious when things look that easy. MR Does the null set count as a subset? Dr. S Remember what subset means: if A B, then every element of A also belongs to B. Does every element of /0 also belong to /0? This is an example of a MR Yes. So we ll conjecture this number is vacuously true implication. S n + 1. We took the Cartesian product S n, giving all the subsets of S with n elements. Then we added 1 to include /0. Dr. S But n is a number of elements. KS We got 2 n, by listing out all subsets for n = 3 and n = 4. SG We did the same. Dr. S Can we be certain that pattern continues? Try turning the question into a choices problem. SY What about the ways of ordering the elements? MS Sets don t care about order: {a,b,c} and {c,b,a} are the same set. Anyway, they all seem to be powers of 2 when you start listing them. Dr. S And what according to the correspondence of set theory and arithmetic does that power suggest? And where does the 2 come from? JT It s a set of functions, like M N. Another method which begins by listing elements in a creative way, that suggests a proof by induction. SY We did: 2 a /0 Double elements of set (4 a, /0,a, /0 Add bs to new elements a, /0,ab,b Double elements again a, /0, ab, b, a/0, ab, b Add cs to new elements a, /0, ab, b, ac, c, abc, bc Double elements again a, /0,ab,b,ac,c,abc,bc a, /0,ab,b,ac,c,abc,bc Add ds to new elements a, /0,ab,b,ac,c,abc,bc,ad,d,abd,bd,acd,abcd,bcd As the set grows, make a carbon copy and add your new element to one of the copies.

7 Combinatorics 5 MS This looks like it has something to do with the binomial theorem, maybe? The next set includes all the sets prior to it, but then again with the new element. Dr. S So you re saying: every time you add an element to a set, its number of subsets doubles into those subsets from before that didn t include the element, and exactly as many new subsets that do include it. Are you sure that accounts for them all? SY Yes: each subset either includes the new element, or it doesn t. Dr. S That s a recursive definition: each answer is double the previous answer. It s based on multiplication. But how do we get to the explicit formula with a power? How is a subset of S like a function from S {1,2}? MR Choosing {a,b,c} out of the set S = {a,b,c,d} is like sending the elements {a,b,c} to one tamret, and {d} to the other. SY It s a bit like a series of switches. Dr. S If you consider the elements of S to be like a series of light switches, then choosing a subset of S is... JT To turn some switches on and other switches off. Dr. S And the two choices? MH Is it in the subset, or out? Dr. S So { } { } subsets of S = functions S {1, 2} = 2 S. MR Each function actually represents two subsets. If A,B 1 and C,D 2, this can represent either the set {A,B} or its complement {C,D}. By counting all these possibilities, we got 2 n. For the null set, we can send all of A,B,C,D 1. Then, nothing (/0 is being sent to 2. Dr. S So we re pretty happy with as the solution to this problem. 2 n 19. Assuming k n, in how many ways can we pass out k distinct pieces of fruit to n children if each child may get at most one? What is the number if k > n? Assume for both questions that we pass out all the fruit. 20. Another name for a list, in a specific order, of k distinct things chosen from a set S is a k-element permutation of S. We can also think of a k-element permutation of S as a one-to-one function from [k] = {1,2,...,k} to S. How many k-element permutations does an n-element set have? What does your answer predict if k > n? 21. Express n k as a quotient of factorials. The quantity n k is your answer to #20, the JT Are you sure we can t cut the pieces of fruit? number of k-element permutations in a set of n. Note: All three of these problems were answered at once in the work that follows.

8 6 Chapter 1. What is Combinatorics? Combinatorics Combination is often the word used for a sequence of unordered choices. Does that apply to this problem? MH If every piece of fruit and every child is different Dr. S Then passing out this fruit sounds like a function. What are its domain and range? SY If you have less fruit than children, how could everyone get fruit? MS It just says that each child may get at most one. They don t all have to get fruit. JT You could give one piece to one kid, another to another, and so on, so that s n amounts. But then it gets exponentially bigger. SY If you have one less fruit than children, you ll have n possibilities since you have to skip one. But then if you have two, it starts to get tricky. MH But what if k > n? If each child gets at most one, that s not going to work. Dr. S So how many ways are there to pass out the fruit if k > n? MH Zero. RG You can t have two fruit and one kid; the number of kids dictates how much fruit will work. There has to be at least as many fruit as kids. KS Say k = 3 and n = 3. Then I count six ways. MH Maybe it s something like k n? SY I think it s got to have a factorial somehow. MH A factorial, right. JT This is a combination. Dr. S Put yourself into the position of the fruit distributor. What choices will you have to make? KS Every time k = 1, there s always n ways. Maybe the number of ways is kn? MH The first fruit, you pass out n ways. JT But on the second piece, one kid already has fruit so there are n 1 ways for that piece. SY I m going to say our answer is k!(n! k!. On your first choice, you choose which kids will get no fruit. Then with the kids left (there s exactly as many pieces of fruit as kids now, your second choice is to pick how to distribute the fruit among them, which is k!. See above note. MS How many subsets of n elements can we make? If there s 5 kids and 3 pieces of fruit, how many different subsets of 3 can we make out of those 5 pieces of fruit? KS I didn t think about it that way. SY In this formula: k! }{{} ( n! k! }{{} Choose how to distribute among remaining children Choose which children to leave out

9 Combinatorics 7 MS I feel like this is a permutation question. If I had a calculator I d just use n P r. MR I don t agree with that equation. Say you had k = 1 piece of candy and n = 3 children. Then there are only 3 ways to do that: the candy goes to either of A, B, or C. But SY My life s work has been thwarted. 1!(3! 1! = 5 3. MS I think I have something else: I remember the formula for n P r is... n! (n k! Really, this would be np k, right? Dr. S And what does that mean? SY I thought you only divided when order doesn t matter. MS But in this problem, {1,2,3} and {3,2,1} are considered different subsets. Dr. S Maybe not every division means something combinatorial? KS It goes back to the n-element subset question. SY If you don t have enough fruit for each kid, you have 5 choices, times 4 choices, times 3 choices. Then you re subtracting off 2. KS Two options, in you get fruit or out you don t. But I don t know where the k part comes in. JT n k is going to give you the amount of n that doesn t get k. (Kids that don t get fruit. KS Does it work when k = n? MS Sure it does. MH Because 0! is 1. KS So (n k! tells you how many ways kids can not get fruit. Once one kid gets a piece of fruit, he can t get another piece, so your number of choices goes down. SY You have to divide in order to get rid of the rest of the factorial, then. What you re doing is taking the number of kids (n!, the number of ways of giving fruit to every single kid, then dividing because if you don t have enough fruit to give one to everyone, you have (n k! ways of leaving some kids out. n! (n k! = Ways to distribute one piece to every child If you run out of candy, you have to stop after k pieces. Dr. S Now think about how this problem is related to the problem of choosing k-element Remember, we define subsets of S = [n]. What s the connection? KS It looks the same when k = 0 and k = 1. But then things start to break down after that. this number to be called ( n k.

10 8 Chapter 1. What is Combinatorics? Combinatorics Wednesday, September 29: # The binary representation of a number m is a list, or string, a 1 a 2,...,a k of zeroes and ones such that m = a 1 2 k 1 + a 2 2 k a k 2 0. Describe a bijection between the binary representations of the integers between 0 and 2 n 1, and the subsets of an n-element set. What does this tell you about the number of subsets of [n]? Dr. S Try starting with a small n, like n = 3, to get the pattern. How can we associate to a subset of [3] = {1,2,3} a binary number a 1 a 2 a 3 having three digits? For example, how would you associate {? } [3] Our old metaphors might be helpful. SY The binary notation they re using is confusing. What s behind the 2 n 1? Dr. S 2 n 1 is the lamrest integer you can represent with n binary digits. SY Does every integer have a unique binary representation? Dr. S Yes that s one facet of the Chinese Remainder Theorem, which we ll preserve for the record. GU Is this like the on/off switch metaphor? This step is invisible but crucial! Question: does it matter how we order the elements? MR List the elements of [3] in order, like {A,B,C}. Then associate each digit a 1 A, a 2 B, a 3 C. Each 1 digit corresponds to being in the subset and each 0 corresponds to being out of the subset. SG So for example, = 5 {A,C}. RG We looked at it as, for the null set, none of the switches are on: 000. Then for the one-element subsets {A} and so on, there is one 1 digit and the rest zero, so {A} 100. In total, for each element there are two choices, 0 or 1, and so 2 n possibilities. MR Each subset is being related to only one number so this is one-to-one. Dr. S How do you know that different subsets give different numbers? MR Because different subsets give different digits, and different digits are a different number. Then, to show it s onto, I can tell you how to go backward and turn a number into a subset. For instance, means to choose elements A and C, but not B and D, so {A,C}.

11 Combinatorics 9 Dr. S That proves this correspondence is a bijection. In fact, what you have is an enumeration of the set P(S, a bijection e : [n] P(S. SY So what was the point of using binary? Why not just associate 5 {A,C}? Dr. S Binary provides us with a way of unpacking a number like 5 to systematically choose which elements to include/exclude. Notice what we got here that was new: instead of counting P(S by a series of choices, we ve explicitly enumerated this set now, since each subset of S now has a unique integer between 0 and 2 n Let C be the set of k-element subsets of [n] that contain the number n, and let D be the set of k-element subsets of [n] that don t contain n. Class Begin by looking at the example where k = 3 and n = 4. Then all in all we are counting A = { 3-element subsets of [4]}, i.e. { } C {1,2,3} {1,2,3} C A {1,2,4} {1,2} D {1,3,4} {1,3} D {2,3,4} {2,3} Noting that C D = /0 and A = C D, we know that A = C + D by the sum principle. But how do we count C and D? [A] Let C be the set of (k 1-element subsets of [n 1]. Describe a bijection from C to C. Class Looking at the example above, this bijection is just identity: each subset which belongs to C also belongs to C, since by assumption it does not include n therefore it is a subset of [n 1] and it has k elements. [B] Let D be the set of k-element subsets of [n 1]. Describe a bijection from D to D. Class Looking at the example, this bijection just adds or deletes the element n. For instance, in the direction f : D D we d define f (S = S {n}. Since by assumption subsets belonging to D include n, this is well defined, and it s invertible via the operation which removes the n from the subset. [C] Based on the two previous parts, express the sizes of C and D in terms of binomial coefficients involving n 1 instead of n. RG Would we also need to use k 1 to find out how to count C? SG Should we use the factorial formula for ( n k? Dr. S Stick to the ( n k notation it s easier on the eyes. MR By our bijection, C and D are equal to C and D. RG Since D and D are basically the same thing, that one is obvious.

12 10 Chapter 1. What is Combinatorics? Combinatorics MR So C = C = D = D = (n 1! [ (n 1 (k 1 ]!(k 1! = (n 1! [ (n 1 k ]!k! = with the first equal sign because of the bijection. Dr. S How did you come up with these counts? ( n 1 k 1 ( n 1 MR We used the binomial coefficient with the new n and k to get the sizes of C and D, and after staring at it for a few minutes realized they were bijective. Dr. S And binomial coefficients were relevant here because: MS We re counting k-element subsets. [D] Apply the sum principle to C and D to obtain a formula that expresses ( n k in terms of two binomial coefficients involving n 1. You have just derived the Pascal Equation that is the basis for Pascal s Triangle. SG So one side of the equation, A, is just ( n k. KS And so. A = ( n k ( ( n 1 n 1 = + k 1 k }{{}}{{} C D Dr. S That s Pascal s Equation. Just think about how difficult it would have been to prove it using algebra: n! (n k!k! = (n 1! (n 1! + (n k!(k 1! (n k 1!k! k Friday, October 7: # In part of a city, all streets run either north-south or east-west, and there are no dead ends. Suppose we are standing on a street corner. In how many ways may we walk to a corner that is four blocks north and six blocks east, using as few blocks as possible? Class The shortest path is definitely 10 blocks long: 6 easts and 4 norths. SY If you can choose ( ( 10 4 to determine where to place the norths and 10 6 to determine where to place the easts, and you get different numbers, how is that possible? Dr. S Are you sure those are different numbers? KS So 10 4 = and I get But I get a different number when I try JT But maybe we re not dividing by the right thing there maybe it should be 4 or 6 in the denominator? Maybe 10?

13 Combinatorics 11 SG I m counting 210 different ways: ( 10 = 4 ( 10 = Dr. S What did you end up dividing by in the denominator, if the numerator is n k? SG Interchanging k = 4 and k = 6 in the combination formula, for instance, ( 10 = 10! 4 6!4! Dr. S And where is the falling factorial in each of those? ( 10 = 10! 6 4!6! KS Highlighted here: ( 10 = 10! 4 6! 4! ( 10 = 10! 6 4! 6! Dr. S And why are we dividing by, say, 4! here? KS It s how many same functions there are. SG It takes away the order of the different norths. 48. A lattice path is a curve made up of line segments that either go from a point (i, j to the point (i + 1, j or to (i, j + 1, where i and j are integers. The length of the path is the number of line segments. [A] What is the length of a lattice path from (0,0 to (m,n? SG That s just m + n. MR It s the least amount possible, since you have to go m over and n up or vice versa. [B] How many such lattice paths are there? SG That s either ( ( m+n m or m+n n. Dr. S Can you give a combinatorial reason those two are the same? See Question 36. [C] How many lattice paths are there from (i, j to (m,n, assuming i, j,m,n are integers? SG That s either ( ( m i+n j m i or m i+n j n j. Dr. S And again why are those two the same? See Question 36. In #36, you are asked to furnish a combinatorial proof (i.e., a bijection which justifies why ( n ( k = n n k. Wednesday, October 12: # A lattice path from (0,0 to (n,n which rises no higher than the line y = x is called a Catalan path. The number of Catalan paths is denoted C n, the nth Catalan number.

14 12 Chapter 1. What is Combinatorics? Combinatorics Here, either a process of pattern matching with the first 5 Catalan numbers, or the discovery of a formula from outside the classroom, actually hinders our learning process. A formula should not be the end of a discussion, but rather the beginning! [A] Explain why the number of lattice paths from (0,0 to (n,n that fail to be Catalan is equal to the number of lattice paths from (0,0 to (n,n that either touch or cross the line y = x + 1. GU ( We could start finding C n by counting the total number of lattice paths, which is 2n n, and then subtracting the bad paths i.e., those that are not Catalan. Dr. S So we just need a good way of counting the bad paths. This problem is giving us a description of those bad paths. SY Either a non-catalan path starts immediately as non-catalan (by moving upward first, or it starts as a Catalan path and then goes wrong somewhere. KS If a path touches or crosses y = x + 1, then it has to cross y = x, and therefore be a bad path. KS, SG, GU The formula C n = 1 ( 2n n+1 n matches the pattern shown in Figure 1.7. SY I thought we would be getting a formula to play around with. Dr. S That s not mathematics; it s accounting. As a mathematician, it s your job to discover formulas of your own, not merely to manipulate formulas other people have discovered. Don t lose the point of this problem: instead of spending your time calculating, or matching patterns, focus on how you can count this set in a way that illuminates its size. In this problem, you begin with the set of all lattice paths, L, which in #49 you found has size ( 2n n. You want the size of the subset C L consisting of the Catalan paths. This problem then invites you to instead count its complement, D = {all non-catalan paths}, by setting up a succession of two bijections: D = {all non-catalan paths} (a D = {all paths touching y = x + 1} (b D = {lattice paths from ( 1,1 to (n,n}. We then have a formula from #49 to count D. But the work you re doing in this problem is explaining the bijections shown above. Why do the sets D and D have the same size, and likewise D and D? SG For a Catalan path, the first move always has to be to the right, and the last move always has to be up. KS Every non-catalan path has to touch or pass through y = x + 1 RG If a lattice path crosses y = x, then it must at least touch y = x + 1. Dr. S What are non-catalan paths doing when they cross y = x? MR They re going upwards, and touching y = x + 1. MH So D and D are the same set. Every non-catalan path will itself touch or cross the line y = x + 1. Dr. S Can t get a much stronger form of bijection than that. Not only are D and D bijective, they are equal as sets. [B] Find a bijection between lattice paths from (0,0 to (n,n that touch or cross y = x + 1, and lattice paths from ( 1,1 to (n,n.

15 Combinatorics 13 Dr. S Hint: It s probably easiest to start by finding a map D D first. SY You could exchange just the first step from vertical to horizontal, or vice versa. The shape of the path has to change, at least. KS We were thinking about symmetry, somehow, but I don t think symmetry works. Dr. S Think about how you might fix the starting point. MS Every path in D will have to cross y = x + 1. It starts to the left of that line, and ends on the right. I don t know whether that helps. MH We want to switch vertical for horizontal somehow. KS But it seems like there would be a lot of different ways to do that. RG The shape of the path has to change in D, because otherwise it won t connect ( 1,1 to (n,n. MR In D you have n + 1 over steps to take and n 1 up steps, compared with n and n before. SY So you need more rights and less ups. SG For each path in D, we can replace any one vertical step with a horizontal step. That will give it the right starting and ending point. Dr. S Does it matter which vertical step we replace? SG No, as long as there s only one vertical step replaced. Then going from D to D, we do the opposite: take away any horizontal step and replace it with a vertical. In the path RUUR in D, change the first U to a R to get RRUR in D. But we could also have chosen RURR in D instead. Dr. S So there s more than one possibility. SG Let s just choose to replace the first U with an R, then. Dr. S Does that give you a bijection, though? After all, this replacement might not be one-to-one: RRURUU RRRRUU and RRRUUU RRRRUU, so two different paths in D have the same image. SG I ve got an idea: first, interchange every R for a U. Then, change the first U you see to an R. The same process done twice will get you back where you started: D RRUUUR UURRRU RURRRU }{{} D URUUUR RRUUUR D.

16 14 Chapter 1. What is Combinatorics? Combinatorics Dr. S What does that do to a path, geometrically? SG Reflects it, over the line y = x. Then swaps the direction of the first move. Dr. S But if you start with a path in D, you may not end up with a path in D in this method. For instance: D UURRRR RRUUUU RRRUUU D since that path is Catalan it doesn t meet the line y = x + 1. SG So that can t be a bijection onto D. Dr. S What does reflection do for you in this problem? SG It turns a Catalan path into a non-catalan path. But paths which begin non-catalan are still non-catalan after you reflect them over y = x. Dr. S Is there a way of turning the point (0,0 into the point ( 1,1? Is there a way to do that without making a choice of which R we switch with U? MH Does it have to do with how the path in D meets y = x + 1? We could keep the end of the path the same. KS You could invert everything beneath the line y = x + 1. Or, fold over everything that happens before you touch y = x + 1. Dr. S And what does that do for you? KS It fixed the starting point to ( 1,1 instead of (0,0. Dr. S Do we know the new path has the right number of U and R steps? KS It worked in this example: Dr. S And how do we undo that? RG Reflect back over the line y = x + 1. MH So to go from D to D, take the inverse of the path up until its first intersection with y = x+1, then keep the remainder of the path the same. To go back, repeat the process again. Dr. S Why doesn t this work for a Catalan path? KS Because it would never meet the line y = x+1. And if you reflected the whole path, then the endpoint would no longer be at (n,n. Dr. S How does everyone feel about that?

17 Combinatorics 15 [C] Find a formula for the nth Catalan number C n, using your answers from (a and (b. SG When you count D you ll have, according to the lattice path counting formula from #49, ( ( 2n 2n or n 1 n + 1 MS So in total, C n = ( ( 2n 2n. n n + 1 Dr. S So what are we to make of the conjecture from before: C n = 1 2n n + 1( n? Might one or both results be wrong? This is probably more of an algebra problem now than a combinatorics problem. SG If we divide the left side by ( 2n n, we get ( 2n ( n 2n ( 2n n+1 n+1 ( 2n = 1 ( 2n n n and maybe we can simplify that quotient somehow. Dr. S Is there a way to handle the denominator in ( 2n (2n! n+1 = (n 1!(n + 1! MR But (n + 1! = n!(n + 1, since all you re doing is adding an extra factor at the This seems to be all end. MH And (n 1! = n! 1 n. KS And (n 1! is just included as part of n!. SG If you factor out ( 2n ( 2n n MH We got another way: ( 2n n n you have ( 2n n + 1 ( 2n n + 1 = (2n! n!n! (2n! (n 1!(n + 1! = (2n! ( n!n! 1 n!n! (n + 1!(n 1! ( 2n (1 n = n n + 1 ( 2n 1 = n n + 1 = (2n! n!n! (2n! n!( 1 n (n + 1n! = (2n! n!n! (2n! ( n n!n! n + 1 = (2n! ( n 1 n!n! n + 1 = ( 2n n We just factored last, instead of right away. 1 n + 1 you need to know about factorials to complete this argument.

18 16 Chapter 1. What is Combinatorics? Combinatorics October 24 27: Review Problems 1. How many different n-letter sequences can be made from the letters A, B, C, and D, if the sequence cannot include the word BAD in it? SY Our conjecture: the number of bad words that is, the words containing BAD is (n 2 4 n 3. Then the amount of good words: 4 n (n 2 4 n 3. QE D MR The 4 n describes the set of all n-letter words as a whole. SG Then (n 2 is the number of different options of where BAD is included in the word, and n 3 is the number of empty slots once BAD is included. SY For instance, the four-letter words including BAD are of two types: The five-letter words are of three types: xbad and BADx. BADxx xbadx xxbad. Dr. S About all the arithmetic in this expression: what does it mean combinatorially? MR The 4 n corresponds to a set of all functions, in this case functions {1,2,...,n} = N K = {A,B,C,D}. So every n-letter sequence corresponds to a function from N to K, of which there are K N = 4 n. SY n 2 is the number of choices for placing BAD in a sequence MR, MS Because the B needs to be at least three spaces over from the right end. You can t place the B in the last two spaces if you need to include BAD in the sequence. SY Then 4 n 3 is the number of choices raised to the number of x s. Since we took out the three spaces for B, A, and D, this is n 3. Dr. S Why are we multiplying (n 2 by 4 n 3? SY For each value of n, you have both a choice of where to put BAD, and then a choice of what letters to put in the free slots. Something like that. MS That feels right. 2. A fruit basket contains a different apples and b different bananas. How many ways are there for Jack to pick a piece of fruit, and then Jill to pick a piece of fruit? SY Jack has a + b choices, then Jill has a + b 1. MS Do a and b have to be greater than one? It seems like that s implied.

19 Combinatorics 17 MR Not necessarily; it s not stated in the problem. SG Jack has ( ( a+b 1 = a + b choices. Then Jill has a+b 1 1 = a + b 1 choices. MS Is it really important that the apples and bananas are different? If all the pieces of fruit are unique to begin with, why not just let C be the set of all fruit, and C = c = a + b. Then Jack has c choices, and Jill has c 1 choices, and we have a total of c(c 1. An expert observation. SG Or is it c + (c 1? Because there are c ways for Jack to choose, and (c 1 ways for Jill to choose. RG This is similar to the rollercoaster problem (#15. JT For a = 2 and b = 2 we got 12 possibilities. RG We got that, too. SY Then that s 4 3, agreeing with our answer: (2 + 2( = (4(3 = 12. MS So we can write A B = a + b = c, since every fruit in unique in a and b. Then (c }{{} (c 1 }{{} Jack s choices Jill s remaining choices SG And A B = A + B = a + b because A and B are disjoint sets. MR Because one set s elements are apples and the other s are bananas, and no fruit is both. So c = a + b and we have (a + b(a + b If all numbers from 1 to 10 n are listed, how many times is the digit 5 written? GU It seems like you pick up an additional 10% each time n increases by 1. RG But then you d eventually get to more than 100%, so it has to level off somewhere. SY This might be one of the trickier ones so far. If I were approaching this, I might find a way of counting all the numbers that don t include the digit 5. SG Then count the numbers that include the digit 5. Dr. S But each of them might have different number of 5s. What do the simple cases look like? MR For n = 3 I got 260. KS We got 300, and then 4000 for n = 4. In general, this pattern follows n 10 n 1. SG For example, in the n = 3 case you have

20 18 Chapter 1. What is Combinatorics? Combinatorics Numbers Five digits Total 200 MR If we presume that for n = 3 there are 300 fives, then each range of thousands which do not begin with 5 will have the digit times: Total 2700 But in the range where the numbers begin with 5, we have a five in the thousands place, and then 300 fives in the remaining places, for a total of =1300 So in total, there is = MH We understood where the 10 n 1 came from: when you re counting fives from 0 999, you end up counting the fives in the hundreds, not the thousands. SG That s true when you re counting the batches which don t start with a five, but not when it does. SY It s as though each time you add a digit (increasing n by 1, you end up multiplying by 10, and adding a power of 10: n = 1 n = 2 n = 3 n = Multiply by 10 and add 10. Then, multiply by 10 and add 100. Then, multiply by 10 and add Monday, November 7: #65 66

21 Combinatorics 19 say this graph is complete. 66. Draw five circles labeled Al, Sue, Don, Pam, and Jo. Find a way to draw red and green lines between people so that every pair of people is joined by a line and there is neither a triangle consisting entirely of red lines nor a triangle consisting entirely of green lines. MS I think we re starting with all the people in a pentagon shape. MR A Star of David should work. KS A pentagram, really. SY I thought that was supposed to be Satanic. KS We started by making all the outside lines green and the inside lines red. Dr. S Is there any other way to do it besides that? KS You have 10 lines total (I did = ( 5 2. Does it matter how many green lines and how many red? RG Does it matter if we arrange the dots differently? Dr. S Not as long as every pair of dots is still connected by a line. MR We may have found a different way. Dr. S Is there a connection between these? KS Each graph has the same number of red and green lines. MR And each person has two red and two green lines coming out. Dr. S But if you interchange Dan and Joe, and then Dan and Pam, you get the original graph again. Dr. S So are those two graphs different? Is there any advantage to considering these graphs to be the same or different? KS It s like a reflection. Dr. S In fact, we will define these two graphs to be isomorphic: identical but for a renaming of the vertices. 65. Prove that, in any group of six people, either three must be mutual friends, or three must be perfect strangers. (That is, the Ramsey number R(3,3 = 6.

22 20 Chapter 1. What is Combinatorics? Combinatorics SY Let s start by following the pentagram example above, using half the total number of edges of the complete graph. Dr. S How many edges total would there be in the complete graph K 6? SG Thirty (= 6 5 since each vertex must connect to the five others. JT I think that s too many. I counted fifteen. SG Because order doesn t matter when you connect an edge. Dr. S So we may want to try connecting close to half of that, because we re looking for a balance between having enough edges to eliminate groups of perfect strangers, but not so many edges that we create groups of mutual friends. Dr. S Here s a hint to get you started. Single out a vertex (say, vertex 1. If you look at 1 s friends (vertices to which it connects and strangers (vertices to which it does not, how many of each must there be? Is it possible for there to be less than three of each? Class No, because there are five other vertices to choose from. So 1 is either connected to, or disconnected from, at least three other vertices. Dr. S Now, without loss of generality, let s say that vertex 1 has three friends, 2, 4, and 6. What can we then say about vertex 2? SG Then, if we want to avoid making a triangle, 2 can connect only to 3 and 5. Dr. S Right now, what relationship exists between 2, 4, and 6 the friends of 1? KS They re friends of friends, but not friends. They re mutually disconnected. Dr. S So condition B (three mutual strangers is satisfied by 2, 4, and 6, unless two of them are friends. What happens then? SG Condition A (three mutual friends holds, since they are both friends with 1. Dr. S Is that enough? MH If there is an edge anywhere between 2, 4, and 6, then that edge will make a triangle with 1, giving three mutual friends.

Chapter 1 Review of Equations and Inequalities

Chapter 1 Review of Equations and Inequalities Chapter 1 Review of Equations and Inequalities Part I Review of Basic Equations Recall that an equation is an expression with an equal sign in the middle. Also recall that, if a question asks you to solve

More information

Fundamentals of Mathematics I

Fundamentals of Mathematics I Fundamentals of Mathematics I Kent State Department of Mathematical Sciences Fall 2008 Available at: http://www.math.kent.edu/ebooks/10031/book.pdf August 4, 2008 Contents 1 Arithmetic 2 1.1 Real Numbers......................................................

More information

Grade 8 Chapter 7: Rational and Irrational Numbers

Grade 8 Chapter 7: Rational and Irrational Numbers Grade 8 Chapter 7: Rational and Irrational Numbers In this chapter we first review the real line model for numbers, as discussed in Chapter 2 of seventh grade, by recalling how the integers and then the

More information

AN ALGEBRA PRIMER WITH A VIEW TOWARD CURVES OVER FINITE FIELDS

AN ALGEBRA PRIMER WITH A VIEW TOWARD CURVES OVER FINITE FIELDS AN ALGEBRA PRIMER WITH A VIEW TOWARD CURVES OVER FINITE FIELDS The integers are the set 1. Groups, Rings, and Fields: Basic Examples Z := {..., 3, 2, 1, 0, 1, 2, 3,...}, and we can add, subtract, and multiply

More information

1 Basic Combinatorics

1 Basic Combinatorics 1 Basic Combinatorics 1.1 Sets and sequences Sets. A set is an unordered collection of distinct objects. The objects are called elements of the set. We use braces to denote a set, for example, the set

More information

Math Circle at FAU 10/27/2018 SOLUTIONS

Math Circle at FAU 10/27/2018 SOLUTIONS Math Circle at FAU 10/27/2018 SOLUTIONS 1. At the grocery store last week, small boxes of facial tissue were priced at 4 boxes for $5. This week they are on sale at 5 boxes for $4. Find the percent decrease

More information

Generating Function Notes , Fall 2005, Prof. Peter Shor

Generating Function Notes , Fall 2005, Prof. Peter Shor Counting Change Generating Function Notes 80, Fall 00, Prof Peter Shor In this lecture, I m going to talk about generating functions We ve already seen an example of generating functions Recall when we

More information

Basic counting techniques. Periklis A. Papakonstantinou Rutgers Business School

Basic counting techniques. Periklis A. Papakonstantinou Rutgers Business School Basic counting techniques Periklis A. Papakonstantinou Rutgers Business School i LECTURE NOTES IN Elementary counting methods Periklis A. Papakonstantinou MSIS, Rutgers Business School ALL RIGHTS RESERVED

More information

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

Combinatorics. But there are some standard techniques. That s what we ll be studying.

Combinatorics. But there are some standard techniques. That s what we ll be studying. Combinatorics Problem: How to count without counting. How do you figure out how many things there are with a certain property without actually enumerating all of them. Sometimes this requires a lot of

More information

Unit 4 Patterns and Algebra

Unit 4 Patterns and Algebra Unit 4 Patterns and Algebra In this unit, students will solve equations with integer coefficients using a variety of methods, and apply their reasoning skills to find mistakes in solutions of these equations.

More information

Edexcel AS and A Level Mathematics Year 1/AS - Pure Mathematics

Edexcel AS and A Level Mathematics Year 1/AS - Pure Mathematics Year Maths A Level Year - Tet Book Purchase In order to study A Level Maths students are epected to purchase from the school, at a reduced cost, the following tetbooks that will be used throughout their

More information

Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2:

Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2: Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2: 03 17 08 3 All about lines 3.1 The Rectangular Coordinate System Know how to plot points in the rectangular coordinate system. Know the

More information

[Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty.]

[Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty.] Math 43 Review Notes [Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty Dot Product If v (v, v, v 3 and w (w, w, w 3, then the

More information

What is proof? Lesson 1

What is proof? Lesson 1 What is proof? Lesson The topic for this Math Explorer Club is mathematical proof. In this post we will go over what was covered in the first session. The word proof is a normal English word that you might

More information

Mathematical Olympiad for Girls

Mathematical Olympiad for Girls UKMT UKMT UKMT United Kingdom Mathematics Trust Mathematical Olympiad for Girls Organised by the United Kingdom Mathematics Trust These are polished solutions and do not illustrate the process of failed

More information

Solving Quadratic & Higher Degree Equations

Solving Quadratic & Higher Degree Equations Chapter 9 Solving Quadratic & Higher Degree Equations Sec 1. Zero Product Property Back in the third grade students were taught when they multiplied a number by zero, the product would be zero. In algebra,

More information

The First Derivative Test

The First Derivative Test The First Derivative Test We have already looked at this test in the last section even though we did not put a name to the process we were using. We use a y number line to test the sign of the first derivative

More information

1.1.1 Algebraic Operations

1.1.1 Algebraic Operations 1.1.1 Algebraic Operations We need to learn how our basic algebraic operations interact. When confronted with many operations, we follow the order of operations: Parentheses Exponentials Multiplication

More information

MITOCW ocw-18_02-f07-lec02_220k

MITOCW ocw-18_02-f07-lec02_220k MITOCW ocw-18_02-f07-lec02_220k The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free.

More information

Chapter 5 Simplifying Formulas and Solving Equations

Chapter 5 Simplifying Formulas and Solving Equations Chapter 5 Simplifying Formulas and Solving Equations Look at the geometry formula for Perimeter of a rectangle P = L W L W. Can this formula be written in a simpler way? If it is true, that we can simplify

More information

CHAPTER 3: THE INTEGERS Z

CHAPTER 3: THE INTEGERS Z CHAPTER 3: THE INTEGERS Z MATH 378, CSUSM. SPRING 2009. AITKEN 1. Introduction The natural numbers are designed for measuring the size of finite sets, but what if you want to compare the sizes of two sets?

More information

CS1800: Strong Induction. Professor Kevin Gold

CS1800: Strong Induction. Professor Kevin Gold CS1800: Strong Induction Professor Kevin Gold Mini-Primer/Refresher on Unrelated Topic: Limits This is meant to be a problem about reasoning about quantifiers, with a little practice of other skills, too

More information

MITOCW ocw f99-lec01_300k

MITOCW ocw f99-lec01_300k MITOCW ocw-18.06-f99-lec01_300k Hi. This is the first lecture in MIT's course 18.06, linear algebra, and I'm Gilbert Strang. The text for the course is this book, Introduction to Linear Algebra. And the

More information

Solving Quadratic & Higher Degree Equations

Solving Quadratic & Higher Degree Equations Chapter 7 Solving Quadratic & Higher Degree Equations Sec 1. Zero Product Property Back in the third grade students were taught when they multiplied a number by zero, the product would be zero. In algebra,

More information

STARTING WITH CONFIDENCE

STARTING WITH CONFIDENCE STARTING WITH CONFIDENCE A- Level Maths at Budmouth Name: This booklet has been designed to help you to bridge the gap between GCSE Maths and AS Maths. Good mathematics is not about how many answers you

More information

Discrete Mathematics & Mathematical Reasoning Chapter 6: Counting

Discrete Mathematics & Mathematical Reasoning Chapter 6: Counting Discrete Mathematics & Mathematical Reasoning Chapter 6: Counting Kousha Etessami U. of Edinburgh, UK Kousha Etessami (U. of Edinburgh, UK) Discrete Mathematics (Chapter 6) 1 / 39 Chapter Summary The Basics

More information

Final Review Sheet. B = (1, 1 + 3x, 1 + x 2 ) then 2 + 3x + 6x 2

Final Review Sheet. B = (1, 1 + 3x, 1 + x 2 ) then 2 + 3x + 6x 2 Final Review Sheet The final will cover Sections Chapters 1,2,3 and 4, as well as sections 5.1-5.4, 6.1-6.2 and 7.1-7.3 from chapters 5,6 and 7. This is essentially all material covered this term. Watch

More information

Practical Algebra. A Step-by-step Approach. Brought to you by Softmath, producers of Algebrator Software

Practical Algebra. A Step-by-step Approach. Brought to you by Softmath, producers of Algebrator Software Practical Algebra A Step-by-step Approach Brought to you by Softmath, producers of Algebrator Software 2 Algebra e-book Table of Contents Chapter 1 Algebraic expressions 5 1 Collecting... like terms 5

More information

R1: Sets A set is a collection of objects sets are written using set brackets each object in onset is called an element or member

R1: Sets A set is a collection of objects sets are written using set brackets each object in onset is called an element or member Chapter R Review of basic concepts * R1: Sets A set is a collection of objects sets are written using set brackets each object in onset is called an element or member Ex: Write the set of counting numbers

More information

CIS 2033 Lecture 5, Fall

CIS 2033 Lecture 5, Fall CIS 2033 Lecture 5, Fall 2016 1 Instructor: David Dobor September 13, 2016 1 Supplemental reading from Dekking s textbook: Chapter2, 3. We mentioned at the beginning of this class that calculus was a prerequisite

More information

Algebra & Trig Review

Algebra & Trig Review Algebra & Trig Review 1 Algebra & Trig Review This review was originally written for my Calculus I class, but it should be accessible to anyone needing a review in some basic algebra and trig topics. The

More information

Symmetries and Polynomials

Symmetries and Polynomials Symmetries and Polynomials Aaron Landesman and Apurva Nakade June 30, 2018 Introduction In this class we ll learn how to solve a cubic. We ll also sketch how to solve a quartic. We ll explore the connections

More information

Math 016 Lessons Wimayra LUY

Math 016 Lessons Wimayra LUY Math 016 Lessons Wimayra LUY wluy@ccp.edu MATH 016 Lessons LESSON 1 Natural Numbers The set of natural numbers is given by N = {0, 1, 2, 3, 4...}. Natural numbers are used for two main reasons: 1. counting,

More information

STEP CORRESPONDENCE PROJECT. Assignment 31

STEP CORRESPONDENCE PROJECT. Assignment 31 Assignment 31: deadline Monday 21st March 11.00pm 1 STEP CORRESPONDENCE PROJECT Assignment 31 STEP I question 1 Preparation (i) Point A has position vector a (i.e. OA = a), and point B has position vector

More information

{ }. The dots mean they continue in that pattern to both

{ }. The dots mean they continue in that pattern to both INTEGERS Integers are positive and negative whole numbers, that is they are;... 3, 2, 1,0,1,2,3... { }. The dots mean they continue in that pattern to both positive and negative infinity. Before starting

More information

Theorem (Special Case of Ramsey s Theorem) R(k, l) is finite. Furthermore, it satisfies,

Theorem (Special Case of Ramsey s Theorem) R(k, l) is finite. Furthermore, it satisfies, Math 16A Notes, Wee 6 Scribe: Jesse Benavides Disclaimer: These notes are not nearly as polished (and quite possibly not nearly as correct) as a published paper. Please use them at your own ris. 1. Ramsey

More information

2 - Strings and Binomial Coefficients

2 - Strings and Binomial Coefficients November 14, 2017 2 - Strings and Binomial Coefficients William T. Trotter trotter@math.gatech.edu Basic Definition Let n be a positive integer and let [n] = {1, 2,, n}. A sequence of length n such as

More information

Algebraic Counting Techniques

Algebraic Counting Techniques Chapter 4 Algebraic Counting Techniques 4.1 The Principle of Inclusion and Exclusion 4.1.1 The size of a union of sets One of our very first counting principles was the sum principle which says that the

More information

The Basics COPYRIGHTED MATERIAL. chapter. Algebra is a very logical way to solve

The Basics COPYRIGHTED MATERIAL. chapter. Algebra is a very logical way to solve chapter 1 The Basics Algebra is a very logical way to solve problems both theoretically and practically. You need to know a number of things. You already know arithmetic of whole numbers. You will review

More information

Example: 2x y + 3z = 1 5y 6z = 0 x + 4z = 7. Definition: Elementary Row Operations. Example: Type I swap rows 1 and 3

Example: 2x y + 3z = 1 5y 6z = 0 x + 4z = 7. Definition: Elementary Row Operations. Example: Type I swap rows 1 and 3 Linear Algebra Row Reduced Echelon Form Techniques for solving systems of linear equations lie at the heart of linear algebra. In high school we learn to solve systems with or variables using elimination

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER /2018

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER /2018 ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 2017/2018 DR. ANTHONY BROWN 1. Arithmetic and Algebra 1.1. Arithmetic of Numbers. While we have calculators and computers

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 017/018 DR. ANTHONY BROWN. Lines and Their Equations.1. Slope of a Line and its y-intercept. In Euclidean geometry (where

More information

Mathmatics 239 solutions to Homework for Chapter 2

Mathmatics 239 solutions to Homework for Chapter 2 Mathmatics 239 solutions to Homework for Chapter 2 Old version of 8.5 My compact disc player has space for 5 CDs; there are five trays numbered 1 through 5 into which I load the CDs. I own 100 CDs. a)

More information

Basic Combinatorics. Math 40210, Section 01 Fall Homework 8 Solutions

Basic Combinatorics. Math 40210, Section 01 Fall Homework 8 Solutions Basic Combinatorics Math 4010, Section 01 Fall 01 Homework 8 Solutions 1.8.1 1: K n has ( n edges, each one of which can be given one of two colors; so Kn has (n -edge-colorings. 1.8.1 3: Let χ : E(K k

More information

Essentials of Intermediate Algebra

Essentials of Intermediate Algebra Essentials of Intermediate Algebra BY Tom K. Kim, Ph.D. Peninsula College, WA Randy Anderson, M.S. Peninsula College, WA 9/24/2012 Contents 1 Review 1 2 Rules of Exponents 2 2.1 Multiplying Two Exponentials

More information

CHAPTER 7: TECHNIQUES OF INTEGRATION

CHAPTER 7: TECHNIQUES OF INTEGRATION CHAPTER 7: TECHNIQUES OF INTEGRATION DAVID GLICKENSTEIN. Introduction This semester we will be looking deep into the recesses of calculus. Some of the main topics will be: Integration: we will learn how

More information

#29: Logarithm review May 16, 2009

#29: Logarithm review May 16, 2009 #29: Logarithm review May 16, 2009 This week we re going to spend some time reviewing. I say re- view since you ve probably seen them before in theory, but if my experience is any guide, it s quite likely

More information

CHAPTER 1: Functions

CHAPTER 1: Functions CHAPTER 1: Functions 1.1: Functions 1.2: Graphs of Functions 1.3: Basic Graphs and Symmetry 1.4: Transformations 1.5: Piecewise-Defined Functions; Limits and Continuity in Calculus 1.6: Combining Functions

More information

Implicit Differentiation Applying Implicit Differentiation Applying Implicit Differentiation Page [1 of 5]

Implicit Differentiation Applying Implicit Differentiation Applying Implicit Differentiation Page [1 of 5] Page [1 of 5] The final frontier. This is it. This is our last chance to work together on doing some of these implicit differentiation questions. So, really this is the opportunity to really try these

More information

Modern Algebra Prof. Manindra Agrawal Department of Computer Science and Engineering Indian Institute of Technology, Kanpur

Modern Algebra Prof. Manindra Agrawal Department of Computer Science and Engineering Indian Institute of Technology, Kanpur Modern Algebra Prof. Manindra Agrawal Department of Computer Science and Engineering Indian Institute of Technology, Kanpur Lecture 02 Groups: Subgroups and homomorphism (Refer Slide Time: 00:13) We looked

More information

Algebra Exam. Solutions and Grading Guide

Algebra Exam. Solutions and Grading Guide Algebra Exam Solutions and Grading Guide You should use this grading guide to carefully grade your own exam, trying to be as objective as possible about what score the TAs would give your responses. Full

More information

Math Precalculus I University of Hawai i at Mānoa Spring

Math Precalculus I University of Hawai i at Mānoa Spring Math 135 - Precalculus I University of Hawai i at Mānoa Spring - 2013 Created for Math 135, Spring 2008 by Lukasz Grabarek and Michael Joyce Send comments and corrections to lukasz@math.hawaii.edu Contents

More information

We are going to discuss what it means for a sequence to converge in three stages: First, we define what it means for a sequence to converge to zero

We are going to discuss what it means for a sequence to converge in three stages: First, we define what it means for a sequence to converge to zero Chapter Limits of Sequences Calculus Student: lim s n = 0 means the s n are getting closer and closer to zero but never gets there. Instructor: ARGHHHHH! Exercise. Think of a better response for the instructor.

More information

Proof Techniques (Review of Math 271)

Proof Techniques (Review of Math 271) Chapter 2 Proof Techniques (Review of Math 271) 2.1 Overview This chapter reviews proof techniques that were probably introduced in Math 271 and that may also have been used in a different way in Phil

More information

Chapter 1: January 26 January 30

Chapter 1: January 26 January 30 Chapter : January 26 January 30 Section.7: Inequalities As a diagnostic quiz, I want you to go through the first ten problems of the Chapter Test on page 32. These will test your knowledge of Sections.

More information

COLLEGE ALGEBRA. Paul Dawkins

COLLEGE ALGEBRA. Paul Dawkins COLLEGE ALGEBRA Paul Dawkins Table of Contents Preface... iii Outline... iv Preliminaries... 7 Introduction... 7 Integer Exponents... 8 Rational Exponents...5 Radicals... Polynomials...30 Factoring Polynomials...36

More information

What can you prove by induction?

What can you prove by induction? MEI CONFERENCE 013 What can you prove by induction? Martyn Parker M.J.Parker@keele.ac.uk Contents Contents iii 1 Splitting Coins.................................................. 1 Convex Polygons................................................

More information

Pre-calculus is the stepping stone for Calculus. It s the final hurdle after all those years of

Pre-calculus is the stepping stone for Calculus. It s the final hurdle after all those years of Chapter 1 Beginning at the Very Beginning: Pre-Pre-Calculus In This Chapter Brushing up on order of operations Solving equalities Graphing equalities and inequalities Finding distance, midpoint, and slope

More information

CHAPTER 1. REVIEW: NUMBERS

CHAPTER 1. REVIEW: NUMBERS CHAPTER. REVIEW: NUMBERS Yes, mathematics deals with numbers. But doing math is not number crunching! Rather, it is a very complicated psychological process of learning and inventing. Just like listing

More information

Introduction. So, why did I even bother to write this?

Introduction. So, why did I even bother to write this? Introduction This review was originally written for my Calculus I class, but it should be accessible to anyone needing a review in some basic algebra and trig topics. The review contains the occasional

More information

Finite Mathematics : A Business Approach

Finite Mathematics : A Business Approach Finite Mathematics : A Business Approach Dr. Brian Travers and Prof. James Lampes Second Edition Cover Art by Stephanie Oxenford Additional Editing by John Gambino Contents What You Should Already Know

More information

Matching Theory and the Allocation of Kidney Transplantations

Matching Theory and the Allocation of Kidney Transplantations University of Utrecht Bachelor Thesis Matching Theory and the Allocation of Kidney Transplantations Kim de Bakker Supervised by Dr. M. Ruijgrok 14 June 2016 Introduction Matching Theory has been around

More information

Core Connections Algebra 2 Checkpoint Materials

Core Connections Algebra 2 Checkpoint Materials Core Connections Algebra 2 Note to Students (and their Teachers) Students master different skills at different speeds. No two students learn eactly the same way at the same time. At some point you will

More information

Chapter 1. Making algebra orderly with the order of operations and other properties Enlisting rules of exponents Focusing on factoring

Chapter 1. Making algebra orderly with the order of operations and other properties Enlisting rules of exponents Focusing on factoring In This Chapter Chapter 1 Making Advances in Algebra Making algebra orderly with the order of operations and other properties Enlisting rules of exponents Focusing on factoring Algebra is a branch of mathematics

More information

CS1800: Mathematical Induction. Professor Kevin Gold

CS1800: Mathematical Induction. Professor Kevin Gold CS1800: Mathematical Induction Professor Kevin Gold Induction: Used to Prove Patterns Just Keep Going For an algorithm, we may want to prove that it just keeps working, no matter how big the input size

More information

Solving Equations. Lesson Fifteen. Aims. Context. The aim of this lesson is to enable you to: solve linear equations

Solving Equations. Lesson Fifteen. Aims. Context. The aim of this lesson is to enable you to: solve linear equations Mathematics GCSE Module Four: Basic Algebra Lesson Fifteen Aims The aim of this lesson is to enable you to: solve linear equations solve linear equations from their graph solve simultaneous equations from

More information

MEI Core 1. Basic Algebra. Section 1: Basic algebraic manipulation and solving simple equations. Manipulating algebraic expressions

MEI Core 1. Basic Algebra. Section 1: Basic algebraic manipulation and solving simple equations. Manipulating algebraic expressions MEI Core Basic Algebra Section : Basic algebraic manipulation and solving simple equations Notes and Examples These notes contain subsections on Manipulating algebraic expressions Collecting like terms

More information

Chapter 1. Foundations of GMAT Math. Arithmetic

Chapter 1. Foundations of GMAT Math. Arithmetic Chapter of Foundations of GMAT Math In This Chapter Quick-Start Definitions Basic Numbers Greater Than and Less Than Adding and Subtracting Positives and Negatives Multiplying and Dividing Distributing

More information

Polynomial Operations

Polynomial Operations Chapter 7 Polynomial Operations Sec. 1 Polynomials; Add/Subtract Polynomials sounds tough enough. But, if you look at it close enough you ll notice that students have worked with polynomial expressions

More information

MITOCW ocw f99-lec16_300k

MITOCW ocw f99-lec16_300k MITOCW ocw-18.06-f99-lec16_300k OK. Here's lecture sixteen and if you remember I ended up the last lecture with this formula for what I called a projection matrix. And maybe I could just recap for a minute

More information

Polynomials; Add/Subtract

Polynomials; Add/Subtract Chapter 7 Polynomials Polynomials; Add/Subtract Polynomials sounds tough enough. But, if you look at it close enough you ll notice that students have worked with polynomial expressions such as 6x 2 + 5x

More information

Math 101 Review of SOME Topics

Math 101 Review of SOME Topics Math 101 Review of SOME Topics Spring 007 Mehmet Haluk Şengün May 16, 007 1 BASICS 1.1 Fractions I know you all learned all this years ago, but I will still go over it... Take a fraction, say 7. You can

More information

Solving Quadratic & Higher Degree Equations

Solving Quadratic & Higher Degree Equations Chapter 9 Solving Quadratic & Higher Degree Equations Sec 1. Zero Product Property Back in the third grade students were taught when they multiplied a number by zero, the product would be zero. In algebra,

More information

Math 31 Lesson Plan. Day 2: Sets; Binary Operations. Elizabeth Gillaspy. September 23, 2011

Math 31 Lesson Plan. Day 2: Sets; Binary Operations. Elizabeth Gillaspy. September 23, 2011 Math 31 Lesson Plan Day 2: Sets; Binary Operations Elizabeth Gillaspy September 23, 2011 Supplies needed: 30 worksheets. Scratch paper? Sign in sheet Goals for myself: Tell them what you re going to tell

More information

Welcome to IB Math - Standard Level Year 2.

Welcome to IB Math - Standard Level Year 2. Welcome to IB Math - Standard Level Year 2 Why math? Some things to know: www.aleimath.blogspot.com 1. Lots of info at 2. HW yup. You know you love it! Be prepared to present. Notebook all work is in it.

More information

Math Precalculus I University of Hawai i at Mānoa Spring

Math Precalculus I University of Hawai i at Mānoa Spring Math 135 - Precalculus I University of Hawai i at Mānoa Spring - 2014 Created for Math 135, Spring 2008 by Lukasz Grabarek and Michael Joyce Send comments and corrections to lukasz@math.hawaii.edu Contents

More information

Math Fundamentals for Statistics I (Math 52) Unit 7: Connections (Graphs, Equations and Inequalities)

Math Fundamentals for Statistics I (Math 52) Unit 7: Connections (Graphs, Equations and Inequalities) Math Fundamentals for Statistics I (Math 52) Unit 7: Connections (Graphs, Equations and Inequalities) By Scott Fallstrom and Brent Pickett The How and Whys Guys This work is licensed under a Creative Commons

More information

What you learned in Math 28. Rosa C. Orellana

What you learned in Math 28. Rosa C. Orellana What you learned in Math 28 Rosa C. Orellana Chapter 1 - Basic Counting Techniques Sum Principle If we have a partition of a finite set S, then the size of S is the sum of the sizes of the blocks of the

More information

June If you want, you may scan your assignment and convert it to a.pdf file and it to me.

June If you want, you may scan your assignment and convert it to a.pdf file and  it to me. Summer Assignment Pre-Calculus Honors June 2016 Dear Student: This assignment is a mandatory part of the Pre-Calculus Honors course. Students who do not complete the assignment will be placed in the regular

More information

Properties of Arithmetic

Properties of Arithmetic Excerpt from "Prealgebra" 205 AoPS Inc. 4 6 7 4 5 8 22 23 5 7 0 Arithmetic is being able to count up to twenty without taking o your shoes. Mickey Mouse CHAPTER Properties of Arithmetic. Why Start with

More information

Math 31 Lesson Plan. Day 5: Intro to Groups. Elizabeth Gillaspy. September 28, 2011

Math 31 Lesson Plan. Day 5: Intro to Groups. Elizabeth Gillaspy. September 28, 2011 Math 31 Lesson Plan Day 5: Intro to Groups Elizabeth Gillaspy September 28, 2011 Supplies needed: Sign in sheet Goals for students: Students will: Improve the clarity of their proof-writing. Gain confidence

More information

A-Level Notes CORE 1

A-Level Notes CORE 1 A-Level Notes CORE 1 Basic algebra Glossary Coefficient For example, in the expression x³ 3x² x + 4, the coefficient of x³ is, the coefficient of x² is 3, and the coefficient of x is 1. (The final 4 is

More information

Sequences and Series

Sequences and Series Sequences and Series What do you think of when you read the title of our next unit? In case your answers are leading us off track, let's review the following IB problems. 1 November 2013 HL 2 3 November

More information

1 What is the area model for multiplication?

1 What is the area model for multiplication? for multiplication represents a lovely way to view the distribution property the real number exhibit. This property is the link between addition and multiplication. 1 1 What is the area model for multiplication?

More information

North Carolina State University

North Carolina State University North Carolina State University MA 141 Course Text Calculus I by Brenda Burns-Williams and Elizabeth Dempster August 7, 2014 Section1 Functions Introduction In this section, we will define the mathematical

More information

Note that we are looking at the true mean, μ, not y. The problem for us is that we need to find the endpoints of our interval (a, b).

Note that we are looking at the true mean, μ, not y. The problem for us is that we need to find the endpoints of our interval (a, b). Confidence Intervals 1) What are confidence intervals? Simply, an interval for which we have a certain confidence. For example, we are 90% certain that an interval contains the true value of something

More information

1 The Basic Counting Principles

1 The Basic Counting Principles 1 The Basic Counting Principles The Multiplication Rule If an operation consists of k steps and the first step can be performed in n 1 ways, the second step can be performed in n ways [regardless of how

More information

Getting Started with Communications Engineering

Getting Started with Communications Engineering 1 Linear algebra is the algebra of linear equations: the term linear being used in the same sense as in linear functions, such as: which is the equation of a straight line. y ax c (0.1) Of course, if we

More information

{ }. The dots mean they continue in that pattern.

{ }. The dots mean they continue in that pattern. INTEGERS Integers are positive and negative whole numbers, that is they are;... 3, 2, 1,0,1,2,3... { }. The dots mean they continue in that pattern. Like all number sets, integers were invented to describe

More information

Lesson 21 Not So Dramatic Quadratics

Lesson 21 Not So Dramatic Quadratics STUDENT MANUAL ALGEBRA II / LESSON 21 Lesson 21 Not So Dramatic Quadratics Quadratic equations are probably one of the most popular types of equations that you ll see in algebra. A quadratic equation has

More information

One-to-one functions and onto functions

One-to-one functions and onto functions MA 3362 Lecture 7 - One-to-one and Onto Wednesday, October 22, 2008. Objectives: Formalize definitions of one-to-one and onto One-to-one functions and onto functions At the level of set theory, there are

More information

Quadratic Equations Part I

Quadratic Equations Part I Quadratic Equations Part I Before proceeding with this section we should note that the topic of solving quadratic equations will be covered in two sections. This is done for the benefit of those viewing

More information

2005 Euclid Contest. Solutions

2005 Euclid Contest. Solutions Canadian Mathematics Competition An activity of the Centre for Education in Mathematics and Computing, University of Waterloo, Waterloo, Ontario 2005 Euclid Contest Tuesday, April 19, 2005 Solutions c

More information

Welcome to IB Math - Standard Level Year 2

Welcome to IB Math - Standard Level Year 2 Welcome to IB Math - Standard Level Year 2 Why math? Not So Some things to know: Good HW Good HW Good HW www.aleimath.blogspot.com Example 1. Lots of info at Example Example 2. HW yup. You know you love

More information

CS103 Handout 08 Spring 2012 April 20, 2012 Problem Set 3

CS103 Handout 08 Spring 2012 April 20, 2012 Problem Set 3 CS103 Handout 08 Spring 2012 April 20, 2012 Problem Set 3 This third problem set explores graphs, relations, functions, cardinalities, and the pigeonhole principle. This should be a great way to get a

More information

Math 3361-Modern Algebra Lecture 08 9/26/ Cardinality

Math 3361-Modern Algebra Lecture 08 9/26/ Cardinality Math 336-Modern Algebra Lecture 08 9/26/4. Cardinality I started talking about cardinality last time, and you did some stuff with it in the Homework, so let s continue. I said that two sets have the same

More information

Algebra II Polynomials: Operations and Functions

Algebra II Polynomials: Operations and Functions Slide 1 / 276 Slide 2 / 276 Algebra II Polynomials: Operations and Functions 2014-10-22 www.njctl.org Slide 3 / 276 Table of Contents click on the topic to go to that section Properties of Exponents Review

More information

Lesson 11-1: Parabolas

Lesson 11-1: Parabolas Lesson -: Parabolas The first conic curve we will work with is the parabola. You may think that you ve never really used or encountered a parabola before. Think about it how many times have you been going

More information

Descriptive Statistics (And a little bit on rounding and significant digits)

Descriptive Statistics (And a little bit on rounding and significant digits) Descriptive Statistics (And a little bit on rounding and significant digits) Now that we know what our data look like, we d like to be able to describe it numerically. In other words, how can we represent

More information