Solution: This is sampling without repetition and order matters. Therefore

Similar documents
It is important that you show your work. The total value of this test is 220 points.

1 = 3 2 = 3 ( ) = = = 33( ) 98 = = =

Final Exam, Math 6105

n r for the number. (n r)!r!

Math 127: Equivalence Relations

ALGEBRA: Chapter I: QUESTION BANK

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

2. Nine points are distributed around a circle in such a way that when all ( )

8.2 Union, Intersection, and Complement of Events; Odds

Cardinality. Hebrew alphabet). We write S = ℵ 0 and say that S has cardinality aleph null.

CS 3233 Discrete Mathematical Structure Midterm 2 Exam Solution Tuesday, April 17, :30 1:45 pm. Last Name: First Name: Student ID:

MA 524 Midterm Solutions October 16, 2018

and problem sheet 7

BRITISH COLUMBIA SECONDARY SCHOOL MATHEMATICS CONTEST, 2006 Senior Preliminary Round Problems & Solutions

CSE 21 Mathematics for Algorithm and System Analysis

CSE 20 DISCRETE MATH. Fall

Principle of Inclusion-Exclusion Notes

Chapter 1. Probability

Reading 14 : Counting

SOLUTIONS TO PROBLEM SET 5. Section 9.1

5 Symmetric and alternating groups

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

CIS 2033 Lecture 6, Spring 2017

MAT 243 Final Exam SOLUTIONS, FORM A

Problem Set 8 Solutions R Y G R R G

Solutions for the Practice Questions

Cardinality revisited

Chapter 1. The alternating groups. 1.1 Introduction. 1.2 Permutations

Problem Set 8 Solutions R Y G R R G

March 5, What is the area (in square units) of the region in the first quadrant defined by 18 x + y 20?

Modular Arithmetic. Kieran Cooney - February 18, 2016

Solutions for the Practice Final

Jong C. Park Computer Science Division, KAIST

Counting. Chapter 6. With Question/Answer Animations

12. 6 jokes are minimal.

Practice Midterm 2 Solutions

1.6 Congruence Modulo m

Section Summary. Permutations Combinations Combinatorial Proofs

Math 3560 HW Set 6. Kara. October 17, 2013

Carmen s Core Concepts (Math 135)

Permutation group and determinants. (Dated: September 19, 2018)

KenKen Strategies. Solution: To answer this, build the 6 6 table of values of the form ab 2 with a {1, 2, 3, 4, 5, 6}

Topics to be covered

9.5 Counting Subsets of a Set: Combinations. Answers for Test Yourself

Removing the Fear of Fractions from Your Students Thursday, April 16, 2015: 9:30 AM-10:30 AM 157 A (BCEC) Lead Speaker: Joseph C.

Week 1: Probability models and counting

MC215: MATHEMATICAL REASONING AND DISCRETE STRUCTURES

Compound Probability. Set Theory. Basic Definitions

DVA325 Formal Languages, Automata and Models of Computation (FABER)

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

Fermat s little theorem. RSA.

MATHEMATICS 152, FALL 2004 METHODS OF DISCRETE MATHEMATICS Outline #10 (Sets and Probability)

Discrete Structures Lecture Permutations and Combinations

29. Army Housing (a) (b) (c) (d) (e) (f ) Totals Totals (a) (b) (c) (d) (e) (f) Basketball Positions 32. Guard Forward Center

Chapter 6.1. Cycles in Permutations

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

17. Symmetries. Thus, the example above corresponds to the matrix: We shall now look at how permutations relate to trees.

Math 1111 Math Exam Study Guide

Permutation Groups. Every permutation can be written as a product of disjoint cycles. This factorization is unique up to the order of the factors.

Chapter 2. Permutations and Combinations

MATH 135 Algebra, Solutions to Assignment 7

Algorithmic Number Theory and Cryptography (CS 303)

Two congruences involving 4-cores

Lecture 2: Sum rule, partition method, difference method, bijection method, product rules

