Work easier problems first. Write out your plan for harder problems before beginning them.

Size: px
Start display at page:

Download "Work easier problems first. Write out your plan for harder problems before beginning them."

Transcription

1 Notes:??? Form R 1 of 7 Directions: For multiple choice (A, B, C, etc.), circle the letter of the best choice. For TRUE/FALSE, circle the word TRUE or the word FALSE. When a list of choices is given for a fill-in-the-blank, circle the word or phrase you feel most appropriately matches the surrounding sentence. Otherwise follow the directions given. I would prefer answers be left as an unevaluated formula than a giant number of any accuracy. I m not testing your ability to type into the calculator and copy the answer back off, after all, but rather your ability to use the correct formula(s) for the situation and fill in the main variables to get it started. Work easier problems first. Write out your plan for harder problems before beginning them. 1) Meg decides to throw her 10-year-old daughter Sue a birthday party and allows her to invite 15 friends to the house. Meg purchases 25 red balloons for the children, since red is Sue s favorite color. In how many ways can the balloons be distributed to the children at the birthday party (including Sue), assuming that no child should go home without a balloon? 2) An English professor has chosen five novels for a course in contemporary literature. Each student must choose to write an analysis of at least one of the novels. Extra credit will be given for every additional analysis. There are six students enrolled in the class. What is the number of ways the students can submit reports? 3) I have a bowl of identical candy bars. Four young trick-or-treaters have just knocked on my door and are holding their bags out for some candy. If I grab six candy bars from my bowl, in how many ways can I distribute all six of them? Give two answers: (a) I will try to be fair (b) I need not be fair. 4) The people in charge of a raffle are going to give out four prize bags to the raffle winners. They want to make sure that each prize bag contains at least one of the 11 gift certificates for a department store. In how many ways can the prize bags be prepared, assuming that all the gift certificates are of the same monetary value?

2 Notes:??? Form R 2 of 7 5) Use Theorem 7.22 on multiplying generating functions to find the coefficients of the following generating function. Simplify as far as possible. k k 8ÿ 8ÿ 3 k z 3 k z k 0 k 0 6) Use Newton s binomial theorem to expand the following into a power series: ˆ z 2 7) Mary made three dozen identical homemade chocolate chip cookies and is going to distribute them to four families in her neighborhood. Each family must receive at least six cookies. The Landers family cannot receive more than seven cookies because the mother does not want her family eating too many sweets. Mary also knows that there are many children in the Johnson family, so she wants to give them an ample supply of cookies. There are seven people in this family, and Mary wants to make sure that each family member gets at least two cookies. In how many ways can Mary distribute the chocolate chip cookies to the four neighborhood families? (Of course you should use generating functions in your solution strategy.)

3 8) Recall Example 7.4. Notes:??? Form R 3 of 7 i) Use pseudocode to write a recursive algorithm for calculating the sum of the first n non-negative integers. You may assume that n will never be less than 0. ii) Does this algorithm use tail-end recursion? (Shouldn t it?) iii) Use pseudocode to write a non-recursive algorithm for calculating the sum of the first n nonnegative integers. 9) Solve the following recurrence relation. (No, I don t want to know what all the numbers are, I want you to find a closed-form formula). a 0 7 and a n pn ` 1qa n 1, n ě 1

4 Notes:??? Form R 4 of 7 10) The following algorithm takes an unsorted list of positive integers, along with two integers x and y. It returns the largest number, z, in the list such that either z x y or z y x is true. It returns 0 if no such z exists. The algorithm assumes that the list size, n, is a power of 2 with n ě 1. 1 : integer xymax(x,y,ta 0, a 1,..., a n 1 u) 2 : if n == 1 3 : if (a x 0 == y) or (ay 0 == x) 4 : return a 0 5 : else 6 : return 0 7 : 8 : # process the left half 9 : 10 : m 1 = xymax(x,y,ta 0,..., a t n 2 u 1u) 11 : 12 : # process the right half 13 : 14 : m 2 = xymax(x,y,ta t n 2 u,..., a n 1 u) 15 : 16 : # find the largest 17 : 18 : max = m 1 19 : if m 2 ą max 20 : max = m 2 21 : 22 : return max 23 : end xymax i) What is the recurrence relation that counts the number of comparisons for this algorithm? (The critical steps are at lines 2, 3, and 19.) ii) What is a good big-θ reference function for algorithmxymax?

5 Notes:??? Form R 5 of 7 11) Find a closed-form formula for the following linear homogeneous recurrence relation with constant coefficients. Do not round off or use calculator approximations: use exact arithmetic! a 0 2, a 1 2, and a n 2a n 1 ` 15a n 2, n ě 2 Bonus Problems: 12) Repeat Quick Check 7.1 (page 338) but in line 14 ofsubsetsum, always choose the smallest element of W. i) Diagram of recursive invocations: ii) Which strategy (largest element as in the original Quick Check or smallest element as here) seems better? (Explain your answer.)

