DISCRETE STRUCTURES EXAM 2 FALL 2005, SECTION 0201 (PICKETT)

Size: px
Start display at page:

Download "DISCRETE STRUCTURES EXAM 2 FALL 2005, SECTION 0201 (PICKETT)"

Transcription

1 DISCRETE STRUCTURES EXAM FALL 005, SECTION 001 (PICKETT) NAME: This exam is worth 15% of your final grade (375/500 points) There are 7 problems You have until 11:15 to finish You may use the exam cheat sheet I ve provided, and calculators should be unnecessary Be sure to show your work, as I ll be giving partial credit 1

2 DISCRETE STRUCTURES EXAM FALL 005, SECTION 001 (PICKETT) (1) (50 points total) Consider the sequence f where f 1, f 6, f 3 1, f 4 0, f 5 30, f 6 4, f 7 56, f 8 7, f 9 90, etc (a) (5 points) Write a closed form equation for the nth term of this sequence Answer: If we subtract f n 1 from f n we get n, which tells us that this is a quadratic series (of the form n +cn+d) Solving for the constants c 1, d 0, so we get f n n + n (b) (5 points) Write a closed form equation for n i1 f i Answer: Using our result from part a, and the summations from the cheat (1) () (3) sheet, we get n f i i1 n ( i + i ) i1 n i + i1 n i i1 n (n + 1) (n + 1) 6 + n + n