Two-person symmetric whist

The congruence relation has many similarities to equality. The following theorem says that congruence, like equality, is an equivalence relation.

Caltech Harvey Mudd Mathematics Competition February 20, 2010

Remember that represents the set of all permutations of {1, 2,... n}

Applications of Fermat s Little Theorem and Congruences

COUNTING AND PROBABILITY

Olympiad Combinatorics. Pranav A. Sriram

ECE313 Summer Problem Set 4. Reading: RVs, mean, variance, and coniditional probability

Math 1111 Math Exam Study Guide

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

CSCI 2200 Foundations of Computer Science (FoCS) Solutions for Homework 7

Sec$on Summary. Permutations Combinations Combinatorial Proofs

With Question/Answer Animations. Chapter 6

Multiple Choice Questions for Review

Edge-disjoint tree representation of three tree degree sequences

Chapter 1 out of 37 from Discrete Mathematics for Neophytes: Number Theory, Probability, Algorithms, and Other Stuff by J. M. Cargal.

CS100: DISCRETE STRUCTURES. Lecture 8 Counting - CH6

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

Discrete mathematics

Today s Topics. Sometimes when counting a set, we count the same item more than once

Solutions to Exercises Chapter 6: Latin squares and SDRs

PUTNAM PROBLEMS FINITE MATHEMATICS, COMBINATORICS

UCSD CSE 21, Spring 2014 [Section B00] Mathematics for Algorithm and System Analysis

Math 42, Discrete Mathematics

Math236 Discrete Maths with Applications

Squares and Square roots

The probability set-up

Introduction to Modular Arithmetic

Solutions to Problem Set 7

Team Round University of South Carolina Math Contest, 2018

Permutations and Combinations

Counting in Algorithms

Rational Points On Elliptic Curves - Solutions. (i) Throughout, we ve been looking at elliptic curves in the general form. y 2 = x 3 + Ax + B

The study of probability is concerned with the likelihood of events occurring. Many situations can be analyzed using a simplified model of probability

1. The empty set is a proper subset of every set. Not true because the empty set is not a proper subset of itself! is the power set of A.

Number Theory. Konkreetne Matemaatika

Transcription:

June 27, 2001 Your name It is important that you show your work. The total value of this test is 220 points. 1. (10 points) Use the Euclidean algorithm to solve the decanting problem for decanters of sizes 1317 and 1075. In other words, find integers x and y such that gcd(1317, 1075) = 1317x + 1075y. Solution: Use repeated division, etc. to find that x = 422 and y = 517. 2. (15 points) Prove by mathematical induction the formula for sum of the cubes of the first n positive integers: 1 3 + 2 3 + 3 3 + + n 3 = (n(n + 1)/2) 2. In other words, the sum of the cubes of the first n positive integers is the square of the sum of the first n positive integers. Write down explicitly the first five equations. Solution: The proposition is P (n) : 1 3 + 2 3 + 3 3 + + n 3 = (n(n + 1)/2) 2. Thus P (1) is 1 3 = ( ( 1)(1 + 1)/2)2 = 1. Next assume that P (n) is true for some positive integer n. Then, to prove P (n + 1), consider the left side of P (n + 1). 1 3 + 2 3 + 3 3 + + n 3 + (n + 1) 3 = (n(n + 1)/2) 2 + (n + 1) 3 ( ) n = (n + 1) 2 2 4 + n + 1 = 1 4 (n + 1)2 (n 2 + 4n + 4) = 1 4 [(n + 1)2 (n + 2) 2 ] = [(n + 1)(n + 2)/2] 2 so the inductive step is satisfied. Therefore, but mathematical induction, the P (n) is true for all positive integers n. 3. (18 points) Let S = {1, 2, 3, 4, 5, 6, 7, 8, 9} be the set of nonzero digits. Let D denote the set of all three-digit numbers that can be built using the elements of S as digits and allowing repetition of digits. (a) What is D? Solution: This is sampling with repetition and order matters. Therefore there are E 9 3 = 9 3 = 729. (b) How many elements of D have three different digits? Solution: This is sampling without repetition and order matters. Therefore there are P 9 3 = 6!/(9 3)! = 504. 1

