L01 - Set Theory. CSci/Math May 2015

Size: px
Start display at page:

Download "L01 - Set Theory. CSci/Math May 2015"

Transcription

1 L01 - Set Theory CSci/Math May / 10

2 Elements and Subsets of a Set a A means a is an element of the set A a / A means a is not an element of the set A A B means A is a subset of B (all elements of A are also in B) A B means A is not a subset of B (at least one element of A is not in B) A B means A B and A B 2 / 10

3 Elements and Subsets of a Set a A means a is an element of the set A a / A means a is not an element of the set A A B means A is a subset of B (all elements of A are also in B) A B means A is not a subset of B (at least one element of A is not in B) A B means A B and A B Example 1 A = {2, 3, 4, {5}} Which of the following are elements of A? Which are subsets? (a) 2 (b) {2} (c) 5 (d) {5} (e) {2, 3, 4} (f) {2, 3, 4, {5}} (g) {{5}} (h) {{{5}}} 2 / 10

4 Set Builder Notation A = {expression : rule} = {expression rule} Example 2 A = { 1 n n N} B = { 1 n n N, 1 n 5} C = {x x B, x < 1} D = {2, 4, 6, 8, 10, 12} E = {1, 3, 5, 7, 9,...} List the elements in A, B, and C. Write D and E in set builder notation. What are C and D? 3 / 10

5 Ordered Pairs and Cartesian Product Example 3 Your society is electing a new executive. 4 / 10

6 Ordered Pairs and Cartesian Product Example 3 Your society is electing a new executive. The ordered pair (x, y) indicates that x is president and y is vice-president. Is (Alice, Bob)=(Bob, Alice)? 4 / 10

7 Ordered Pairs and Cartesian Product Example 3 Your society is electing a new executive. The ordered pair (x, y) indicates that x is president and y is vice-president. Is (Alice, Bob)=(Bob, Alice)? Let A = {people running for president} and B = {people running for vice-president}. What does A B mean? 4 / 10

8 Ordered Pairs and Cartesian Product Example 3 Your society is electing a new executive. The ordered pair (x, y) indicates that x is president and y is vice-president. Is (Alice, Bob)=(Bob, Alice)? Let A = {people running for president} and B = {people running for vice-president}. What does A B mean? If A = {Alice, Chris, Dean} and B = {Bob, Eve, Fiona, Georgie}, what is A B, and what does this number mean? 4 / 10

9 Ordered Pairs and Cartesian Product Example 3 Your society is electing a new executive. The ordered pair (x, y) indicates that x is president and y is vice-president. Is (Alice, Bob)=(Bob, Alice)? Let A = {people running for president} and B = {people running for vice-president}. What does A B mean? If A = {Alice, Chris, Dean} and B = {Bob, Eve, Fiona, Georgie}, what is A B, and what does this number mean? If A = {candidates for president}, B = {candidates for vice-president}, C = {candidates for secretary}, D = {candidates for treasurer}, E = {candidates for DSU rep}, what is A B C D E? 4 / 10

10 Union, Intersection, Difference, Complement A B means the union of A and B, i.e. the set consisting of all element in A and B A B means the intersection of A and B, i.e. the set consisting of all elements which are both in A and B A \ B = A B means the difference of A and B, i.e. the set of elements in A which are not in B A c = A means the complement of A, i.e. U \ A where U is the universal set 5 / 10

11 Union, Intersection, Difference, Complement Example 4 Let A = {a, b, c, d, e}, B = {a, d, e}, C = {a, b, c, f, g, h}, and U = {a, b, c, d, e, f, g, h, i, j}. Find (1) A B (2) A B (3) A C (4) A C (5) A B (6) B A (7) A C (8) C (A B) (9) A (10) C (11) A B (12) A C 6 / 10

12 Union, Intersection, Difference, Complement Example 5 A = {2n n Z} {3m m Z} (1) Which of the following are elements of A? (a) 4 (b) 9 (c) 6 (d) 90 (e) 15 (2) Which of the following are subsets of A? (a) {6, 12, 18} (b) {6, 9, 12, 15} (c) { 6, 90, 12} 7 / 10

13 Union, Intersection, Difference, Complement Example 6 A (B C) (1) Draw the Venn Diagram. (2) Can you find another way using only unions and intersections to describe this set? 8 / 10

14 Union, Intersection, Difference, Complement Example 6 A (B C) (1) Draw the Venn Diagram. (2) Can you find another way using only unions and intersections to describe this set? This is one half of the distributive laws. They are A (B C) = (A B) (A C), A (B C) = (A B) (A C). 8 / 10

15 Union, Intersection, Difference, Complement Example 7 (A B) (1) Draw the Venn Diagram. (2) Can you find another way using only complements, unions and intersections to describe this set? 9 / 10

16 Union, Intersection, Difference, Complement Example 7 (A B) (1) Draw the Venn Diagram. (2) Can you find another way using only complements, unions and intersections to describe this set? This is one half of DeMorgan s laws. They are (A B) = A B, (A B) = A B. 9 / 10