3 DISCRETE STRUCTURES EXAM FALL 005, SECTION 001 (PICKETT) 3 () (50 points) Give a formal definition of KBAG n, which is the set of all people whose Kevin Bacon number is n (The Kevin Bacon number (KB#) of an actor is the minimum number of acting links separating that actor from Kevin Bacon For example Kevin Bacon s KB# is 0 (so KBAG 0 {KB}) Tom Hanks KB# is 1 because Tom Hanks acted in a movie (Apollo 13) with Kevin Bacon (so Tom Hanks would be in KBAG 1 (and in KBAG, KBAG 3, etc), but not KBAG 0 )) Your definition should have no English in it, but it may use the following terms: KB means Kevin Bacon, A (x, y) means that x and y acted in a movie together, and P is the set of all people Your definition may use recurrence relations, but remember to ground them out in base cases If you use the term KB#, you ll need to formally define it in terms of A (x, y) and KB Answer: We can define KBAG n using a cross between a recurrence relation and a recursive set definition: KBAG n {x P x KBAG n 1 ya (x, y) y KBAG n 1 } where KBAG 0 is defined in the example above to be {KB} Alternatively, if we assume that A is a reflexive relation (ie, everyone has acted with themself), then we can shorten our definition to: KBAG n {x P ya (x, y) y KBAG n 1 }

4 4 DISCRETE STRUCTURES EXAM FALL 005, SECTION 001 (PICKETT) (3) (50 points) The global summit on Discrete Structures is scheduled to take place this year in Marc s fantasy world, Marcland Leaders from the world s 19 countries are expected to show up with their nation s flag At the conference center, there is a flagpole tall enough to fly 7 flags at once The flag of Marcland will always be flown at the top, and a flag from each of the 6 geographic regions (listed below) will be flown in one of the 6 positions below the Marcland flag If a leader s country s flag is flying on a particular day (at position n from the top), he or she will be granted nth pick of that day s 7 Starburst candies The flags are changed daily, and, for fairness, the summit will last as long as it takes to fly every allowable combination of flags in every allowable configuration The world s regions are the following: Africa: 53 countries Europe: 46 countries Asia: 44 countries North America: 3 countries Oceania: 14 countries South America: 1 countries How many days will the summit last? Answer: This will be the number of ways to choose a representative from each region multiplied by the number of permutations Since Marcland s flag will always be at the top, the number of permutations is 6! The number of ways to choose a representative from each region is 53 (choices for the African flag) 46 (choices for the European flag) ,499,008 So the summit will take ! 98, 439, 85, 760 days, which is about 8 million years

5 DISCRETE STRUCTURES EXAM FALL 005, SECTION 001 (PICKETT) 5 (4) (50 points) A census of Kompleck City (commissioned by Vlad Urr) found that none of Kompleck City s Igs are Ogs The census also found that among Kompleck City s 100 Igs and Ogs: 5 are Male Igs that are Gogs 10 are Female Igs who are Gogs 5 are Male Ogs who are Gogs 0 are Female Ogs who are Gogs 15 are Male Igs that aren t Gogs 10 are Female Igs who aren t Gogs 5 are Male Ogs who aren t Gogs 10 are Female Ogs who aren t Gogs If all Gogs are either Igs or Ogs, what is the probability that a Gog (of Kompleck City) is an Og? Answer: There are 40 ( ) Gogs, of which 5 ( 5 + 0) are Ogs (and the rest are Igs) This gives a probability of 5 40 or 065

6 6 DISCRETE STRUCTURES EXAM FALL 005, SECTION 001 (PICKETT) (5) (75 points) If there are 6 students in the class, how many possible graphs can I make where the nodes are students, the edges (connecting students to students) are undirected, and there are neither multiple edges nor graph loops (ie, there s at most 1 edge between any pair of students, and no student is connected to him/her self)? (Hint, there s possibly an edge (or not) between each pair of students) Answer: If there are n students in the class, then there are n n (or ( n ) ) possible pairs of students in the class, each of which is a potential edge for the graph Since each potential edge will be activated or not, this gives n n possible graphs If n 6, then there are possible pairs of students, and possible graphs

7 DISCRETE STRUCTURES EXAM FALL 005, SECTION 001 (PICKETT) 7 (6) (50 points) Prove or disprove that a symmetric relation (over the natural numbers) composed with itself is reflexive Answer: Disproof by counter example The relation R {(1, 3),(3, 1)} is symmetric, and when composed with itself yields R R {(1, 1),(3, 3)}, but this isn t reflexive because (, ) (for example) isn t in R R

8 8 DISCRETE STRUCTURES EXAM FALL 005, SECTION 001 (PICKETT) (7) (50 points total) In Marc s Casino, my Mediocre Poker machine accepts only half dollars and quarters However, it distinguishes between 3 different types of quarters ( state quarters, the plain quarter, and the 1976 bicentennial quarter), and it distinguishes between different types of half dollars (bicentennial and plain ) (a) (5 points) Set up a recurrence relation for the number of different ways one can pay 5n cents to the machine, where the order in which the coins are inserted matters (Two different state quarters would be indistinguishable to the machine, but the machine can tell a state quarter from a bicentennial quarter So, there are 3 ways to insert $05, and 11 ways to insert $050 (so f 0 1, f 1 3, and f 11)) Answer: Following very similar reasoning to the solution of problem a on problem set 7, we get the base cases shown above (f 0 1, f 1 3, and f 11), and our recurrence relation is f n 3f n 1 + f n (We get the 3 constant because there are now 3 ways to pay the last $5) (b) (5 points) What characteristic equation would we have to solve to obtain a closed form solution for the above recurrence relation? Answer: This is a direct application of the characteristic equation definition that s on the cheat sheet: r 3r 0 (c) (5 BONUS points): Write a closed form expression for the number of different ways one can pay 5n cents to the Mediocre Poker machine Answer: We can use the quadratic formula to solve for r:

9 DISCRETE STRUCTURES EXAM FALL 005, SECTION 001 (PICKETT) 9 (4) (5) r r 3 So, our closed form equation is of the form f n α 1 r n 1 + α r n Solving the system of equations for α (6) (7) α 1 r α r 0 1 α 1 r α r 0 3 or (8) (9) (10) (11) (1) (13) (14) (15) (16) () (18) So our closed form is α 1 α 1 α 3 α 1r 1 r r r α 1 3 α 1 r 1 α 1 (r 1 r ) 3 r f n 3 r r 1 r r n 1 + r 1 3 r 1 r r n α 1 3 r r 1 r α r 1 3 r 1 r (3 r ) r1 n + (r 1 3)r n r 1 r ( )( ( ( 3+ )( ) n+1 ( ) n ( + 3+ )( ) n ( 3 3 ) n+1 )( 3 ) n 3 ) n

FINAL EXAM CHEAT SHEET/STUDY GUIDE. You can use this as a study guide. You will also be able to use it on the Final Exam on

FINAL EXAM CHEAT SHEET/STUDY GUIDE. You can use this as a study guide. You will also be able to use it on the Final Exam on FINAL EXAM CHEAT SHEET/STUDY GUIDE You can use this as a study guide. You will also be able to use it on the Final Exam on Tuesday. If there s anything else you feel should be on this, please send me email

More information

DISCRETE STRUCTURES FINAL EXAM FALL 2005, SECTION 0201 (PICKETT)

DISCRETE STRUCTURES FINAL EXAM FALL 2005, SECTION 0201 (PICKETT) DISCRETE STRUCTURES FINAL EXAM FALL 2005, SECTION 0201 (PICKETT) NAME: This exam is worth 20% of your final grade (500/2500 points) There are 7 problems (and 1 BONUS problem) You have until 12:30 to finish

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

SWITCH TEAM MEMBERS SWITCH TEAM MEMBERS

SWITCH TEAM MEMBERS SWITCH TEAM MEMBERS Grade 4 1. What is the sum of twenty-three, forty-eight, and thirty-nine? 2. What is the area of a triangle whose base has a length of twelve and height of eleven? 3. How many seconds are in one and a

More information

Math II Final Exam Question Bank Fall 2016

Math II Final Exam Question Bank Fall 2016 Math II Final Exam Question Bank Fall 2016 Name: Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Which figure shows the flag on the left after it has been

More information

LHS Algebra Pre-Test

LHS Algebra Pre-Test Your Name Teacher Block Grade (please circle): 9 10 11 12 Course level (please circle): Honors Level 1 Instructions LHS Algebra Pre-Test The purpose of this test is to see whether you know Algebra 1 well

More information

CS 70 Discrete Mathematics and Probability Theory Summer 2016 Dinh, Psomas, and Ye Final Exam

CS 70 Discrete Mathematics and Probability Theory Summer 2016 Dinh, Psomas, and Ye Final Exam CS 70 Discrete Mathematics and Probability Theory Summer 2016 Dinh, Psomas, and Ye Final Exam PRINT Your Name:, (last) By signing below, I agree that (a) I will not give or receive help from others during

More information

PHY2048 Physics with Calculus I

PHY2048 Physics with Calculus I PHY2048 Physics with Calculus I Section 584761 Prof. Douglas H. Laurence Exam 1 (Chapters 2 6) February 14, 2018 Name: Solutions 1 Instructions: This exam is composed of 10 multiple choice questions and

More information

*Karle Laska s Sections: There is no class tomorrow and Friday! Have a good weekend! Scores will be posted in Compass early Friday morning

*Karle Laska s Sections: There is no class tomorrow and Friday! Have a good weekend! Scores will be posted in Compass early Friday morning STATISTICS 100 EXAM 3 Spring 2016 PRINT NAME (Last name) (First name) *NETID CIRCLE SECTION: Laska MWF L1 Laska Tues/Thurs L2 Robin Tu Write answers in appropriate blanks. When no blanks are provided CIRCLE

More information

Student Activity: Finding Factors and Prime Factors

Student Activity: Finding Factors and Prime Factors When you have completed this activity, go to Status Check. Pre-Algebra A Unit 2 Student Activity: Finding Factors and Prime Factors Name Date Objective In this activity, you will find the factors and the

More information

Computer Science Foundation Exam

Computer Science Foundation Exam Computer Science Foundation Exam May 6, 2016 Section II A DISCRETE STRUCTURES NO books, notes, or calculators may be used, and you must work entirely on your own. SOLUTION Question Max Pts Category Passing

More information

Algebra I EOC Review (Part 3)

Algebra I EOC Review (Part 3) 1. Some of the steps in Raya s solution to 2.5(6.25x + 0.5) = 11 is shown. Statement Reason 1. 2.5(6.25x + 0.5) = 11 1. Given 2. 2. 3. 3. Subtraction Property of Equality 4. x = 0.624 4.? Select the correct

More information

Final Examination. Your name: Circle the name of your Tutorial Instructor: David Hanson Jelani Sayan

Final Examination. Your name: Circle the name of your Tutorial Instructor: David Hanson Jelani Sayan Massachusetts Institute of Technology 6.042J/18.062J, Fall 05: Mathematics for Computer Science December 21 Prof. Albert R. Meyer and Prof. Ronitt Rubinfeld revised December 22, 2005, 1118 minutes Circle

More information

3.2 Probability Rules

3.2 Probability Rules 3.2 Probability Rules The idea of probability rests on the fact that chance behavior is predictable in the long run. In the last section, we used simulation to imitate chance behavior. Do we always need

More information

AQR Unit 4: Using Recursion in Models and Decision Making Sequence Notes. Name: Date: Sequences

AQR Unit 4: Using Recursion in Models and Decision Making Sequence Notes. Name: Date: Sequences Name: Date: Sequences A number sequence is a set of numbers, usually separated by commas, arranged in an order. The first term is referred to as t 1, the second term as t 2, the third term as t 3 and so

More information

POLYNOMIAL EXPRESSIONS PART 1

POLYNOMIAL EXPRESSIONS PART 1 POLYNOMIAL EXPRESSIONS PART 1 A polynomial is an expression that is a sum of one or more terms. Each term consists of one or more variables multiplied by a coefficient. Coefficients can be negative, so

More information

CS1800 Discrete Structures Final Version A

CS1800 Discrete Structures Final Version A CS1800 Discrete Structures Fall 2017 Profs. Aslam, Gold, & Pavlu December 11, 2017 CS1800 Discrete Structures Final Version A Instructions: 1. The exam is closed book and closed notes. You may not use

More information

Preparing for the CS 173 (A) Fall 2018 Midterm 1

Preparing for the CS 173 (A) Fall 2018 Midterm 1 Preparing for the CS 173 (A) Fall 2018 Midterm 1 1 Basic information Midterm 1 is scheduled from 7:15-8:30 PM. We recommend you arrive early so that you can start exactly at 7:15. Exams will be collected

More information

Solving real-world problems using systems of equations

Solving real-world problems using systems of equations May 15, 2013 Solving real-world problems using systems of equations page 1 Solving real-world problems using systems of equations Directions: Each of these problems can be represented using a system of

More information

Week 11 Sample Means, CLT, Correlation

Week 11 Sample Means, CLT, Correlation Week 11 Sample Means, CLT, Correlation Slides by Suraj Rampure Fall 2017 Administrative Notes Complete the mid semester survey on Piazza by Nov. 8! If 85% of the class fills it out, everyone will get a

More information

Objective. The student will be able to: solve systems of equations using elimination with multiplication. SOL: A.9

Objective. The student will be able to: solve systems of equations using elimination with multiplication. SOL: A.9 Objective The student will be able to: solve systems of equations using elimination with multiplication. SOL: A.9 Designed by Skip Tyler, Varina High School Solving Systems of Equations So far, we have

More information

Alex s Guide to Word Problems and Linear Equations Following Glencoe Algebra 1

Alex s Guide to Word Problems and Linear Equations Following Glencoe Algebra 1 Alex s Guide to Word Problems and Linear Equations Following Glencoe Algebra 1 What is a linear equation? It sounds fancy, but linear equation means the same thing as a line. In other words, it s an equation

More information

b. Why do you suppose the percentage of women doctors has been increasing over the past 40 years?

b. Why do you suppose the percentage of women doctors has been increasing over the past 40 years? Special Topics: U3. L2. Inv 1 Name: Homework: Math XL Unit 3: HW: 9/14-9/18 Week 2(Due Friday, 9/18, by 11:59 pm) Lesson Target: Being able to formulate linear equations and inequalities and solutions

More information

MAT 146. Semester Exam Part II 100 points (Part II: 50 points) Calculator Used Impact on Course Grade: approximately 30% Score

MAT 146. Semester Exam Part II 100 points (Part II: 50 points) Calculator Used Impact on Course Grade: approximately 30% Score MAT 146 Semester Exam Part II Name 100 points (Part II: 50 points) Calculator Used Impact on Course Grade: approximately 30% Score Questions (17) through (26) are each worth 5 points. See the grading rubric

More information

Discrete Mathematics and Probability Theory Summer 2015 Chung-Wei Lin Midterm 2

Discrete Mathematics and Probability Theory Summer 2015 Chung-Wei Lin Midterm 2 CS 70 Discrete Mathematics and Probability Theory Summer 201 Chung-Wei Lin Midterm 2 PRINT Your Name:, (last (first SIGN Your Name: PRINT Your Student ID: CIRCLE Your Exam Room: 200 VLSB 10 EVANS OTHER

More information

ECS 20: Discrete Mathematics for Computer Science UC Davis Phillip Rogaway June 12, Final Exam

ECS 20: Discrete Mathematics for Computer Science UC Davis Phillip Rogaway June 12, Final Exam ECS 20: Discrete Mathematics for Computer Science Handout F UC Davis Phillip Rogaway June 12, 2000 Final Exam Instructions: Read the questions carefully; maybe I m not asking what you assume me to be asking!

More information

NMC Sample Problems: Grade 6

NMC Sample Problems: Grade 6 NMC Sample Problems: Grade 6. What is the sum of the greatest common divisor and the least common multiple of 8 and 2? 2 8 66 2 2. Which number is the smallest in the set. { },., 9,,? 9 Answer:. In a pet

More information

NS7-5 Adding Integers on a Number Line

NS7-5 Adding Integers on a Number Line NS7-5 Adding Integers on a Number Line Gaining $5, or adding +5, is the same as Losing $5, or adding -5, is the same as adding 5. subtracting 5. To add a positive number, move right. Example: To find +3,

More information

Binary Relation Review Questions

Binary Relation Review Questions CSE 191 Discrete Structures Fall 2016 Recursive sets Binary Relation Review Questions 1. For each of the relations below, answer the following three questions: Is the relation reflexive? Is the relation

More information

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

UCSD CSE 21, Spring 2014 [Section B00] Mathematics for Algorithm and System Analysis UCSD CSE 21, Spring 2014 [Section B00] Mathematics for Algorithm and System Analysis Lecture 15 Class URL: http://vlsicad.ucsd.edu/courses/cse21-s14/ Lecture 15 Notes Goals for this week Big-O complexity

More information

CSE 241 Class 1. Jeremy Buhler. August 24,

CSE 241 Class 1. Jeremy Buhler. August 24, CSE 41 Class 1 Jeremy Buhler August 4, 015 Before class, write URL on board: http://classes.engineering.wustl.edu/cse41/. Also: Jeremy Buhler, Office: Jolley 506, 314-935-6180 1 Welcome and Introduction

More information

Intermediate Math Circles March 7, 2012 Problem Set: Linear Diophantine Equations II Solutions

Intermediate Math Circles March 7, 2012 Problem Set: Linear Diophantine Equations II Solutions Intermediate Math Circles March 7, 2012 Problem Set: Linear Diophantine Equations II Solutions 1. Alyssa has a lot of mail to send. She wishes to spend exactly $100 buying 49-cent and 53-cent stamps. Parts

More information

Oregon Focus on Linear Equations Lesson 1 Answers

Oregon Focus on Linear Equations Lesson 1 Answers Lesson 1 Answers 1. a. Nathan; multiplication b. Subtraction 2. 30 3. 28 4. 40 5. 17 6. 29 7. 21 8. 7 9. 4 10. 33 11. 8 12. 1 13. 5 14. 19 15. 12 16. 15 17. a. 130 5 + 40 8 b. $970 18. a. (11 + 8 + 13)

More information

P (A) = P (B) = P (C) = P (D) =

P (A) = P (B) = P (C) = P (D) = STAT 145 CHAPTER 12 - PROBABILITY - STUDENT VERSION The probability of a random event, is the proportion of times the event will occur in a large number of repititions. For example, when flipping a coin,

More information

Homework 1 2/7/2018 SOLUTIONS Exercise 1. (a) Graph the following sets (i) C = {x R x in Z} Answer:

Homework 1 2/7/2018 SOLUTIONS Exercise 1. (a) Graph the following sets (i) C = {x R x in Z} Answer: Homework 1 2/7/2018 SOLTIONS Eercise 1. (a) Graph the following sets (i) C = { R in Z} nswer: 0 R (ii) D = {(, y), y in R,, y 2}. nswer: = 2 y y = 2 (iii) C C nswer: y 1 2 (iv) (C C) D nswer: = 2 y y =

More information

CVMS CONTEST. Mock AMC 12

CVMS CONTEST. Mock AMC 12 CVMS CONTEST Mock AMC 1 Credits to jeffisepic, budu, and welpwelphahaha Also a huge thanks to our testsolvers, flyrain, Anno, Math11Math, sas4, and suli! RULES AND INFO 1. HONESTY!!!! Please do not cheat

More information

d. What are the steps for finding the y intercepts algebraically?(hint: what is equal to 0?)

d. What are the steps for finding the y intercepts algebraically?(hint: what is equal to 0?) st Semester Pre Calculus Exam Review You will not receive hints on your exam. Make certain you know how to answer each of the following questions. This is a test grade. Your WORK and EXPLANATIONS are graded

More information

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16.

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16. MA109 College Algebra Fall 017 Exam1 017-09-0 Name: Sec.: Do not remove this answer page you will turn in the entire exam. You have two hours to do this exam. No books or notes may be used. You may use

More information

Sequences and the Binomial Theorem

Sequences and the Binomial Theorem Chapter 9 Sequences and the Binomial Theorem 9. Sequences When we first introduced a function as a special type of relation in Section.3, we did not put any restrictions on the domain of the function.

More information

Algebra 1: Semester 2 Practice Final Unofficial Worked Out Solutions by Earl Whitney

Algebra 1: Semester 2 Practice Final Unofficial Worked Out Solutions by Earl Whitney Algebra 1: Semester 2 Practice Final Unofficial Worked Out Solutions by Earl Whitney 1. The situation described in this problem involves probability without replacement. Because of this, the probabilities

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

Final Review. Non-calculator problems are indicated. 1. (No calculator) Graph the function: y = x 3 + 2

Final Review. Non-calculator problems are indicated. 1. (No calculator) Graph the function: y = x 3 + 2 Algebra II Final Review Name Non-calculator problems are indicated. 1. (No calculator) Graph the function: y = x 3 + 2 2. (No calculator) Given the function y = -2 x + 3-1 and the value x = -5, find the

More information

2006 Marywood Mathematics Contest

2006 Marywood Mathematics Contest 006 Marywood Mathematics Contest Level II Sponsored by SEMI-GROUP The Student Mathematics Club of Marywood University March 8, 006 Directions:. This exam consists of 40 questions on 8 pages. Please check

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

Complete the question. Draft. (b) Write down the value of 10. wooden blocks in total. She paints them blue, yellow, green and red.

Complete the question. Draft. (b) Write down the value of 10. wooden blocks in total. She paints them blue, yellow, green and red. Number omplete the question Use the student s answers to complete each part of the question. Write the missing power in each box. 7 (a) Write down the value of 0 (b) Write down the value of 0 (c) Write

More information

Name: Unit 2 Functions and their Inverses

Name: Unit 2 Functions and their Inverses Name: Unit 2 Functions and their Inverses 1 2 Linear Review Solve by Graphing. 1. 3x 6y = 12 2x 4y = 8 2. x + y = 2 y = -2x 1 Solve by Substitution. 3. 2x 3y = -1 y = x 1 4. y = -3x + 5 5x 4y = -3 Solve

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

Statistics 100 Exam 2 March 8, 2017

Statistics 100 Exam 2 March 8, 2017 STAT 100 EXAM 2 Spring 2017 (This page is worth 1 point. Graded on writing your name and net id clearly and circling section.) PRINT NAME (Last name) (First name) net ID CIRCLE SECTION please! L1 (MWF

More information

CMPSCI 311: Introduction to Algorithms Second Midterm Exam

CMPSCI 311: Introduction to Algorithms Second Midterm Exam CMPSCI 311: Introduction to Algorithms Second Midterm Exam April 11, 2018. Name: ID: Instructions: Answer the questions directly on the exam pages. Show all your work for each question. Providing more

More information

ANSWER KEY. Checklist Do I understand? Test Date: A-Day 2/7. Algebra 1 Benchmark Review study guide is due on test day!

ANSWER KEY. Checklist Do I understand? Test Date: A-Day 2/7. Algebra 1 Benchmark Review study guide is due on test day! ANSWER KEY Name: Algebra 1 Benchmark Review study guide is due on test day! Test Date: A-Day 2/7 Checklist Do I understand? Unit 1 Solving Equations and Inequalities Two Step Equations Properties of Real

More information

MILLIONS AND BILLIONS STUDENT WORKSHEET

MILLIONS AND BILLIONS STUDENT WORKSHEET MILLIONS AND BILLIONS STUDENT WORKSHEET Name: Date: Problem 1: A) How tall is a stack of a million sheets of paper? B) How tall is a stack of a billion sheets of paper? 1. I would estimate that the height

More information

Level 2 Mathematics and Statistics, 2015

Level 2 Mathematics and Statistics, 2015 91261 912610 2SUPERVISOR S Level 2 Mathematics and Statistics, 2015 91261 Apply algebraic methods in solving problems 2.00 p.m. Tuesday 10 November 2015 Credits: Four Achievement Achievement with Merit

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

SKILLS (MA State Standards/Learning Outcomes)

SKILLS (MA State Standards/Learning Outcomes) BRISCOE MIDDLE SCHOOL, BEVERLY, MA SOCIAL STUDIES CURRICULUM MAP & PACING GUIDE REVISED: JUNE 2012 GRADE 7 AUTHORS & GRADE-7 TEACHERS: Mr. Brian Bayer-Larson/Ms. Joy Benosky/Mr. Adam Olbash SEPTEMBER OCTOBER

More information

Chapter 8 Sequences, Series, and Probability

Chapter 8 Sequences, Series, and Probability Chapter 8 Sequences, Series, and Probability Overview 8.1 Sequences and Series 8.2 Arithmetic Sequences and Partial Sums 8.3 Geometric Sequences and Partial Sums 8.5 The Binomial Theorem 8.6 Counting Principles

More information

MATH STUDENT BOOK. 12th Grade Unit 9

MATH STUDENT BOOK. 12th Grade Unit 9 MATH STUDENT BOOK 12th Grade Unit 9 Unit 9 COUNTING PRINCIPLES MATH 1209 COUNTING PRINCIPLES INTRODUCTION 1. PROBABILITY DEFINITIONS, SAMPLE SPACES, AND PROBABILITY ADDITION OF PROBABILITIES 11 MULTIPLICATION

More information

Math 218 Supplemental Instruction Spring 2008 Final Review Part A

Math 218 Supplemental Instruction Spring 2008 Final Review Part A Spring 2008 Final Review Part A SI leaders: Mario Panak, Jackie Hu, Christina Tasooji Chapters 3, 4, and 5 Topics Covered: General probability (probability laws, conditional, joint probabilities, independence)

More information

Lesson 3: Using Linear Combinations to Solve a System of Equations

Lesson 3: Using Linear Combinations to Solve a System of Equations Lesson 3: Using Linear Combinations to Solve a System of Equations Steps for Using Linear Combinations to Solve a System of Equations 1. 2. 3. 4. 5. Example 1 Solve the following system using the linear

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

CS 70 Discrete Mathematics and Probability Theory Spring 2018 Ayazifar and Rao Final

CS 70 Discrete Mathematics and Probability Theory Spring 2018 Ayazifar and Rao Final CS 70 Discrete Mathematics and Probability Theory Spring 2018 Ayazifar and Rao Final PRINT Your Name:, (Last) (First) READ AND SIGN The Honor Code: As a member of the UC Berkeley community, I act with

More information

YEAR 12 Trial Exam Paper FURTHER MATHEMATICS. Written examination 2. Worked solutions

YEAR 12 Trial Exam Paper FURTHER MATHEMATICS. Written examination 2. Worked solutions YEAR 12 Trial Exam Paper 2016 FURTHER MATHEMATICS Written examination 2 s This book presents: worked solutions, giving you a series of points to show you how to work through the questions mark allocations

More information

Looking Ahead to Chapter 4

Looking Ahead to Chapter 4 Looking Ahead to Chapter Focus In Chapter, you will learn about functions and function notation, and you will find the domain and range of a function. You will also learn about real numbers and their properties,

More information

Predicate in English. Predicates and Quantifiers. Predicate in Logic. Propositional Functions: Prelude. Propositional Function

Predicate in English. Predicates and Quantifiers. Predicate in Logic. Propositional Functions: Prelude. Propositional Function Predicates and Quantifiers Chuck Cusack Predicate in English In English, a sentence has 2 parts: the subject and the predicate. The predicate is the part of the sentence that states something about the

More information

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16.

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16. MA109 College Algebra Spring 017 Exam1 017-0-08 Name: Sec.: Do not remove this answer page you will turn in the entire exam. You have two hours to do this exam. No books or notes may be used. You may use

More information

Business Statistics Midterm Exam Fall 2015 Russell. Please sign here to acknowledge

Business Statistics Midterm Exam Fall 2015 Russell. Please sign here to acknowledge Business Statistics Midterm Exam Fall 5 Russell Name Do not turn over this page until you are told to do so. You will have hour and 3 minutes to complete the exam. There are a total of points divided into

More information

Chapter 9: Roots and Irrational Numbers

Chapter 9: Roots and Irrational Numbers Chapter 9: Roots and Irrational Numbers Index: A: Square Roots B: Irrational Numbers C: Square Root Functions & Shifting D: Finding Zeros by Completing the Square E: The Quadratic Formula F: Quadratic

More information

PRACTICE PROBLEMS FOR EXAM 1

PRACTICE PROBLEMS FOR EXAM 1 PRACTICE PROBLEMS FOR EXAM 1 Math 3160Q Spring 01 Professor Hohn Below is a list of practice questions for Exam 1. Any quiz, homework, or example problem has a chance of being on the exam. For more practice,

More information

{...- 4, - 3, - 2, - 1, 0, 1, 2, 3, 4,...}

{...- 4, - 3, - 2, - 1, 0, 1, 2, 3, 4,...} Introduction to Integers (2.1) Integers are the set of whole numbers and their opposites. {...- 4, - 3, - 2, - 1, 0, 1, 2, 3, 4,...} Example: The highest elevation in North America is Mt. McKinley, which

More information

CS280, Spring 2004: Final

CS280, Spring 2004: Final CS280, Spring 2004: Final 1. [4 points] Which of the following relations on {0, 1, 2, 3} is an equivalence relation. (If it is, explain why. If it isn t, explain why not.) Just saying Yes or No with no

More information

Mathematics Prince George s County Public Schools SY

Mathematics Prince George s County Public Schools SY ALGEBRA 2 Mathematics Prince George s County Public Schools SY 2011-2012 Prerequisites: Geometry Credits: 1.0 Math, Merit CLASS MEETS: Every other day for 90 minutes TEXT: Algebra 2, Prentice Hall Algebra

More information

Algorithms Exam TIN093 /DIT602

Algorithms Exam TIN093 /DIT602 Algorithms Exam TIN093 /DIT602 Course: Algorithms Course code: TIN 093, TIN 092 (CTH), DIT 602 (GU) Date, time: 21st October 2017, 14:00 18:00 Building: SBM Responsible teacher: Peter Damaschke, Tel. 5405

More information

1 Propositional Logic

1 Propositional Logic CS 2800, Logic and Computation Propositional Logic Lectures Pete Manolios Version: 384 Spring 2011 1 Propositional Logic The study of logic was initiated by the ancient Greeks, who were concerned with

More information

3 PROBABILITY TOPICS

3 PROBABILITY TOPICS Chapter 3 Probability Topics 135 3 PROBABILITY TOPICS Figure 3.1 Meteor showers are rare, but the probability of them occurring can be calculated. (credit: Navicore/flickr) Introduction It is often necessary

More information

Practice Second Midterm Exam I

Practice Second Midterm Exam I CS103 Handout 33 Fall 2018 November 2, 2018 Practice Second Midterm Exam I This exam is closed-book and closed-computer. You may have a double-sided, 8.5 11 sheet of notes with you when you take this exam.

More information

7-1 Fractions and Percents

7-1 Fractions and Percents Write each percent as a fraction or mixed number in simplest form. 1. 40% 2. 14 % 3. 150% 4. 0.9% esolutions Manual - Powered by Cognero Page 1 5. Write each fraction as a percent. Round to the nearest

More information

*EXAM 1* EECS 203 Spring 2016

*EXAM 1* EECS 203 Spring 2016 *EXAM 1* EECS 203 Spring 2016 Name (Print): uniqname (Print): Instructions. You have 110 minutes to complete this exam. You may have one page of notes (8.5x11.5 two-sided) but may not use any other sources

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

Kansas City Area Teachers of Mathematics 2011 KCATM Math Competition ALGEBRA GRADE 6. Do not open this booklet until instructed to do so.

Kansas City Area Teachers of Mathematics 2011 KCATM Math Competition ALGEBRA GRADE 6. Do not open this booklet until instructed to do so. Kansas City Area Teachers of Mathematics 0 KCATM Math Competition ALGEBRA GRADE 6 INSTRUCTIONS Do not open this booklet until instructed to do so. Time limit: 0 minutes You may use calculators on this

More information

Midterm 1. Your Exam Room: Name of Person Sitting on Your Left: Name of Person Sitting on Your Right: Name of Person Sitting in Front of You:

Midterm 1. Your Exam Room: Name of Person Sitting on Your Left: Name of Person Sitting on Your Right: Name of Person Sitting in Front of You: CS70 Discrete Mathematics and Probability Theory, Fall 2018 Midterm 1 8:00-10:00pm, 24 September Your First Name: SIGN Your Name: Your Last Name: Your Exam Room: Name of Person Sitting on Your Left: Name

More information

Have a wonderful summer break and remember math is everywhere!

Have a wonderful summer break and remember math is everywhere! Hi everyone! Happy Summer! I can t believe I am typing your summer letter (and you re reading it which means we officially are on Summer Vacation!). It has been a wonderful year working with you all. I

More information

Brianna Zielinski MTH 329 Final Assessment. Geometry:

Brianna Zielinski MTH 329 Final Assessment. Geometry: Brianna Zielinski MTH 329 Final Assessment Geometry: The figure below is composed of eight circles, seven small circles and one large circle containing them all. Neighboring circles only share one point,

More information

Park Forest Math Team. Meet #3. Self-study Packet

Park Forest Math Team. Meet #3. Self-study Packet Park Forest Math Team Meet #3 Self-study Packet Problem Categories for this Meet (in addition to topics of earlier meets): 1. Mystery: Problem solving 2. Geometry: Properties of Polygons, Pythagorean Theorem

More information

Exploring Operations Involving Complex Numbers. (3 + 4x) (2 x) = 6 + ( 3x) + +

Exploring Operations Involving Complex Numbers. (3 + 4x) (2 x) = 6 + ( 3x) + + Name Class Date 11.2 Complex Numbers Essential Question: What is a complex number, and how can you add, subtract, and multiply complex numbers? Explore Exploring Operations Involving Complex Numbers In

More information

Carleton University. Final Examination Fall DURATION: 2 HOURS No. of students: 223

Carleton University. Final Examination Fall DURATION: 2 HOURS No. of students: 223 Carleton University Final Examination Fall 2016 DURATION: 2 HOURS No. of students: 223 Department Name & Course Number: Computer Science COMP 2804A Course Instructor: Michiel Smid Authorized memoranda:

More information

Chapter 7. Practice Exam Questions and Solutions for Final Exam, Spring 2009 Statistics 301, Professor Wardrop

Chapter 7. Practice Exam Questions and Solutions for Final Exam, Spring 2009 Statistics 301, Professor Wardrop Practice Exam Questions and Solutions for Final Exam, Spring 2009 Statistics 301, Professor Wardrop Chapter 6 1. A random sample of size n = 452 yields 113 successes. Calculate the 95% confidence interval

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

TEACHER MATERIALS BIG HISTORY PROJECT / LESSON 4.1 ACTIVITY BIOGRAPHY OF A CONTINENT. Purpose

TEACHER MATERIALS BIG HISTORY PROJECT / LESSON 4.1 ACTIVITY BIOGRAPHY OF A CONTINENT. Purpose TEACHER MATERIALS Purpose The early Earth was an inhospitable place. It wasn t until the start of the Archaean eon, almost 700 million years after the Earth was created, that rocks formed, which made possible

More information

Unit 8: Statistics. SOL Review & SOL Test * Test: Unit 8 Statistics

Unit 8: Statistics. SOL Review & SOL Test * Test: Unit 8 Statistics Name: Block: Unit 8: Statistics Day 1 Sequences Day 2 Series Day 3 Permutations & Combinations Day 4 Normal Distribution & Empirical Formula Day 5 Normal Distribution * Day 6 Standard Normal Distribution

More information

Math League SCASD. Meet #3

Math League SCASD. Meet #3 Math League SCASD Meet #3 2018 - Self-study Packet Problem Categories for this Meet (in addition to topics of earlier meets): 1. Mystery: Problem solving 2. Geometry: Properties of Polygons, Pythagorean

More information

7.12 The student will represent relationships with tables, graphs, rules, and words.

7.12 The student will represent relationships with tables, graphs, rules, and words. 7.12 The student will represent relationships with tables, graphs, rules, and words. HINTS & NOTES Relation- is a set of ordered pairs. Remember to always start from the origin. Origin is (0,0) Move horizontally

More information

Algebra 2/Trig: Chapter 15 Statistics In this unit, we will

Algebra 2/Trig: Chapter 15 Statistics In this unit, we will Algebra 2/Trig: Chapter 15 Statistics In this unit, we will Find sums expressed in summation notation Determine measures of central tendency Use a normal distribution curve to determine theoretical percentages

More information

A constant is a value that is always the same. (This means that the value is constant / unchanging). o

A constant is a value that is always the same. (This means that the value is constant / unchanging). o Math 8 Unit 7 Algebra and Graphing Relations Solving Equations Using Models We will be using algebra tiles to help us solve equations. We will practice showing work appropriately symbolically and pictorially

More information

6-A2 Problem Solving Using Inequalities Alg 1H

6-A2 Problem Solving Using Inequalities Alg 1H 6-A Problem Solving Using Inequalities Alg H Solve by using a variable to write an inequality based on the given information. All work must be shown neatly on notebook paper.. The sum of two consecutive

More information

2-7 Solving Absolute-Value Inequalities

2-7 Solving Absolute-Value Inequalities Warm Up Solve each inequality and graph the solution. 1. x + 7 < 4 2. 14x 28 3. 5 + 2x > 1 When an inequality contains an absolute-value expression, it can be written as a compound inequality. The inequality

More information

Directions: Answers must be left in one of the following forms:

Directions: Answers must be left in one of the following forms: Directions: Answers must be left in one of the following forms: 1. Integer (example: 7) 2. Reduced fraction (example: 3/4) 3. Mixed number, fraction part simplified (example: 2 1/3) 4. Money: rounded to

More information

Discrete Structures Homework 1

Discrete Structures Homework 1 Discrete Structures Homework 1 Due: June 15. Section 1.1 16 Determine whether these biconditionals are true or false. a) 2 + 2 = 4 if and only if 1 + 1 = 2 b) 1 + 1 = 2 if and only if 2 + 3 = 4 c) 1 +