(c) How many elements of D are multiples of 99? Solution: List them. All the positive multiples of 99 less than 1000 use nonzero digits except 990, so the answer is 8. (d) How many elements of D are multiples of 3? Solution: Oddly, this number is just one third the size of D, so there are 243 such numbers. The best way to see this is to note that there are 3 digits in each of the categories x 0( mod 3), x 1( mod 3), x 2( mod 3), and arguing a number with three digits from just one category or a number whose three digits are all in different categories will work. There are 3 3 3 of the first type and 6 3 3 of the second. (e) How many elements of D have exactly two different digits? Solution: There must be two of one digit and one of the other. So, pick the duplicated digit in one of 9 ways, then pick the other digit in one of eight ways. Then select two locations for the duplicated digit ( ) 3 2 = 3 ways. The final count is 9 2 8 = 144. (f) How many even numbers belong to D? Solution: Exactly four ninth s of D are even numbers, 324. 4. (20 points) Let U = {1, 2, 3, 4, 5, 6, 7, 8, 9} be the universal set. Let S = {1, 2, 3, 4, 5, 6} and T = {6, 7, 8, 9}. Find each of the following numbers. (a) How many subsets does U have? Solution: Since U has 9 elements, it has 2 9 subsets. (b) How many 5-element subsets does U have? Solution: This is just the number of ways to pick 5 objects from a 9-element set, ( ) 9 5 = C 9 5 = 126. (c) How many subsets A of U satisfy A S = 4 and A T = 2? Give an example of such a set with 6 as a member and one that does not have 6 as a member. Solution: There are two types, those with 6 and those without. If 6 A, we can pick 3 more members of S and one more in T in 10 3 = 30 ways. If 6 in not in A, we must choose 4 elements from S and then 2 from T. This can be done in ( ( ) 5 4) 3 2 = 15. The total is therefore 45 such sets. (d) How many subsets of U have an even number of elements? Solution: Half the subsets of U have an even number of elements. (e) What is the cardinality of U U (S T )? Solution: 81 24 = 57 5. (30 points) Let A = {1, 2, 3, 4}. 2

(a) How many relations on A are there? Solution: 2 16 = 65536 (b) Find a relation R on A that has exactly 3 ordered pair members and is both symmetric and antisymmetric. 1 0 0 0 0 1 0 0 Solution: The matrix is the matrix of a symmetric and 0 0 1 0 0 0 0 0 antisymmetric relation. (c) Prove that every relation R on A with 15 ordered pair members is not transitive. Solution: Suppose such a relation is transitive and (x, y) is the ordered pair that does not belong to R. Take z different from x and y. Then xrz and zry together with transitivity imply that xry, a contradiction. (d) Find an equivalence relation R on A that has exactly 10 elements. Solution: The matrix below is that of a ten member equivalence relation. 0 0 0 1 (e) Find a transitive, non-reflexive, non-symmetric, non-antisymmetric relation R on A that has exactly 6 elements. Solution: The matrix below is that of such a relation. 0 0 0 0. 0 0 0 0 (f) How many relations R on A have exactly seven ordered pair members? How many of these have exactly one loop? How many of these have exactly two loops? Solution: There are 16 positions in the matrix to be determined. There are ( ) 16 7 = 11440 ways to choose these seven positions. The number with exactly one loop is ( ( ) 4 1) 12 6 = 4 924 = 3696. 6. (20 points) (a) Prove that the intersection of two transitive relations on the set A is also transitive. Solution: Let R and S be transitive relations on the set A. To prove that R S is also transitive, suppose xr Sy and yr Sz. Then xrz and xsz because each of the relations is transitive. Hence xr Sz. Thus R S is transitive. 3