17 Indexed Sets Example 8 U = {all living people} A i = {x x was born on the ith day of the month} B j = {x x was born during the jth month of the year} C k = {x x was born on the kth day of the week} Describe in ( words: 3 ) (a) B 1 C k k=1 (c) C 6 (e) 1 j 4 B j 5 (b) (d) ( 15 B j j=1 i=12 1 k 5 C k A i ) 1 j 4 B j 10 / 10

Set operations and Venn Diagrams. COPYRIGHT 2006 by LAVON B. PAGE

Set operations and Venn Diagrams. COPYRIGHT 2006 by LAVON B. PAGE Set operations and Venn Diagrams Set operations and Venn diagrams! = { x x " and x " } This is the intersection of and. # = { x x " or x " } This is the union of and. n element of! belongs to both and,

More information

Automata and Formal Languages

Automata and Formal Languages Automata and Formal Languages Winter 2009-2010 Yacov Hel-Or 1 What this course is all about This course is about mathematical models of computation We ll study different machine models (finite automata,

More information

Set Theory: Shading Venn Diagrams

Set Theory: Shading Venn Diagrams Set Theory: Shading Venn Diagrams Venn diagrams are representations of sets that use pictures. We will work with Venn diagrams involving two sets (two-circle diagrams) and three sets (three-circle diagrams).

More information

Math/Stats 425 Introduction to Probability. 1. Uncertainty and the axioms of probability

Math/Stats 425 Introduction to Probability. 1. Uncertainty and the axioms of probability Math/Stats 425 Introduction to Probability 1. Uncertainty and the axioms of probability Processes in the real world are random if outcomes cannot be predicted with certainty. Example: coin tossing, stock

More information

Lecture Note 1 Set and Probability Theory. MIT 14.30 Spring 2006 Herman Bennett

Lecture Note 1 Set and Probability Theory. MIT 14.30 Spring 2006 Herman Bennett Lecture Note 1 Set and Probability Theory MIT 14.30 Spring 2006 Herman Bennett 1 Set Theory 1.1 Definitions and Theorems 1. Experiment: any action or process whose outcome is subject to uncertainty. 2.

More information

Complement. If A is an event, then the complement of A, written A c, means all the possible outcomes that are not in A.

Complement. If A is an event, then the complement of A, written A c, means all the possible outcomes that are not in A. Complement If A is an event, then the complement of A, written A c, means all the possible outcomes that are not in A. For example, if A is the event UNC wins at least 5 football games, then A c is the

More information

Homework 20: Compound Probability

Homework 20: Compound Probability Homework 20: Compound Probability Definition The probability of an event is defined to be the ratio of times that you expect the event to occur after many trials: number of equally likely outcomes resulting

More information

Discrete Mathematics

Discrete Mathematics Discrete Mathematics Chih-Wei Yi Dept. of Computer Science National Chiao Tung University March 16, 2009 2.1 Sets 2.1 Sets 2.1 Sets Basic Notations for Sets For sets, we ll use variables S, T, U,. We can

More information

EXAM. Exam #3. Math 1430, Spring 2002. April 21, 2001 ANSWERS

EXAM. Exam #3. Math 1430, Spring 2002. April 21, 2001 ANSWERS EXAM Exam #3 Math 1430, Spring 2002 April 21, 2001 ANSWERS i 60 pts. Problem 1. A city has two newspapers, the Gazette and the Journal. In a survey of 1, 200 residents, 500 read the Journal, 700 read the

More information

ACTIVITY: Identifying Common Multiples

ACTIVITY: Identifying Common Multiples 1.6 Least Common Multiple of two numbers? How can you find the least common multiple 1 ACTIVITY: Identifying Common Work with a partner. Using the first several multiples of each number, copy and complete

More information

Math 166 - Week in Review #4. A proposition, or statement, is a declarative sentence that can be classified as either true or false, but not both.

Math 166 - Week in Review #4. A proposition, or statement, is a declarative sentence that can be classified as either true or false, but not both. Math 166 Spring 2007 c Heather Ramsey Page 1 Math 166 - Week in Review #4 Sections A.1 and A.2 - Propositions, Connectives, and Truth Tables A proposition, or statement, is a declarative sentence that

More information

Lecture 1 Introduction Properties of Probability Methods of Enumeration Asrat Temesgen Stockholm University

Lecture 1 Introduction Properties of Probability Methods of Enumeration Asrat Temesgen Stockholm University Lecture 1 Introduction Properties of Probability Methods of Enumeration Asrat Temesgen Stockholm University 1 Chapter 1 Probability 1.1 Basic Concepts In the study of statistics, we consider experiments

More information

A Little Set Theory (Never Hurt Anybody)

A Little Set Theory (Never Hurt Anybody) A Little Set Theory (Never Hurt Anybody) Matthew Saltzman Department of Mathematical Sciences Clemson University Draft: August 21, 2013 1 Introduction The fundamental ideas of set theory and the algebra

More information

Extra Credit Assignment Lesson plan. The following assignment is optional and can be completed to receive up to 5 points on a previously taken exam.

Extra Credit Assignment Lesson plan. The following assignment is optional and can be completed to receive up to 5 points on a previously taken exam. Extra Credit Assignment Lesson plan The following assignment is optional and can be completed to receive up to 5 points on a previously taken exam. The extra credit assignment is to create a typed up lesson

More information

Statistics 100A Homework 1 Solutions

Statistics 100A Homework 1 Solutions Chapter 1 tatistics 100A Homework 1 olutions Ryan Rosario 1. (a) How many different 7-place license plates are possible if the first 2 places are for letters and the other 5 for numbers? The first two

More information

Basic Probability Concepts

Basic Probability Concepts page 1 Chapter 1 Basic Probability Concepts 1.1 Sample and Event Spaces 1.1.1 Sample Space A probabilistic (or statistical) experiment has the following characteristics: (a) the set of all possible outcomes

More information

Basic Set Theory. 1. Motivation. Fido Sue. Fred Aristotle Bob. LX 502 - Semantics I September 11, 2008

Basic Set Theory. 1. Motivation. Fido Sue. Fred Aristotle Bob. LX 502 - Semantics I September 11, 2008 Basic Set Theory LX 502 - Semantics I September 11, 2008 1. Motivation When you start reading these notes, the first thing you should be asking yourselves is What is Set Theory and why is it relevant?

More information

WOLLONGONG COLLEGE AUSTRALIA. Diploma in Information Technology

WOLLONGONG COLLEGE AUSTRALIA. Diploma in Information Technology First Name: Family Name: Student Number: Class/Tutorial: WOLLONGONG COLLEGE AUSTRALIA A College of the University of Wollongong Diploma in Information Technology Final Examination Spring Session 2008 WUCT121

More information

CONSTITUTION. Education Deans: Independent Colleges and Universities of Texas. Article I Name. Article II Objectives. Article III Membership

CONSTITUTION. Education Deans: Independent Colleges and Universities of Texas. Article I Name. Article II Objectives. Article III Membership CONSTITUTION Education Deans: Independent Colleges and Universities of Texas Article I Name The name of the Organization shall be Education Deans: Independent Colleges and Universities of Texas (EDICUT)

More information

THE LANGUAGE OF SETS AND SET NOTATION

THE LANGUAGE OF SETS AND SET NOTATION THE LNGGE OF SETS ND SET NOTTION Mathematics is often referred to as a language with its own vocabulary and rules of grammar; one of the basic building blocks of the language of mathematics is the language

More information

Check Skills You ll Need. New Vocabulary union intersection disjoint sets. Union of Sets

Check Skills You ll Need. New Vocabulary union intersection disjoint sets. Union of Sets NY-4 nion and Intersection of Sets Learning Standards for Mathematics..31 Find the intersection of sets (no more than three sets) and/or union of sets (no more than three sets). Check Skills You ll Need

More information

Mathematics for Computer Science/Software Engineering. Notes for the course MSM1F3 Dr. R. A. Wilson

Mathematics for Computer Science/Software Engineering. Notes for the course MSM1F3 Dr. R. A. Wilson Mathematics for Computer Science/Software Engineering Notes for the course MSM1F3 Dr. R. A. Wilson October 1996 Chapter 1 Logic Lecture no. 1. We introduce the concept of a proposition, which is a statement

More information

How To Understand And Solve A Linear Programming Problem

How To Understand And Solve A Linear Programming Problem At the end of the lesson, you should be able to: Chapter 2: Systems of Linear Equations and Matrices: 2.1: Solutions of Linear Systems by the Echelon Method Define linear systems, unique solution, inconsistent,

More information

5. Duties and Responsibilities of the Executive Board

5. Duties and Responsibilities of the Executive Board 5. Duties and Responsibilities of the Executive Board 5.1 General Expectations of Executive Board Members It is expected that Executive Board members will: a. Attend all Executive Board meetings and stay

More information

Factorizations: Searching for Factor Strings

Factorizations: Searching for Factor Strings " 1 Factorizations: Searching for Factor Strings Some numbers can be written as the product of several different pairs of factors. For example, can be written as 1, 0,, 0, and. It is also possible to write

More information

Basic Concepts of Set Theory, Functions and Relations

Basic Concepts of Set Theory, Functions and Relations March 1, 2006 p. 1 Basic Concepts of Set Theory, Functions and Relations 1. Basic Concepts of Set Theory...1 1.1. Sets and elements...1 1.2. Specification of sets...2 1.3. Identity and cardinality...3

More information

Florida Algebra 1 End-of-Course Assessment Item Bank, Polk County School District

Florida Algebra 1 End-of-Course Assessment Item Bank, Polk County School District Benchmark: MA.912.A.2.3; Describe the concept of a function, use function notation, determine whether a given relation is a function, and link equations to functions. Also assesses MA.912.A.2.13; Solve

More information

JUST THE MATHS UNIT NUMBER 8.5. VECTORS 5 (Vector equations of straight lines) A.J.Hobson

JUST THE MATHS UNIT NUMBER 8.5. VECTORS 5 (Vector equations of straight lines) A.J.Hobson JUST THE MATHS UNIT NUMBER 8.5 VECTORS 5 (Vector equations of straight lines) by A.J.Hobson 8.5.1 Introduction 8.5. The straight line passing through a given point and parallel to a given vector 8.5.3

More information

Course Syllabus. MATH 1350-Mathematics for Teachers I. Revision Date: 8/15/2016

Course Syllabus. MATH 1350-Mathematics for Teachers I. Revision Date: 8/15/2016 Course Syllabus MATH 1350-Mathematics for Teachers I Revision Date: 8/15/2016 Catalog Description: This course is intended to build or reinforce a foundation in fundamental mathematics concepts and skills.

More information

Algebra 1: Basic Skills Packet Page 1 Name: Integers 1. 54 + 35 2. 18 ( 30) 3. 15 ( 4) 4. 623 432 5. 8 23 6. 882 14

Algebra 1: Basic Skills Packet Page 1 Name: Integers 1. 54 + 35 2. 18 ( 30) 3. 15 ( 4) 4. 623 432 5. 8 23 6. 882 14 Algebra 1: Basic Skills Packet Page 1 Name: Number Sense: Add, Subtract, Multiply or Divide without a Calculator Integers 1. 54 + 35 2. 18 ( 30) 3. 15 ( 4) 4. 623 432 5. 8 23 6. 882 14 Decimals 7. 43.21

More information

Methods Used for Counting

Methods Used for Counting COUNTING METHODS From our preliminary work in probability, we often found ourselves wondering how many different scenarios there were in a given situation. In the beginning of that chapter, we merely tried

More information

Probability: Terminology and Examples Class 2, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom

Probability: Terminology and Examples Class 2, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom Probability: Terminology and Examples Class 2, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom 1 Learning Goals 1. Know the definitions of sample space, event and probability function. 2. Be able to

More information

Question of the Day. Key Concepts. Vocabulary. Mathematical Ideas. QuestionofDay

Question of the Day. Key Concepts. Vocabulary. Mathematical Ideas. QuestionofDay QuestionofDay Question of the Day What is the probability that in a family with two children, both are boys? What is the probability that in a family with two children, both are boys, if we already know

More information

Mathematics Review for MS Finance Students

Mathematics Review for MS Finance Students Mathematics Review for MS Finance Students Anthony M. Marino Department of Finance and Business Economics Marshall School of Business Lecture 1: Introductory Material Sets The Real Number System Functions,

More information

Fundamentals of Probability

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

More information

Question 31 38, worth 5 pts each for a complete solution, (TOTAL 40 pts) (Formulas, work

Question 31 38, worth 5 pts each for a complete solution, (TOTAL 40 pts) (Formulas, work Exam Wk 6 Name Questions 1 30 are worth 2 pts each for a complete solution. (TOTAL 60 pts) (Formulas, work, or detailed explanation required.) Question 31 38, worth 5 pts each for a complete solution,

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS 1. SYSTEMS OF EQUATIONS AND MATRICES 1.1. Representation of a linear system. The general system of m equations in n unknowns can be written a 11 x 1 + a 12 x 2 +

More information

2. How many ways can the letters in PHOENIX be rearranged? 7! = 5,040 ways.

2. How many ways can the letters in PHOENIX be rearranged? 7! = 5,040 ways. Math 142 September 27, 2011 1. How many ways can 9 people be arranged in order? 9! = 362,880 ways 2. How many ways can the letters in PHOENIX be rearranged? 7! = 5,040 ways. 3. The letters in MATH are

More information

Probability. Section 9. Probability. Probability of A = Number of outcomes for which A happens Total number of outcomes (sample space)

Probability. Section 9. Probability. Probability of A = Number of outcomes for which A happens Total number of outcomes (sample space) Probability Section 9 Probability Probability of A = Number of outcomes for which A happens Total number of outcomes (sample space) In this section we summarise the key issues in the basic probability

More information

14.30 Introduction to Statistical Methods in Economics Spring 2009

14.30 Introduction to Statistical Methods in Economics Spring 2009 MIT OpenCourseWare http://ocw.mit.edu 14.30 Introduction to tatistical Methods in Economics pring 2009 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

7 Relations and Functions

7 Relations and Functions 7 Relations and Functions In this section, we introduce the concept of relations and functions. Relations A relation R from a set A to a set B is a set of ordered pairs (a, b), where a is a member of A,

More information

Adapted from activities and information found at University of Surrey Website http://www.mcs.surrey.ac.uk/personal/r.knott/fibonacci/fibnat.

Adapted from activities and information found at University of Surrey Website http://www.mcs.surrey.ac.uk/personal/r.knott/fibonacci/fibnat. 12: Finding Fibonacci patterns in nature Adapted from activities and information found at University of Surrey Website http://www.mcs.surrey.ac.uk/personal/r.knott/fibonacci/fibnat.html Curriculum connections

More information

All of mathematics can be described with sets. This becomes more and

All of mathematics can be described with sets. This becomes more and CHAPTER 1 Sets All of mathematics can be described with sets. This becomes more and more apparent the deeper into mathematics you go. It will be apparent in most of your upper level courses, and certainly

More information

Automata Theory. Şubat 2006 Tuğrul Yılmaz Ankara Üniversitesi

Automata Theory. Şubat 2006 Tuğrul Yılmaz Ankara Üniversitesi Automata Theory Automata theory is the study of abstract computing devices. A. M. Turing studied an abstract machine that had all the capabilities of today s computers. Turing s goal was to describe the

More information

Discrete Maths. Philippa Gardner. These lecture notes are based on previous notes by Iain Phillips.

Discrete Maths. Philippa Gardner. These lecture notes are based on previous notes by Iain Phillips. Discrete Maths Philippa Gardner These lecture notes are based on previous notes by Iain Phillips. This short course introduces some basic concepts in discrete mathematics: sets, relations, and functions.

More information

Lecture 1. Basic Concepts of Set Theory, Functions and Relations

Lecture 1. Basic Concepts of Set Theory, Functions and Relations September 7, 2005 p. 1 Lecture 1. Basic Concepts of Set Theory, Functions and Relations 0. Preliminaries...1 1. Basic Concepts of Set Theory...1 1.1. Sets and elements...1 1.2. Specification of sets...2

More information

Benchmark Test : Algebra 1

Benchmark Test : Algebra 1 1 Benchmark: MA.91.A.3.3 If a ar b r, what is the value of a in terms of b and r? A b + r 1 + r B 1 + b r + b C 1 + b r D b r 1 Benchmark: MA.91.A.3.1 Simplify: 1 g(5 3) 4g 13 4 F 11 4 g 16 G g 1 H 15

More information

Lecture 16 : Relations and Functions DRAFT

Lecture 16 : Relations and Functions DRAFT CS/Math 240: Introduction to Discrete Mathematics 3/29/2011 Lecture 16 : Relations and Functions Instructor: Dieter van Melkebeek Scribe: Dalibor Zelený DRAFT In Lecture 3, we described a correspondence

More information

Access The Mathematics of Internet Search Engines

Access The Mathematics of Internet Search Engines Lesson1 Access The Mathematics of Internet Search Engines You are living in the midst of an ongoing revolution in information processing and telecommunications. Telephones, televisions, and computers are

More information

Expression. Variable Equation Polynomial Monomial Add. Area. Volume Surface Space Length Width. Probability. Chance Random Likely Possibility Odds

Expression. Variable Equation Polynomial Monomial Add. Area. Volume Surface Space Length Width. Probability. Chance Random Likely Possibility Odds Isosceles Triangle Congruent Leg Side Expression Equation Polynomial Monomial Radical Square Root Check Times Itself Function Relation One Domain Range Area Volume Surface Space Length Width Quantitative

More information

Lecture 17 : Equivalence and Order Relations DRAFT

Lecture 17 : Equivalence and Order Relations DRAFT CS/Math 240: Introduction to Discrete Mathematics 3/31/2011 Lecture 17 : Equivalence and Order Relations Instructor: Dieter van Melkebeek Scribe: Dalibor Zelený DRAFT Last lecture we introduced the notion

More information

GRAPHING IN POLAR COORDINATES SYMMETRY

GRAPHING IN POLAR COORDINATES SYMMETRY GRAPHING IN POLAR COORDINATES SYMMETRY Recall from Algebra and Calculus I that the concept of symmetry was discussed using Cartesian equations. Also remember that there are three types of symmetry - y-axis,

More information

South Carolina College- and Career-Ready (SCCCR) Probability and Statistics

South Carolina College- and Career-Ready (SCCCR) Probability and Statistics South Carolina College- and Career-Ready (SCCCR) Probability and Statistics South Carolina College- and Career-Ready Mathematical Process Standards The South Carolina College- and Career-Ready (SCCCR)

More information

Teori Himpunan. Bagian III

Teori Himpunan. Bagian III Teori Himpunan Bagian III Teori Himpunan Himpunan: Kumpulan objek (konkrit atau abstrak) ) yang mempunyai syarat tertentu dan jelas, bisanya dinyatakan dengan huruf besar. a A a A a anggota dari A a bukan

More information

MATH BOOK OF PROBLEMS SERIES. New from Pearson Custom Publishing!

MATH BOOK OF PROBLEMS SERIES. New from Pearson Custom Publishing! MATH BOOK OF PROBLEMS SERIES New from Pearson Custom Publishing! The Math Book of Problems Series is a database of math problems for the following courses: Pre-algebra Algebra Pre-calculus Calculus Statistics

More information

IAM 530 ELEMENTS OF PROBABILITY AND STATISTICS INTRODUCTION

IAM 530 ELEMENTS OF PROBABILITY AND STATISTICS INTRODUCTION IAM 530 ELEMENTS OF PROBABILITY AND STATISTICS INTRODUCTION 1 WHAT IS STATISTICS? Statistics is a science of collecting data, organizing and describing it and drawing conclusions from it. That is, statistics

More information

Greatest Common Factors and Least Common Multiples with Venn Diagrams

Greatest Common Factors and Least Common Multiples with Venn Diagrams Greatest Common Factors and Least Common Multiples with Venn Diagrams Stephanie Kolitsch and Louis Kolitsch The University of Tennessee at Martin Martin, TN 38238 Abstract: In this article the authors

More information

1 Construction of CCA-secure encryption

1 Construction of CCA-secure encryption CSCI 5440: Cryptography Lecture 5 The Chinese University of Hong Kong 10 October 2012 1 Construction of -secure encryption We now show how the MAC can be applied to obtain a -secure encryption scheme.

More information

K-Kids. K-Kids Club Structure. K-Kids organizational structure. Sergeant of Arms

K-Kids. K-Kids Club Structure. K-Kids organizational structure. Sergeant of Arms K-Kids K-Kids organizational structure K-Kids Club Structure Faculty Advisor President Kiwanis Advisor Vice President Parent Advisor Secretary Treasurer Board of Directors (1 member from each grade level)

More information

CEREMONY FOR INSTALLATION OF OFFICERS FOR LIONS CLUBS

CEREMONY FOR INSTALLATION OF OFFICERS FOR LIONS CLUBS CEREMONY FOR INSTALLATION OF OFFICERS FOR LIONS CLUBS NOTE: Before the meeting starts, the installing officer (probably the immediate past president of the club) should appoint an assistant. This assistant

More information

Parity-based inference control for multi-dimensional range sum queries

Parity-based inference control for multi-dimensional range sum queries Journal of Computer Security 15 (2007) 417 445 417 IOS Press Parity-based inference control for multi-dimensional range sum queries Lingyu Wang a,, Yingjiu Li b, Sushil Jajodia c and Duminda Wijesekera

More information

Chapter 9 Joining Data from Multiple Tables. Oracle 10g: SQL

Chapter 9 Joining Data from Multiple Tables. Oracle 10g: SQL Chapter 9 Joining Data from Multiple Tables Oracle 10g: SQL Objectives Identify a Cartesian join Create an equality join using the WHERE clause Create an equality join using the JOIN keyword Create a non-equality

More information

KAPPA DELTA PI AN INTERNATIONAL HONOR SOCIETY IN EDUCATION COLLEGE OF EDUCATION FLORIDA ATLANTIC UNIVERISTY. Bylaws for Rho Omega Chapter

KAPPA DELTA PI AN INTERNATIONAL HONOR SOCIETY IN EDUCATION COLLEGE OF EDUCATION FLORIDA ATLANTIC UNIVERISTY. Bylaws for Rho Omega Chapter KAPPA DELTA PI AN INTERNATIONAL HONOR SOCIETY IN EDUCATION COLLEGE OF EDUCATION FLORIDA ATLANTIC UNIVERISTY Bylaws for Rho Omega Chapter Article I. THE CHAPTER SECTION 1: SECTION 2: SECTION 3: SECTION

More information

Mathematics for Algorithm and System Analysis

Mathematics for Algorithm and System Analysis Mathematics for Algorithm and System Analysis for students of computer and computational science Edward A. Bender S. Gill Williamson c Edward A. Bender & S. Gill Williamson 2005. All rights reserved. Preface

More information

Notes on Probability. Peter J. Cameron

Notes on Probability. Peter J. Cameron Notes on Probability Peter J. Cameron ii Preface Here are the course lecture notes for the course MAS108, Probability I, at Queen Mary, University of London, taken by most Mathematics students and some

More information

Ottawa Chapter of Advocis, The Financial Advisors Association of Canada Request for Nominations

Ottawa Chapter of Advocis, The Financial Advisors Association of Canada Request for Nominations Ottawa Chapter of Advocis, The Financial Advisors Association of Canada Request for Nominations The nominating committee of Ottawa Chapter of Advocis is asking for your assistance in identifying individuals

More information

Lecture #11 Relational Database Systems KTH ROYAL INSTITUTE OF TECHNOLOGY

Lecture #11 Relational Database Systems KTH ROYAL INSTITUTE OF TECHNOLOGY Lecture #11 Relational Database Systems KTH ROYAL INSTITUTE OF TECHNOLOGY Contents Storing data Relational Database Systems Entity Relationship diagrams Normalisation of ER diagrams Tuple Relational Calculus

More information

Chapter 1 Section 4: Compound Linear Inequalities

Chapter 1 Section 4: Compound Linear Inequalities Chapter 1 Section 4: Compound Linear Inequalities Introduction Compound linear inequalities involve finding the union or intersection of solution sets of two or more linear inequalities. You ve already

More information

Modelling Software Requirements Exercise on comparing two methods in an empirical study. BLUE 2 nd session Experiment package mss- U

Modelling Software Requirements Exercise on comparing two methods in an empirical study. BLUE 2 nd session Experiment package mss- U Modelling Software Requirements Exercise on comparing two methods in an empirical study. BLUE 2 nd session Experiment package mss- U Surname: Color: BLUE Name: Application: mss Treatment: UML Use Cases

More information

Crete-Monee Middle School U.S. Constitution Test Study Guide Answers 2010-2011

Crete-Monee Middle School U.S. Constitution Test Study Guide Answers 2010-2011 Crete-Monee Middle School U.S. Constitution Test Study Guide Answers 2010-2011 1. What is the more common name for the first ten amendments to the constitution? Bill of Rights 2. The introduction to the

More information

CONSTITUTION OF MONTREAL LAKESHORE UNIVERSITY WOMEN S CLUB Revised 1969, 1986, 1991, 1995, 2001, 2002, 2005, 2008, 2010, 2012, 2013, 2014, 2015

CONSTITUTION OF MONTREAL LAKESHORE UNIVERSITY WOMEN S CLUB Revised 1969, 1986, 1991, 1995, 2001, 2002, 2005, 2008, 2010, 2012, 2013, 2014, 2015 CONSTITUTION OF MONTREAL LAKESHORE UNIVERSITY WOMEN S CLUB Revised 1969, 1986, 1991, 1995, 2001, 2002, 2005, 2008, 2010, 2012, 2013, 2014, 2015 ARTICLE I - Name The name of this organization shall be MONTREAL

More information

How To Understand The Difference Between Economic Theory And Set Theory

How To Understand The Difference Between Economic Theory And Set Theory [1] Introduction TOPIC I INTRODUCTION AND SET THEORY Economics Vs. Mathematical Economics. "Income positively affects consumption. Consumption level can never be negative. The marginal propensity consume

More information

Lesson 3: Calculating Conditional Probabilities and Evaluating Independence Using Two-Way Tables

Lesson 3: Calculating Conditional Probabilities and Evaluating Independence Using Two-Way Tables Calculating Conditional Probabilities and Evaluating Independence Using Two-Way Tables Classwork Example 1 Students at Rufus King High School were discussing some of the challenges of finding space for

More information

6.045: Automata, Computability, and Complexity Or, Great Ideas in Theoretical Computer Science Spring, 2010. Class 4 Nancy Lynch

6.045: Automata, Computability, and Complexity Or, Great Ideas in Theoretical Computer Science Spring, 2010. Class 4 Nancy Lynch 6.045: Automata, Computability, and Complexity Or, Great Ideas in Theoretical Computer Science Spring, 2010 Class 4 Nancy Lynch Today Two more models of computation: Nondeterministic Finite Automata (NFAs)

More information

Statistics 100A Homework 2 Solutions

Statistics 100A Homework 2 Solutions Statistics Homework Solutions Ryan Rosario Chapter 9. retail establishment accepts either the merican Express or the VIS credit card. total of percent of its customers carry an merican Express card, 6

More information

Constitution of the Imperial College Pilots Club

Constitution of the Imperial College Pilots Club Constitution of the Imperial College Pilots Club 1. Name 1.1. The name of the club shall be the Imperial College Pilots Club (Pilots Club), hereafter referred to as the club. 1.2. The club shall be a member

More information

Student Leadership Council Constitution (2016-2017)

Student Leadership Council Constitution (2016-2017) Student Leadership Council Constitution (2016-2017) Article I: Name The name of this organization is the Hawkeye Community College Student Leadership Council. Article II: Purpose The purpose of the Student

More information

Cultural diversity. Teacher Lesson Plan. Similarities and differences between the UK and your country overseas. Age Group: Any. Time: 60 minutes.

Cultural diversity. Teacher Lesson Plan. Similarities and differences between the UK and your country overseas. Age Group: Any. Time: 60 minutes. Teacher Lesson Plan Cultural diversity Topic Similarities and differences between the UK and your country overseas. Age Group: Any Aim: To think about similarities and differences between the UK and other

More information

STAT 319 Probability and Statistics For Engineers PROBABILITY. Engineering College, Hail University, Saudi Arabia

STAT 319 Probability and Statistics For Engineers PROBABILITY. Engineering College, Hail University, Saudi Arabia STAT 319 robability and Statistics For Engineers LECTURE 03 ROAILITY Engineering College, Hail University, Saudi Arabia Overview robability is the study of random events. The probability, or chance, that

More information

PROPOSED JOB DESCRIPTIONS

PROPOSED JOB DESCRIPTIONS PROPOSED JOB DESCRIPTIONS The JCR committee consists of the positions listed in this document. New positions can be added, but only according to the procedures specified in the constitution. The constitution

More information

Algebra I Notes Relations and Functions Unit 03a

Algebra I Notes Relations and Functions Unit 03a OBJECTIVES: F.IF.A.1 Understand the concept of a function and use function notation. Understand that a function from one set (called the domain) to another set (called the range) assigns to each element

More information

Summary of Formulas and Concepts. Descriptive Statistics (Ch. 1-4)

Summary of Formulas and Concepts. Descriptive Statistics (Ch. 1-4) Summary of Formulas and Concepts Descriptive Statistics (Ch. 1-4) Definitions Population: The complete set of numerical information on a particular quantity in which an investigator is interested. We assume

More information

Book of Proof. Richard Hammack Virginia Commonwealth University

Book of Proof. Richard Hammack Virginia Commonwealth University Book of Proof Richard Hammack Virginia Commonwealth University Richard Hammack (publisher) Department of Mathematics & Applied Mathematics P.O. Box 842014 Virginia Commonwealth University Richmond, Virginia,

More information

Language Program Venn Diagram. Chris Giblin ESL 503. University of Phoenix

Language Program Venn Diagram. Chris Giblin ESL 503. University of Phoenix Language Program 1 Running head: LANGUAGE PROGRAM Language Program Venn Diagram Chris Giblin ESL 503 University of Phoenix Language Program 2 INTRODUCTION There are many ways to effectively and efficiently

More information

EdUHK Library Quality Assurance and Quality Enhancement Mechanism

EdUHK Library Quality Assurance and Quality Enhancement Mechanism EdUHK Library Quality Assurance and Quality Enhancement Mechanism The Library is committed to effective provision of high quality services and resources, and has incorporated quality assurance (QA) philosophy

More information

Chapter 3. Cartesian Products and Relations. 3.1 Cartesian Products

Chapter 3. Cartesian Products and Relations. 3.1 Cartesian Products Chapter 3 Cartesian Products and Relations The material in this chapter is the first real encounter with abstraction. Relations are very general thing they are a special type of subset. After introducing

More information

COURSE SYLLABUS -----------------------------------------------------------------------------------

COURSE SYLLABUS ----------------------------------------------------------------------------------- Last Reviewed by: Leslie Wurst Date Approved: Date Revised: Fall 2012 COURSE SYLLABUS Syllabus for: MATH 1010 Math for General Studies Former Course and Title: Former Quarter Course(s): Mat 1260 Contemporary

More information

Semantics of UML class diagrams

Semantics of UML class diagrams 1 Otto-von-Guericke Universität Magdeburg, Germany April 26, 2016 Sets Definition (Set) A set is a collection of objects. The basic relation is membership: x A (x is a member of A) The following operations

More information

Basic Concepts of Point Set Topology Notes for OU course Math 4853 Spring 2011

Basic Concepts of Point Set Topology Notes for OU course Math 4853 Spring 2011 Basic Concepts of Point Set Topology Notes for OU course Math 4853 Spring 2011 A. Miller 1. Introduction. The definitions of metric space and topological space were developed in the early 1900 s, largely

More information

Am I Decisive? Handout for Government 317, Cornell University, Fall 2003. Walter Mebane

Am I Decisive? Handout for Government 317, Cornell University, Fall 2003. Walter Mebane Am I Decisive? Handout for Government 317, Cornell University, Fall 2003 Walter Mebane I compute the probability that one s vote is decisive in a maority-rule election between two candidates. Here, a decisive

More information

The study of probability has increased in popularity over the years because of its wide range of practical applications.

The study of probability has increased in popularity over the years because of its wide range of practical applications. 6.7. Probability. The study of probability has increased in popularity over the years because of its wide range of practical applications. In probability, each repetition of an experiment is called a trial,

More information

1. True or False? A voltage level in the range 0 to 2 volts is interpreted as a binary 1.

1. True or False? A voltage level in the range 0 to 2 volts is interpreted as a binary 1. File: chap04, Chapter 04 1. True or False? A voltage level in the range 0 to 2 volts is interpreted as a binary 1. 2. True or False? A gate is a device that accepts a single input signal and produces one

More information

MATH 105: Finite Mathematics 6-5: Combinations

MATH 105: Finite Mathematics 6-5: Combinations MATH 105: Finite Mathematics 6-5: Combinations Prof. Jonathan Duncan Walla Walla College Winter Quarter, 2006 Outline 1 Developing Combinations 2 s of Combinations 3 Combinations vs. Permutations 4 Conclusion

More information

Applied Liberal Arts Mathematics MAT-105-TE

Applied Liberal Arts Mathematics MAT-105-TE Applied Liberal Arts Mathematics MAT-105-TE This TECEP tests a broad-based overview of mathematics intended for non-math majors and emphasizes problem-solving modeled on real-life applications. Topics

More information

CAPNI Coalition of Advanced Practice Nurses Of Indiana

CAPNI Coalition of Advanced Practice Nurses Of Indiana Position: President Elect Term of Office: 1 year prior to term of Presidency Mission: The mission of and its member Board of Directors is to promote, Nursing by advocating for, 1. Will automatically assume

More information

Angle Vocabulary, Complementary & Supplementary Angles

Angle Vocabulary, Complementary & Supplementary Angles ngle Vocabulary, omplementary & Supplementary ngles Review 1 1. What is the definition of an acute angle? 2. Name the angle shown. 3. What is the definition of complimentary angles? 4. What is the definition

More information

OREGON SCHOOL COUNSELOR ASSOCIATION, INC. NOMINATIONS AND ELECTIONS POLICIES

OREGON SCHOOL COUNSELOR ASSOCIATION, INC. NOMINATIONS AND ELECTIONS POLICIES OREGON SCHOOL COUNSELOR ASSOCIATION, INC. NOMINATIONS AND ELECTIONS POLICIES Drafted May 29, 2003 and Adopted Revisions January 24, 2004 Revised November 18, 2006 Article I: Nominations and Elections Committee.

More information

1.4 Compound Inequalities

1.4 Compound Inequalities Section 1.4 Compound Inequalities 53 1.4 Compound Inequalities This section discusses a technique that is used to solve compound inequalities, which is a phrase that usually refers to a pair of inequalities

More information

LAMC Beginners Circle: Parity of a Permutation Problems from Handout by Oleg Gleizer Solutions by James Newton

LAMC Beginners Circle: Parity of a Permutation Problems from Handout by Oleg Gleizer Solutions by James Newton LAMC Beginners Circle: Parity of a Permutation Problems from Handout by Oleg Gleizer Solutions by James Newton 1. Take a two-digit number and write it down three times to form a six-digit number. For example,

More information

Castle High School Athletic Booster Club Constitution and By-Laws

Castle High School Athletic Booster Club Constitution and By-Laws Castle High School Athletic Booster Club Constitution and By-Laws CONSTITUTION OF CASTLE HIGH SCHOOL ATHLETIC BOOSTER CLUB ARTICLE I: NAME The name of this organization shall be the Castle High School

More information