More information

Statistics 253/317 Introduction to Probability Models. Winter Midterm Exam Friday, Feb 8, 2013

Statistics 253/317 Introduction to Probability Models. Winter Midterm Exam Friday, Feb 8, 2013 Statistics 253/317 Introduction to Probability Models Winter 2014 - Midterm Exam Friday, Feb 8, 2013 Student Name (print): (a) Do not sit directly next to another student. (b) This is a closed-book, closed-note

More information

UC Berkeley, CS 174: Combinatorics and Discrete Probability (Fall 2008) Midterm 1. October 7, 2008

UC Berkeley, CS 174: Combinatorics and Discrete Probability (Fall 2008) Midterm 1. October 7, 2008 UC Berkeley, CS 74: Combinatorics and Discrete Probability (Fall 2008) Midterm Instructor: Prof. Yun S. Song October 7, 2008 Your Name : Student ID# : Read these instructions carefully:. This is a closed-book

More information

ALGEBRA 1 SEMESTER 1 INSTRUCTIONAL MATERIALS Courses: Algebra 1 S1 (#2201) and Foundations in Algebra 1 S1 (#7769)

ALGEBRA 1 SEMESTER 1 INSTRUCTIONAL MATERIALS Courses: Algebra 1 S1 (#2201) and Foundations in Algebra 1 S1 (#7769) Multiple Choice: Identify the choice that best completes the statement or answers the question. 1. Ramal goes to the grocery store and buys pounds of apples and pounds of bananas. Apples cost dollars per

More information

SESSION 5 Descriptive Statistics

SESSION 5 Descriptive Statistics SESSION 5 Descriptive Statistics Descriptive statistics are used to describe the basic features of the data in a study. They provide simple summaries about the sample and the measures. Together with simple

More information