(b) Prove that the union of two symmetric relations on the set A is also symmetric. Solution: Let R and S be symmetric relations on the set A. To prove that R S is also symmetric, suppose xr Sy. Then xry or xsy by the meaning of union. Since R and S are both symmetric, it follows that either yrx or ysx. But this is just what is needed to prove that yr Sx. Thus R S is symmetric. (c) Prove that the compliment R of a symmetric relation R on the set A is symmetric. Solution: Suppose R is symmetric. To prove R is symmetric, we use the definition of symmetry. Suppose xry. Then (x, y) does not belong to R. If (y, x) belongs to R, then by symmetry of R, the ordered pair (x, y) would have to belong as well. Therefore (y, x) does not belong to R. But this means that (y, x) does belong to R. Thus R is symmetric, by the definition of symmetry. (d) Give an example that shows that the union of two antisymmetric relations on the set A need not be antisymmetric. Solution: The two matrices below come from antisymmetric relations, but the union of the two is not antisymmetric. ( 0 1 0 0 ), ( 0 0 1 0 ) 7. (20 points) Let Z denote the set of all integers. Define R on Z by xry if x y is a multiple of 5 (note that 0 is a multiple of 5). Which of the following properties does R satisfy? Give reasons for each answer. The reason is roughly four times the value of the correct yes-no answer. (a) reflexivity Solution: This follows from the fact that 0 is a multiple of 5. (b) symmetry Solution: If x y is a multiple of 5, then y x is also a multiple of 5. (c) transitivity Solution: If x y and y z are both multiples of 5 then so is their sum x y + (y z) = x z. (d) antisymmetry Solution: The relation is not antisymmetric because 2R7 7R2 but 2 7. (e) Find the cells of R. Is R an equivalence relation? Solution: Yes, R is an equivalence relation and the cells of R partition the integers. [0] = {0, ±5, ±10, ±15,...} [1] = {1, 1 + ±5, 1 + ±10, 1 + ±15,...} 4