6 Notes:??? Form R 6 of 7 13) Find a closed-form formula for this following linear homogeneous recurrence relation with constant coefficients. Do not round off or use calculator approximations: use exact arithmetic! a 0 4, a 1 3, a 2 0, and a n 3a n 1 3a n 2 a n 3, n ě 3 14) A library has four identical display cases that are used to promote new acquisitions. This month, the librarians wish to promote nine books. They do not want any empty display cases. In how many ways can the books be displayed?

7 Notes:??? Form R 7 of 7 15) Find theθperformance of algorithms with the given recurrence relations. i) f p1q 11 and f pnq 2 f ` n 4 ` 1 log 4 4 pnq ii) f p1q 1 and f pnq f ` n 5 ` 2? n 16) Use a generating function approach to solve the following recurrence relation: a 0 2, a 1 2, and a n 2a n 1 ` 15a n 2, n ě 2

Fall 2017 Test II review problems

Fall 2017 Test II review problems Fall 2017 Test II review problems Dr. Holmes October 18, 2017 This is a quite miscellaneous grab bag of relevant problems from old tests. Some are certainly repeated. 1. Give the complete addition and

More information

Franklin Math Bowl Algebra I All answers are presented accurate to three decimal places unless otherwise noted. Good luck! c.

Franklin Math Bowl Algebra I All answers are presented accurate to three decimal places unless otherwise noted. Good luck! c. Franklin Math Bowl Algebra I 2009 All answers are presented accurate to three decimal places unless otherwise noted. Good luck! 1. Assuming that x 2 5x + 6 0, simplify x2 6x+9 x 2 5x+6. a. 3 x 2 b. x 2

More information

Amy's Halloween Secret

Amy's Halloween Secret Amy's Halloween Secret Amy's Halloween Secret by ReadWorks It was almost October 31, and Amy was excited. Halloween was her favorite day of the year. She found it more fun than Christmas, because she got

More information

1 True/False. Math 10B with Professor Stankova Worksheet, Discussion #9; Thursday, 2/15/2018 GSI name: Roy Zhao

1 True/False. Math 10B with Professor Stankova Worksheet, Discussion #9; Thursday, 2/15/2018 GSI name: Roy Zhao Math 10B with Professor Stankova Worksheet, Discussion #9; Thursday, 2/15/2018 GSI name: Roy Zhao 1 True/False 1. True False When we solve a problem one way, it is not useful to try to solve it in a second

More information

Name Period Date MATHLINKS GRADE 8 STUDENT PACKET 5 EXPRESSIONS AND EQUATIONS 2

Name Period Date MATHLINKS GRADE 8 STUDENT PACKET 5 EXPRESSIONS AND EQUATIONS 2 Name Period Date 8-5 STUDENT PACKET MATHLINKS GRADE 8 STUDENT PACKET 5 EXPRESSIONS AND EQUATIONS 2 5.1 Cups and Counters Expressions Use variables in expressions. Use the distributive property. Use the

More information

The Basics: Twenty-Seven Problems

The Basics: Twenty-Seven Problems The Basics: Twenty-Seven Problems Keone Hon 1 Problems 1. The measure of an angle is 3 times the measure of its complement. Find the measure of the angle in degrees.. Three calculus books weigh as much

More information

3.6 Equations and Fractions

3.6 Equations and Fractions .6 Equations and Fractions EQUATIONS INVOLVING THE MULTIPLICATION OF FRACTIONS In Section 1.5 you learned how to solve equations involving multiplication. Let s take a look at an example as a reminder.

More information

Semester 2 Final Exam Review Guide for AMS I

Semester 2 Final Exam Review Guide for AMS I Name: Semester 2 Final Exam Review Guide for AMS I Unit 4: Exponential Properties & Functions Lesson 1 Exponent Properties & Simplifying Radicals Products of Powers: when two powers with the same base

More information

MATH 021 TEST 3 REVIEW SHEET

MATH 021 TEST 3 REVIEW SHEET TO THE STUDENT: MATH 021 TEST 3 REVIEW SHEET This Review Sheet gives an outline of the topics covered on Test 3 as well as practice problems. Answers for all problems begin on page 8. In several instances,

More information

Grade 6 Math Circles November 17, 2010 Sequences

Grade 6 Math Circles November 17, 2010 Sequences 1 University of Waterloo Faculty of Mathematics Centre for Education in Mathematics and Computing Grade 6 Math Circles November 17, 2010 Sequences Sequences A list of numbers or objects in which all terms

More information

True/False. Math 10B with Professor Stankova Worksheet, Midterm #1; Friday, 2/16/2018 GSI name: Roy Zhao

True/False. Math 10B with Professor Stankova Worksheet, Midterm #1; Friday, 2/16/2018 GSI name: Roy Zhao Math 10B with Professor Stankova Worksheet, Midterm #1; Friday, 2/16/2018 GSI name: Roy Zhao True/False 1. True False Among the problems we considered in class, a multi-stage process can be encoded (and

More information

LETTER TO PARENTS SCIENCE NEWS. Dear Parents,

LETTER TO PARENTS SCIENCE NEWS. Dear Parents, LETTER TO PARENTS Cut here and paste onto school letterhead before making copies. Dear Parents, SCIENCE NEWS Our class is beginning a new science unit using the FOSS Earth Materials Module. We will investigate

More information

Unit 1: Number System Fluency

Unit 1: Number System Fluency Unit 1: Number System Fluency Choose the best answer. 1. Represent the greatest common factor of 36 and 8 using the distributive property. 36 + 8 = A 4 x (9 + 2) C 8 x (5+2) B 2 x (18+4) D 11 x (3+1) 2.

More information

4. Suppose that we roll two die and let X be equal to the maximum of the two rolls. Find P (X {1, 3, 5}) and draw the PMF for X.

4. Suppose that we roll two die and let X be equal to the maximum of the two rolls. Find P (X {1, 3, 5}) and draw the PMF for X. Math 10B with Professor Stankova Worksheet, Midterm #2; Wednesday, 3/21/2018 GSI name: Roy Zhao 1 Problems 1.1 Bayes Theorem 1. Suppose a test is 99% accurate and 1% of people have a disease. What is the

More information

2 Introduction to Variables

2 Introduction to Variables www.ck12.org CHAPTER 2 Introduction to Variables Chapter Outline 2.1 VARIABLE EXPRESSIONS 2.2 PATTERNS AND EXPRESSIONS 2.3 COMBINING LIKE TERMS 2.4 THE DISTRIBUTIVE PROPERTY 2.5 ADDITION AND SUBTRACTION

More information

Grade 4 2nd three months in school

Grade 4 2nd three months in school ID : ae-4-2nd-three-months-in-school [1] Grade 4 2nd three months in school For more such worksheets visit www.edugain.com Answer the questions (1) If 16 kg of corn is required to make food for 688 people,

More information

SOLVING LINEAR INEQUALITIES

SOLVING LINEAR INEQUALITIES Topic 15: Solving linear inequalities 65 SOLVING LINEAR INEQUALITIES Lesson 15.1 Inequalities on the number line 15.1 OPENER Consider the inequality x > 7. 1. List five numbers that make the inequality

More information

CMPSCI 611 Advanced Algorithms Midterm Exam Fall 2015

CMPSCI 611 Advanced Algorithms Midterm Exam Fall 2015 NAME: CMPSCI 611 Advanced Algorithms Midterm Exam Fall 015 A. McGregor 1 October 015 DIRECTIONS: Do not turn over the page until you are told to do so. This is a closed book exam. No communicating with

More information

University of Houston High School Mathematics Contest Algebra II Exam Spring 2012

University of Houston High School Mathematics Contest Algebra II Exam Spring 2012 KEY FOR GRADERS (Letter answers only are included her Detailed solutions can be found in a separate document.) University of Houston High School Mathematics Contest Algebra II Exam Spring 01 Letter Answers

More information

Folktales. Adventures in Reading: Family Literacy Bags from Reading Rockets

Folktales. Adventures in Reading: Family Literacy Bags from Reading Rockets s Contents: Two books one fiction, one nonfiction Parent information sheet Three activity Sheets Bookmark Parent survey ADVENTURES IN READING : FOLKTALES for teachers and librarians This Activity Packet

More information

CHAPTER 5: ALGEBRA CHAPTER 5 CONTENTS

CHAPTER 5: ALGEBRA CHAPTER 5 CONTENTS CHAPTER 5: ALGEBRA Image from www.coolmath.com CHAPTER 5 CONTENTS 5. Introduction to Algebra 5. Algebraic Properties 5. Distributive Property 5.4 Solving Equations Using the Addition Property of Equality

More information

F 99 Final Quiz Solutions

F 99 Final Quiz Solutions Massachusetts Institute of Technology Handout 53 6.04J/18.06J: Mathematics for Computer Science May 11, 000 Professors David Karger and Nancy Lynch F 99 Final Quiz Solutions Problem 1 [18 points] Injections

More information

Unit 4: Inequalities. Inequality Symbols. Algebraic Inequality. Compound Inequality. Interval Notation

Unit 4: Inequalities. Inequality Symbols. Algebraic Inequality. Compound Inequality. Interval Notation Section 4.1: Linear Inequalities Section 4.2: Solving Linear Inequalities Section 4.3: Solving Inequalities Applications Section 4.4: Compound Inequalities Section 4.5: Absolute Value Equations and Inequalities

More information

Trick or Treat UNIT 19 FICTION. #3893 Nonfiction & Fiction Paired Texts 100 Teacher Created Resources

Trick or Treat UNIT 19 FICTION. #3893 Nonfiction & Fiction Paired Texts 100 Teacher Created Resources FICTION Trick or Treat Hurry, children. It s almost time to go! Nancy took one last look in the mirror. She liked her costume. She was a cat for Halloween. Her shirt and pants were both black. Her mother

More information

Sequences and Summations ICS 6D. Prof. Sandy Irani

Sequences and Summations ICS 6D. Prof. Sandy Irani Sequences and Summations ICS 6D Prof. Sandy Irani Test Poll What is your favorite flavor of ice cream? A) Vanilla B) Chocolate C) Moose Tracks D) Mint Chocolate Chip E) None of the above Sequences A sequence

More information

FINAL REVIEW MATH 6 STUDENT NAME MATH TEACHER

FINAL REVIEW MATH 6 STUDENT NAME MATH TEACHER FINAL REVIEW MATH 6 STUDENT NAME MATH TEACHER ** As you go through this review packet, be sure to show all work as you have done throughout the school year. Remember- NO WORK NO CREDIT ** REAL NUMBERS,

More information

Chapter Three: Translations & Word Problems

Chapter Three: Translations & Word Problems Chapter Three: Translations & Word Problems Index: A: Literal Equations B: Algebraic Translations C: Consecutive Word Problems D: Linear Word Problems Name: Date: Period: Algebra I Literal Equations 3A

More information

Pre-Junior Certificate Examination, Mathematics. Paper 1 Ordinary Level Time: 2 hours. 300 marks. For examiner Question Mark Question Mark

Pre-Junior Certificate Examination, Mathematics. Paper 1 Ordinary Level Time: 2 hours. 300 marks. For examiner Question Mark Question Mark J.17 NAME SCHOOL TEACHER Pre-Junior Certificate Examination, 016 Name/vers Printed: Checked: To: Updated: Name/vers Complete ( Paper 1 Ordinary Level Time: hours 300 marks For examiner Question Mark Question

More information

Chapter 9: Apportionment

Chapter 9: Apportionment Chapter 9: Apportionment Apportionment involves dividing something up, just like fair division. In fair division we are dividing objects among people while in apportionment we are dividing people among

More information

C. I. Quizzes Fifth Grade Math

C. I. Quizzes Fifth Grade Math C. I. Quizzes Fifth Grade Math Test 1 1. Continue the pattern and explain the rule. (I.A.) 2, 3, 5, 8, 12, 17, 23, 2. Illustrate and explain the meaning of 5.25. (II.A.) 3. Sara found a pair of shoes

More information

CS 2336 Discrete Mathematics

CS 2336 Discrete Mathematics CS 2336 Discrete Mathematics Lecture 8 Counting: Permutations and Combinations 1 Outline Definitions Permutation Combination Interesting Identities 2 Definitions Selection and arrangement of objects appear

More information

Homework assignment 1: Solutions

Homework assignment 1: Solutions Math 240: Discrete Structures I Due 4:30pm Friday 29 September 2017. McGill University, Fall 2017 Hand in to the mailbox at Burnside 1005. Homework assignment 1: Solutions Discussing the assignment with

More information

Section 5: Ratios and Proportions

Section 5: Ratios and Proportions Section 5: Ratios and Proportions 5. Ratios There are several ways of comparing the sizes of similar quantities. A bar of chocolates was divided into 2 pieces. Ramani ate pieces and Dilan ate the remaining

More information

GRE. Advanced GRE Math Questions

GRE. Advanced GRE Math Questions Advanced GRE Math Questions Quantitative Arithmetic 1. What is the sum of all integers x, such that 7 < x 5? 7 7 6 6 7 1. C Quantitative Fractions and Ratios 1. The current ratio of boys to girls at a

More information

Name Period Date DRAFT

Name Period Date DRAFT Name Period Date Equations and Inequalities Student Packet 4: Inequalities EQ4.1 EQ4.2 EQ4.3 Linear Inequalities in One Variable Add, subtract, multiply, and divide integers. Write expressions, equations,

More information

Name: Class: Date: 1. Answer the question with an algebraic expression, using the suggested variable.

Name: Class: Date: 1. Answer the question with an algebraic expression, using the suggested variable. 1. Answer the question with an algebraic expression, using the suggested variable. Trey earns D dollars per hour. Monique earns $5 per hour more than Trey. How much does Monique earn per hour? $ a. b.

More information

Halloween. October 31 st - the scariest night of the year!

Halloween. October 31 st - the scariest night of the year! Halloween October 31 st - the scariest night of the year! Halloween Halloween is celebrated on 31 st October every year. The tradition of Halloween started in Ireland and is now popular in the United Kingdom

More information

Enter the missing numbers in the table to see if the baker is correct.

Enter the missing numbers in the table to see if the baker is correct. MATH Grade 4 Unit 1 2017-18 1 Select the statement that explains how the values of the numbers 6400 and 64000 are different. A 64000 is 1 times as large as 6400. B 64000 is 10 times as large as 6400. C

More information

In examples 1 to 3, write the correct answer from the given four options:

In examples 1 to 3, write the correct answer from the given four options: The word variable means something that can vary, i.e., change. The value of a variable is not fixed. We use a variable to represent a number and denote it by any letter such as l, m, n, p, x, y, z etc.

More information

Name: Mathematics 1C03

Name: Mathematics 1C03 Name: Student ID Number: Mathematics 1C03 Day Class Instructor: M. Harada Duration: 2.5 hours April 2018 McMaster University PRACTICE Final Examination This is a PRACTICE final exam. The actual final exam

More information

Discrete Mathematics and Probability Theory Summer 2014 James Cook Midterm 1 (Version B)

Discrete Mathematics and Probability Theory Summer 2014 James Cook Midterm 1 (Version B) CS 70 Discrete Mathematics and Probability Theory Summer 2014 James Cook Midterm 1 (Version B) Instructions: Do not turn over this page until the proctor tells you to. Don t write any answers on the backs

More information

CIE-USA/DFW. MathComp Grade questions. Time: One Hour

CIE-USA/DFW. MathComp Grade questions. Time: One Hour CIE-USA/DFW MathComp 2015 Grade 4 40 questions Time: One Hour Note: Make sure to write all your answers on the answer sheet. Only the answer sheet will be graded. Each question only has one correct answer.

More information

MCS 256 Discrete Calculus and Probability Exam 5: Final Examination 22 May 2007

MCS 256 Discrete Calculus and Probability Exam 5: Final Examination 22 May 2007 MCS 256 Discrete Calculus and Probability SOLUTIONS Exam 5: Final Examination 22 May 2007 Instructions: This is a closed-book examination. You may, however, use one 8.5 -by-11 page of notes, your note

More information

Section A Number Facts

Section A Number Facts Grade Play! Mathematics Answer Book Section A Number Facts Concept -digit Numbers. Study: In 0 there are 0 units (ones). In there are units (ones). 0 + The value of the. The value of the. ten + units or

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

Concepts in Statistics

Concepts in Statistics Concepts in Statistics -- A Theoretical and Hands-on Approach Statistics The Art of Distinguishing Luck from Chance Statistics originally meant the collection of population and economic information vital

More information

Generating Functions (Revised Edition)

Generating Functions (Revised Edition) Math 700 Fall 06 Notes Generating Functions (Revised Edition What is a generating function? An ordinary generating function for a sequence (a n n 0 is the power series A(x = a nx n. The exponential generating

More information

4th Grade Math Lesson Plan Unit 4.5A Lesson 1

4th Grade Math Lesson Plan Unit 4.5A Lesson 1 th Grade Math Lesson Plan Unit.A Teacher: Dates: Texas Essential Knowledge and Skills:. Algebraic Reasoning The student applies mathematical process standards to develop concepts of expressions and equations.

More information

Midterm. You may use a calculator, but not any device that can access the Internet or store large amounts of data.

Midterm. You may use a calculator, but not any device that can access the Internet or store large amounts of data. INST 737 April 1, 2013 Midterm Name: }{{} by writing my name I swear by the honor code Read all of the following information before starting the exam: For free response questions, show all work, clearly

More information

The Purpose of Hypothesis Testing

The Purpose of Hypothesis Testing Section 8 1A:! An Introduction to Hypothesis Testing The Purpose of Hypothesis Testing See s Candy states that a box of it s candy weighs 16 oz. They do not mean that every single box weights exactly 16

More information

ALGEBRA 1 FINAL EXAM 2006

ALGEBRA 1 FINAL EXAM 2006 Overall instructions: Your Name Teacher ALGEBRA FINAL EXAM 2006 There is a mix of easier and harder problems. Don t give up if you see some questions that you don t know how to answer. Try moving on to

More information

Name: Class: Date: ID: A. Find the mean, median, and mode of the data set. Round to the nearest tenth. c. mean = 9.7, median = 8, mode =15

Name: Class: Date: ID: A. Find the mean, median, and mode of the data set. Round to the nearest tenth. c. mean = 9.7, median = 8, mode =15 Class: Date: Unit 2 Pretest Find the mean, median, and mode of the data set. Round to the nearest tenth. 1. 2, 10, 6, 9, 1, 15, 11, 10, 15, 13, 15 a. mean = 9.7, median = 10, mode = 15 b. mean = 8.9, median

More information

Counting Methods. CSE 191, Class Note 05: Counting Methods Computer Sci & Eng Dept SUNY Buffalo

Counting Methods. CSE 191, Class Note 05: Counting Methods Computer Sci & Eng Dept SUNY Buffalo Counting Methods CSE 191, Class Note 05: Counting Methods Computer Sci & Eng Dept SUNY Buffalo c Xin He (University at Buffalo) CSE 191 Discrete Structures 1 / 48 Need for Counting The problem of counting

More information

Before Reading. Practice. rich prize spaceship Mars. race Earth astronauts broken. A. Fill in the blanks using the word list.

Before Reading. Practice. rich prize spaceship Mars. race Earth astronauts broken. A. Fill in the blanks using the word list. Before Reading Practice A. Fill in the blanks using the word list. astronauts race Mars prize spaceship broken rich rich prize spaceship Mars race astronauts broken The Planet Race 1 B. Draw a picture

More information

Explorers 5 Teacher s notes for the Comprehension Test: Aladdin

Explorers 5 Teacher s notes for the Comprehension Test: Aladdin Explorers 5 Teacher s notes for the Comprehension Test: Aladdin Do this test after you have read the whole book with the class. Ask the children to fill in their name and the date at the top of the page.

More information

Section 2.5 Ratios and Proportions

Section 2.5 Ratios and Proportions Section. Ratios and Proportions Objectives In this section, you will learn to: To successfully complete this section, you need to understand: Apply cross-multiplication to Simplifying fractions (R.) to

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. 12-13 Spring Semester Exam Review Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Answer the question. 1) In how many ways can you answer the

More information

CPSC 320 Sample Final Examination December 2013

CPSC 320 Sample Final Examination December 2013 CPSC 320 Sample Final Examination December 2013 [10] 1. Answer each of the following questions with true or false. Give a short justification for each of your answers. [5] a. 6 n O(5 n ) lim n + This is

More information

Applications of Mathematics

Applications of Mathematics Write your name here Surname Other names Edexcel GCSE Centre Number Candidate Number Applications of Mathematics Unit 2: Applications 2 For Approved Pilot Centres ONLY Higher Tier Friday 14 June 2013 Morning

More information

Patterns and relations Solving Equations Big Idea Learning Goals Essential Question Important Words

Patterns and relations Solving Equations Big Idea Learning Goals Essential Question Important Words Patterns and RELATIONS Solving Equations Chapter 2 Big Idea Developing and solving equations can help me solve problems. Learning Goals I can use words to show number relationships. I can use equations

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

Algebra Year 10. Language

Algebra Year 10. Language Algebra Year 10 Introduction In Algebra we do Maths with numbers, but some of those numbers are not known. They are represented with letters, and called unknowns, variables or, most formally, literals.

More information

Discrete Mathematics and Probability Theory Summer 2014 James Cook Final Exam

Discrete Mathematics and Probability Theory Summer 2014 James Cook Final Exam CS 70 Discrete Mathematics and Probability Theory Summer 2014 James Cook Final Exam Friday August 15, 2014, 5:10pm-8:10pm. Instructions: Do not turn over this page until the proctor tells you to. Don t

More information

Multiplication and Division

Multiplication and Division Multiplication and Division Learning From Home Workbook visit twinkl.com Year Programme of Study Multiplication and Division Statutory Requirements Activity Sheet Identify multiples and factors, including

More information

Discrete Mathematics and Probability Theory Fall 2017 Ramchandran and Rao Final Solutions

Discrete Mathematics and Probability Theory Fall 2017 Ramchandran and Rao Final Solutions CS 70 Discrete Mathematics and Probability Theory Fall 2017 Ramchandran and Rao Final Solutions CS 70, Fall 2017, Final Solutions 1 1. Discrete Math: True/False (2pts/part,9 parts. 18 points) 1. (True/False)

More information

Inequalities Chapter Test

Inequalities Chapter Test Inequalities Chapter Test Part 1: For questions 1-9, circle the answer that best answers the question. 1. Which graph best represents the solution of 8 4x < 4 A. B. C. D. 2. Which of the following inequalities

More information

Lecture 4: Counting, Pigeonhole Principle, Permutations, Combinations Lecturer: Lale Özkahya

Lecture 4: Counting, Pigeonhole Principle, Permutations, Combinations Lecturer: Lale Özkahya BBM 205 Discrete Mathematics Hacettepe University http://web.cs.hacettepe.edu.tr/ bbm205 Lecture 4: Counting, Pigeonhole Principle, Permutations, Combinations Lecturer: Lale Özkahya Resources: Kenneth

More information

Quiz 1 Solutions. Problem 2. Asymptotics & Recurrences [20 points] (3 parts)

Quiz 1 Solutions. Problem 2. Asymptotics & Recurrences [20 points] (3 parts) Introduction to Algorithms October 13, 2010 Massachusetts Institute of Technology 6.006 Fall 2010 Professors Konstantinos Daskalakis and Patrick Jaillet Quiz 1 Solutions Quiz 1 Solutions Problem 1. We

More information

Casting out Nines, and other kinds of Math Magic

Casting out Nines, and other kinds of Math Magic Casting out Nines, and other kinds of Math Magic Junior Level Math Circle September 30, 2012 1 An introduction Let s start by looking at a simple magic trick. Problem 1. Pick a number between 1 and 10.

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

Kansas City Area Teachers of Mathematics 2016 KCATM Math Competition NUMBER SENSE GRADE 6 NO CALCULATOR

Kansas City Area Teachers of Mathematics 2016 KCATM Math Competition NUMBER SENSE GRADE 6 NO CALCULATOR Kansas City Area Teachers of Mathematics 2016 KCATM Math Competition NUMBER SENSE GRADE 6 NO CALCULATOR INSTRUCTIONS Do not open this booklet until instructed to do so. Time limit: 20 minutes You may NOT

More information

UNIT 7 CCM6 and CCM6+ UNIT 7. Equations and Inequalities. CCM6 and CCM Unit 7 Vocabulary...2

UNIT 7 CCM6 and CCM6+ UNIT 7. Equations and Inequalities. CCM6 and CCM Unit 7 Vocabulary...2 UNIT 7 Equations and Inequalities CCM6 and CCM6+ 2015-16 Name: Math Teacher: Projected Test Date: Unit 7 Vocabulary.......2 Identify Equations/Expressions/Inequalities. 3-6 Identify Solutions to Equations

More information

University of New Mexico Department of Computer Science. Midterm Examination. CS 261 Mathematical Foundations of Computer Science Spring, 2010

University of New Mexico Department of Computer Science. Midterm Examination. CS 261 Mathematical Foundations of Computer Science Spring, 2010 University of New Mexico Department of Computer Science Midterm Examination CS 261 Mathematical Foundations of Computer Science Spring, 2010 Name: Email: Nothing is true. All is permitted - Friedrich Nietzsche.

More information

Part 1 will be selected response. Each selected response item will have 3 or 4 choices.

Part 1 will be selected response. Each selected response item will have 3 or 4 choices. Items on this review are grouped by Unit and Topic. A calculator is permitted on the Algebra 1 A Semester Exam. The Algebra 1 A Semester Exam will consist of two parts. Part 1 will be selected response.

More information

Egyptian Fractions: Part I

Egyptian Fractions: Part I Egyptian Fractions: Part I Prepared by: Eli Jaffe October 8, 2017 1 Cutting Cakes 1. Imagine you are a teacher. Your class of 10 students is on a field trip to the bakery. At the end of the tour, the baker

More information

Algebra I Solving & Graphing Inequalities

Algebra I Solving & Graphing Inequalities Slide 1 / 182 Slide 2 / 182 Algebra I Solving & Graphing Inequalities 2016-01-11 www.njctl.org Slide 3 / 182 Table of Contents Simple Inequalities Addition/Subtraction click on the topic to go to that

More information

GRADE 7 MATH LEARNING GUIDE. Lesson 26: Solving Linear Equations and Inequalities in One Variable Using

GRADE 7 MATH LEARNING GUIDE. Lesson 26: Solving Linear Equations and Inequalities in One Variable Using GRADE 7 MATH LEARNING GUIDE Lesson 26: Solving Linear Equations and Inequalities in One Variable Using Guess and Check Time: 1 hour Prerequisite Concepts: Evaluation of algebraic expressions given values

More information

Slide 1 / 68. Order of Operations

Slide 1 / 68. Order of Operations Slide 1 / 68 Order of Operations Slide 2 / 68 Table of Contents Introduction to Order of Operations Simplify Using Order of Operations More Challenging Order of Operations Slide 3 / 68 Introduction to

More information

Solving Equations by Adding and Subtracting

Solving Equations by Adding and Subtracting SECTION 2.1 Solving Equations by Adding and Subtracting 2.1 OBJECTIVES 1. Determine whether a given number is a solution for an equation 2. Use the addition property to solve equations 3. Determine whether

More information

Some Review Problems for Exam 3: Solutions

Some Review Problems for Exam 3: Solutions Math 3355 Fall 018 Some Review Problems for Exam 3: Solutions I thought I d start by reviewing some counting formulas. Counting the Complement: Given a set U (the universe for the problem), if you want

More information

Unit 6 Part 2 Quadratic Functions 2/28/2017 3/22/2017

Unit 6 Part 2 Quadratic Functions 2/28/2017 3/22/2017 Unit 6 Part 2 Quadratic Functions 2/28/2017 3/22/2017 Name: By the end of this unit, you will be able to Simplify radical expressions using properties of square roots Solve quadratic equations using the

More information

University of New Mexico Department of Computer Science. Final Examination. CS 561 Data Structures and Algorithms Fall, 2006

University of New Mexico Department of Computer Science. Final Examination. CS 561 Data Structures and Algorithms Fall, 2006 University of New Mexico Department of Computer Science Final Examination CS 561 Data Structures and Algorithms Fall, 2006 Name: Email: Print your name and email, neatly in the space provided above; print

More information

Math 5 Review Stations #2. 1. Based on the order of operations, which is the first step in simplifying this expression?

Math 5 Review Stations #2. 1. Based on the order of operations, which is the first step in simplifying this expression? Order of Operations No calculator Math 5 Review Stations #2. Based on the order of operations, which is the first step in simplifying this expression? 9 + (0 2) 4 A 9 + 0 B 0 2 C 2 4 D 4 2. What is the

More information

HW A) SWBAT identify the properties of operations Create flashcards or a some type of foldable that shows the following properties of operations

HW A) SWBAT identify the properties of operations Create flashcards or a some type of foldable that shows the following properties of operations HW A) SWBAT identify the properties of operations Create flashcards or a some type of foldable that shows the following properties of operations including examples: HW B) SWBAT apply properties of operations

More information

Math 3 Proportion & Probability Part 2 Sequences, Patterns, Frequency Tables & Venn Diagrams

Math 3 Proportion & Probability Part 2 Sequences, Patterns, Frequency Tables & Venn Diagrams Math 3 Proportion & Probability Part 2 Sequences, Patterns, Frequency Tables & Venn Diagrams 1 MATH 2 REVIEW ARITHMETIC SEQUENCES In an Arithmetic Sequence the difference between one term and the next

More information

Ciphering Round Junior Varsity League

Ciphering Round Junior Varsity League Georgia Institute of Technology February 24 th, 2007 #1 How many pairs of integers (m, n) are there such that mn = m + n? #1 How many pairs of integers (m, n) are there such that mn = m + n? Answer 1 #2

More information

UNIT 5 INEQUALITIES CCM6+/7+ Name: Math Teacher:

UNIT 5 INEQUALITIES CCM6+/7+ Name: Math Teacher: UNIT 5 INEQUALITIES 2015-2016 CCM6+/7+ Name: Math Teacher: Topic(s) Page(s) Unit 5 Vocabulary 2 Writing and Graphing Inequalities 3 8 Solving One-Step Inequalities 9 15 Solving Multi-Step Inequalities

More information

Lesson 7: Literal Equations, Inequalities, and Absolute Value

Lesson 7: Literal Equations, Inequalities, and Absolute Value , and Absolute Value In this lesson, we first look at literal equations, which are equations that have more than one variable. Many of the formulas we use in everyday life are literal equations. We then

More information

57th ANNUAL HIGH SCHOOL HONORS MATHEMATICS CONTEST

57th ANNUAL HIGH SCHOOL HONORS MATHEMATICS CONTEST 57th ANNUAL HIGH SCHOOL HONORS MATHEMATICS CONTEST April 19, 2014 on the campus of the University of California, San Diego PART I: SOLUTIONS 25 Questions 1. (E) 14. (B) 2. (A) 15. (B) 3. (C) 16. (D) 4.

More information

Math 1 Variable Manipulation Part 4 Student

Math 1 Variable Manipulation Part 4 Student Math 1 Variable Manipulation Part 4 Student 1 SOLVING AN EQUATION THAT INCLUDES ABSOLUTE VALUE SIGNS To solve an equation that includes absolute value signs, think about the two different cases-one where

More information

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

Multiplying a Polynomial by a Monomial

Multiplying a Polynomial by a Monomial Lesson -3 Multiplying a Polynomial by a Monomial Lesson -3 BIG IDEA To multiply a polynomial by a monomial, multiply each term of the polynomial by the monomial and add the products. In earlier chapters,

More information

1/ 17 2/20 3/19 4/12 5/14 6/13 7/10 Total /105. Please do not write in the spaces above.

1/ 17 2/20 3/19 4/12 5/14 6/13 7/10 Total /105. Please do not write in the spaces above. 1/ 17 2/20 3/19 4/12 5/14 6/13 7/10 Total /105 % Please do not write in the spaces above. Directions: You have 50 minutes in which to complete this exam. Please make sure that you read through this entire

More information

Counting. Spock's dilemma (Walls and mirrors) call it C(n,k) Rosen, Chapter 5.1, 5.2, 5.3 Walls and Mirrors, Chapter 3 10/11/12

Counting. Spock's dilemma (Walls and mirrors) call it C(n,k) Rosen, Chapter 5.1, 5.2, 5.3 Walls and Mirrors, Chapter 3 10/11/12 Counting Rosen, Chapter 5.1, 5.2, 5.3 Walls and Mirrors, Chapter 3 Spock's dilemma (Walls and mirrors) n n planets in the solar system n can only visit k

More information

LINEAR RECURSIVE SEQUENCES. The numbers in the sequence are called its terms. The general form of a sequence is

LINEAR RECURSIVE SEQUENCES. The numbers in the sequence are called its terms. The general form of a sequence is LINEAR RECURSIVE SEQUENCES BJORN POONEN 1. Sequences A sequence is an infinite list of numbers, like 1) 1, 2, 4, 8, 16, 32,.... The numbers in the sequence are called its terms. The general form of a sequence

More information

Math5900 Final Review

Math5900 Final Review Math5900 Final Review. Find the formula to predict any term in this sequence and then find the 5 th number in this sequence -,, 9, 5,... Answer: either a n =6 n if you start counting at n=0 OR a n =6 n

More information

Q1. Amina is making designs with two different shapes.

Q1. Amina is making designs with two different shapes. Q1. Amina is making designs with two different shapes. She gives each shape a value. Total value is 147 Total value is 111 Calculate the value of each shape. Q2. n stands for a whole number. 2n is greater

More information

READY WRIGLEY PREPARES FOR HURRICANES

READY WRIGLEY PREPARES FOR HURRICANES READY WRIGLEY PREPARES FOR HURRICANES NAME: Note to Parents, Guardians, and Teachers The Centers for Disease Control and Prevention has created Ready Wrigley to provide parents, guardians, teachers, and

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

Name: Exam 2 Solutions. March 13, 2017

Name: Exam 2 Solutions. March 13, 2017 Department of Mathematics University of Notre Dame Math 00 Finite Math Spring 07 Name: Instructors: Conant/Galvin Exam Solutions March, 07 This exam is in two parts on pages and contains problems worth

More information