[2] = {2, 2 + ±5, 2 + ±10, 2 + ±15,...} [3] = {3, 3 + ±5, 3 + ±10, 3 + ±15,...} [4] = {4, 4 + ±5, 4 + ±10, 4 + ±15,...} 8. (20 points) Bridge hands. A 13-card bridge hand is a set of 13 playing cards selected from a deck of 52 ordinary playing cards (there are four suits each with 13 denominations). (a) How many 13-card bridge hands are there altogether? Solution: ( ) 52 13 = 635013559600. (b) How many 13-card bridge hands consist of five hearts, four clubs, and four spades? Solution: ( ) ( ) ( ) 13 5 13 4 13 4 = 1287 715 715 = 657946575. (c) How many 13-card bridge hands consist entirely of hearts and spades? Solution: ( ) 26 13 = 10400600. (d) How many 13-card bridge hands have distribution 5 4 3 1? Solution: First you must select the suits to have 5, 4, 3, and 1 cards in, then pick the right number of cards from that suit: P4 4 (13 ) ( ) ( ) 5 13 4 13 3 ) = 24 1287 715 286 13 = 82111732560. ( 13 1 (e) How many 13-card bridge hands have exactly two suits represented? Solution: There are ( ) 26 13 = 10400600 hands consisting only of hearts and spades, and there are ( ) 4 2 = 6 ways to pick a pair of suits, but the all heart hand gets triple counted, so we must subtract 4 2 = 8 from our total to get 6 10400600 8 = 62403592. 9. (15 points) Find the base 9 representation of each of the following numbers. (a) 2001 Solution: Repeated division gets 2001 = 2663 9. (b) 3 9 + 3 7 + 3 5 + 3 3 + 1 Solution: Repeatedly rewrite the expression as follows: 3 9 + 3 7 + 3 5 + 3 3 + 1 = 3 3 8 + 3 3 6 + 3 3 4 + 3 3 2 + 1 = 3 9 4 + 3 9 3 + 3 9 2 + 3 9 + 1 = 33331 9 (c) 4 27 3 + 2 27 2 + 19 27 1 Solution: Repeatedly rewrite the expression as follows: 4 27 3 + 2 27 2 + 19 27 1 = 4 3 9 + 2 3 6 + 19 3 3 = 12 9 4 + 2 9 3 + 19 3 9 2 5

= 9 9 4 + 3 9 4 + 2 9 3 + 57 9 2 = 1 9 5 + 3 9 4 + 2 9 3 + 6 9 9 2 + 3 9 2 = 132000.63 9 (d) Explain how you can find the base 9 representation of a base 3 numeral without converting it into a decimal first. Solution: You can group the digits in pairs starting at the radix point. Convert each base 3 pair into its equivalent base 9 digit. For example the number 122021 3 is transformed into 567 9 because 12 3 = 5 9 ; 20 3 = 6 9 ; and 21 3 = 7 9. 10. (20 points) Recall that a Yahtzee Roll is a roll of five indistinguishable dice. (a) How many different Yahtzee Rolls are possible? Solution: The answer is Y5 6 = ( ) 6+5 1 5 = 252. (b) Each Yahtzee Roll has a pattern, ie, a string of letters that describes the number of duplicates that appear. For example, we might say the rolls {2, 2, 3, 3, 4} and {1, 3, 4, 3, 1} both have the pattern aabbc. How many different patterns are there? Solution: There are seven patterns. See below for the list. (c) For each pattern in (b), find the number of Yahtzee rolls. Solution: The patterns seven are aaaaa, aaaab, aaabb, aaabc, aabbc, aabcd, and abcde. The number of rolls for each of these is i. aaaaa: 6 ii. aaaab: 30 iii. aaabb: 30 iv. aaabc: 60 v. aabbc: 60 vi. aabcd: 60 vii. abcde: 6, for a total of 6 + 30 + 30 + 60 + 60 + 60 + 6 = 252. 11. (10 points) What is the smallest positive integer multiple of 99 that has exactly 16 positive integer divisors? Recall that the number of divisors of 2 i 3 j 5 k 7 m, for example, is (i + 1)(j + 1)(k + 1)(m + 1). Solution: It should be a number of the form p i 3 j 11, where j 2 and (i + 1)(j + 1)2 = 16, so try 2 3 3 11 = 594. 12. (12 points) Let I = [0, 1], the unit interval of real numbers. Let J = [0, 1] [0, 1] [0, 1], the unit cube in 3-space. Define a mapping of I onto J that is one-to-one. Show that your mapping is onto. Solution: If x [0, 1] has representation x =.x 1 x 2 x 3..., where the x i are digits, define f(x) to be the triplet (.x 1 x 4 x 7...,.x 2 x 5 x 8...,.x 3 x 6 x 9...). There is 6

a problem with dual representation of numbers whose decimal representations end in zeros, but we will not attempt to overcome this problem. Sidestepping this problem, we can prove that the function f defined above is both one-to-one and onto. 13. (10 points) Show that the set A = {2, 4, 6, 8,...} of positive even integers is equivalent (in the sense of Cantor) to the set Z of all integers. The important part of this problem is to define the bijection between the two sets and to show that it is both 1-1 and onto. Solution: Define a function f : Z A by 4n + 2 if n 0 f(x) = 4n if n < 0 Thus f(0) = 2, f( 1) = 4, f(1) = 6, f( 2) = 8 and f(2) = 10. Clearly f(n) A for each n Z. To see that f is one-to-one, suppose m < n are integers. We need to show that f(m) f(n). If both m and n are nonnegative, then f(m) = 4m+2 < 4n+2 = f(n). If both are negative, then fm) = 4m > 4n = f(n). If m is negative and n is positive, then f(m) is divisible by 4 and f(n) is not. To see that f is onto, let b A. Then either b 0( mod 4) or b 2( mod 4). If b 0( mod 4), then f( b/4) = 4( b/4) = b and if b 2( mod 4), then f( b 2 b 2 ) = 4( ) + 2 = b, so f is onto. This completes the 4 4 proof. 7