Data Processing Techniques

Size: px
Start display at page:

Download "Data Processing Techniques"

Transcription

1 Universitas Gadjah Mada Department of Civil and Environmental Engineering Master in Engineering in Natural Disaster Management Data Processing Techniques s 1

2 Illustrative Example Investigation on population characteristics of the population à variables values of the variables scores of exam: 0 to 100 ages: 0 to marital status: single, married, divorced weather: sunny, cloudy, rain 2

3 Illustrative Example Another situation Answer to a question yes / no true / false win / loose success / failure success / failure 3

4 If an experiment (operation) has two outcomes, that is either success or failure the probability of the outcome is constant, irrespective of the preceding outcome Probability of a binomial distribution prob(success) = p prob(failure) = 1 p = q 4

5 Event Binomial? Why? rain no rain no probability changes sex (male female) of people in a village no probability changes sex (male female) of newly born infant yes probability is constant 5

6 PERMUTATIONS AND COMBINATIONS 6

7 Permutations and Combinations Counting the number of ways in which a number of objects can be arranged or selected. a set of n different elements a sample of size r is taken from this set The answer depends on: the meaning of the word different and the way in which the sampling is performed. How many different samples can be taken? 7

8 Permutations and Combinations Taking sample of size r from a set of n elements (n r) ordered with replacement ordered without replacement unordered without replacement unordered with replacement ordered sample à the order of element in the sample is important with replacement à an element may be taken more than once 8

9 Permutations and Combinations Example Select two stations out of four (A,B,C,D) to visit. How many different pair of stations that possibly be visited? 9

10 Permutations and Combinations To visit 2 stations out of 4 (r = 2, n = 4) The order of visits is important à visiting first Sta. A and Sta. B afterward is different with visiting first Sta. B and then Sta. A. With replacement à a station can be visited twice. Possibility of pair (A,A) (A,B) (A,C) (A,D) (B,A) (B,B) (B,C) (B,D) (C,A) (C,B) (C,C) (C,D) (D,A) (D,B) (D,C) (D,D) 16 à n r = 4 2 = 16 10

11 Permutations and Combinations To visit 2 stations out of 4 (r = 2, n = 4) The order of visits is important à visiting first Sta. A and Sta. B afterward is different with visiting first Sta. B and then Sta. A. Without replacement à a station can only be visited once. Possibility of pair (A,B) (A,C) (A,D) (B,A) (B,C) (B,D) (C,A) (C,B) (C,D) (D,A) (D,B) (D,C) ( n) r = n! ( n r)! = 4! ( 4 2)! = 12 permutation 11

12 Permutations and Combinations To visit 2 stations out of 4 (r = 2, n = 4) The order of visits is not important à visiting first Sta. A and Sta. B afterward is similar to visiting first Sta. B and then Sta. A. Without replacement à a station can only be visited once. Possibility of pair (A,B) (A,C) (A,D) (B,C) (B,D) (C,D) n r = n! ( n r)! r! = 4! ( 4 2)! 2! = 6 combination binomial coefficient 12

13 Permutations and Combinations To visit 2 stations out of 4 (r = 2, n = 4) The order of visits is not important à visiting first Sta. A and Sta. B afterward is similar to visiting first Sta. B and then Sta. A. With replacement à a station can be visited twice. Possibility of pair (A,A) (A,B) (A,C) (A,D) (B,B) (B,C) (B,D) (C,C) (C,D) (D,D) n + r 1 r ( = n + r 1 )! = ( n 1)! r! ( = )! = 10 ( 4 1)! 2! 13

14 Permutations and Combinations With replacement Without replacement Ordered Unordered n + r 1 r n r ( = n + r 1 )! ( n 1)! r! ( n) r = n r n! n r ( )! = n! ( n r)! r! 14

15 MSExcel s Functions =FACT(n) n is a positive number, n 0 =PERMUT(n,r) n and r are integer numbers, n r =COMBIN(n,r) n and r are integer numbers, n r 15

16 In an operation probability of a success is p à prob(s) = p probability of a failure is q = 1 p à prob(g) = 1 p The operation is carried out once probability of a success p probability of a failure q The operation is carried out twice probability of a success followed by another success (S,S) probability of a success followed by a failure (S,G)pq probability of a failure followed by a success (G,S)qp probability of a failure followed by another failure (G,G) pp qq 16

17 Number of successes in two times experiments Number of successes Events Number of events with success Probability 2 (S,S) 1 pp 1 p 2 1 (S,G) or (G,S) 2 pq + qp 2 p 1 q 1 0 (G,G) 1 qq 1 q 2 17

18 Number of successes in three times experiments Number of successes Events Number of events with success Probability 3 (S,S,S) 1 1 ppp 1 p 3 2 (S,S,G) or (S,G,S) or (G,S,S) 1 (S,G,G) or (G,S,G) or (G,G,S) 3 3 ppq 3 p 2 q pqq 3 p 1 q 2 0 (G,G,G) 1 1 qqq 1 q 3 18

19 Number of successes in three experiments probability of a success in the third experiment is qqp probability of a success in one of the experiments is pqq + qpq + qqp Number of successes in five experiments probability of two successes is 5 2 p2 q 3 = 10p 2 q 3 19

20 If experiment has the following characteristics the probability of a success is p and the probability of a failre is q = 1 p the probability of a success, p, is constant then the probability of x successes in n experiments is f X ( x;n, p) = n x px ( 1 p) n x x = 0,1,2,...,n binomial coefficient 20

21 Example #1 Every year in five consecutive years, a program is randomly selected out of four proposals (A,B,C,D) to receive fundings. Each program has the same probability to be selected. Questions What is the probability of A to get fundings three times? What is the probability of A to get fundings 5x, 4x, 3x, 2x, 1x, and 0x? 21

22 Example #1 In every selection prob(as) = probability of A being selected = ¼ = 0.25 = p prob(af) = probability of A being not selected = = 0.75 = q Within five selections probability of A being selected 3 times is f X ( x;n, p) = f X ( 3;5,0.25) = =

23 Number of success years in five years Number of successes Number of events Probability Σ

24 Example #2 The probability of water level exceeding elevation h meter is 0.05 in a year. If that happens, the residential area A will be flooded. If flooding is an independent event (flooding in a particular year does not depend on the other year s event), the flooding can then be regarded as a Bernoulli process à binomial distribution. Question What is the probability of two floodings in residential area A in 20 year period? 24

25 Example #2 Define Thus x is the number of floodings in residential area A n is the period being considered p is the probability of water level exceeding elevation h meter, i.e. the probability of residential area A be flooded in a year x = 2; n = 20; p = 0.05 f X ( x;n, p) = f X ( 2;20,0.05) = =

26 Example #3 To be 90% sure that a design flood discharge will not be exceeded within 10 year period, what is the return period of the design flood? Example #4 Considering the above example, what is the risk of T-year flood discharge be exceeded at least once within T years? 26

27 27

Sampling WITHOUT replacement, Order IS important Number of Samples = 6

Sampling WITHOUT replacement, Order IS important Number of Samples = 6 : Different strategies sampling 2 out of numbers {1,2,3}: Sampling WITHOUT replacement, Order IS important Number of Samples = 6 (1,2) (1,3) (2,1) (2,3) (3,1) (3,2) : Different strategies sampling 2 out

More information

Lecture 2: Probability and Distributions

Lecture 2: Probability and Distributions Lecture 2: Probability and Distributions Ani Manichaikul amanicha@jhsph.edu 17 April 2007 1 / 65 Probability: Why do we care? Probability helps us by: Allowing us to translate scientific questions info

More information

Probability: Why do we care? Lecture 2: Probability and Distributions. Classical Definition. What is Probability?

Probability: Why do we care? Lecture 2: Probability and Distributions. Classical Definition. What is Probability? Probability: Why do we care? Lecture 2: Probability and Distributions Sandy Eckel seckel@jhsph.edu 22 April 2008 Probability helps us by: Allowing us to translate scientific questions into mathematical

More information

Combinatorial Analysis

Combinatorial Analysis Chapter 1 Combinatorial Analysis STAT 302, Department of Statistics, UBC 1 A starting example: coin tossing Consider the following random experiment: tossing a fair coin twice There are four possible outcomes,

More information

Probability Calculus

Probability Calculus Probability Calculus Josemari Sarasola Statistics for Business Gizapedia Josemari Sarasola Probability Calculus 1 / 39 Combinatorics What is combinatorics? Before learning to calculate probabilities, we

More information

Set Notation and Axioms of Probability NOT NOT X = X = X'' = X

Set Notation and Axioms of Probability NOT NOT X = X = X'' = X Set Notation and Axioms of Probability Memory Hints: Intersection I AND I looks like A for And Union U OR + U looks like U for Union Complement NOT X = X = X' NOT NOT X = X = X'' = X Commutative Law A

More information

(c) P(BC c ) = One point was lost for multiplying. If, however, you made this same mistake in (b) and (c) you lost the point only once.

(c) P(BC c ) = One point was lost for multiplying. If, however, you made this same mistake in (b) and (c) you lost the point only once. Solutions to First Midterm Exam, Stat 371, Fall 2010 There are two, three or four versions of each problem. The problems on your exam comprise a mix of versions. As a result, when you examine the solutions

More information

4/17/2012. NE ( ) # of ways an event can happen NS ( ) # of events in the sample space

4/17/2012. NE ( ) # of ways an event can happen NS ( ) # of events in the sample space I. Vocabulary: A. Outcomes: the things that can happen in a probability experiment B. Sample Space (S): all possible outcomes C. Event (E): one outcome D. Probability of an Event (P(E)): the likelihood

More information

Binomial and Poisson Probability Distributions

Binomial and Poisson Probability Distributions Binomial and Poisson Probability Distributions Esra Akdeniz March 3, 2016 Bernoulli Random Variable Any random variable whose only possible values are 0 or 1 is called a Bernoulli random variable. What

More information

MATH 201 Solutions: TEST 3-A (in class)

MATH 201 Solutions: TEST 3-A (in class) MATH 201 Solutions: TEST 3-A (in class) (revised) God created infinity, and man, unable to understand infinity, had to invent finite sets. - Gian Carlo Rota Part I [5 pts each] 1. Let X be a set. Define

More information

1. Matrices and Determinants

1. Matrices and Determinants Important Questions 1. Matrices and Determinants Ex.1.1 (2) x 3x y Find the values of x, y, z if 2x + z 3y w = 0 7 3 2a Ex 1.1 (3) 2x 3x y If 2x + z 3y w = 3 2 find x, y, z, w 4 7 Ex 1.1 (13) 3 7 3 2 Find

More information

To Find the Product of Monomials. ax m bx n abx m n. Let s look at an example in which we multiply two monomials. (3x 2 y)(2x 3 y 5 )

To Find the Product of Monomials. ax m bx n abx m n. Let s look at an example in which we multiply two monomials. (3x 2 y)(2x 3 y 5 ) 5.4 E x a m p l e 1 362SECTION 5.4 OBJECTIVES 1. Find the product of a monomial and a polynomial 2. Find the product of two polynomials 3. Square a polynomial 4. Find the product of two binomials that

More information

Solutions to First Midterm Exam, Stat 371, Spring those values: = Or, we can use Rule 6: = 0.63.

Solutions to First Midterm Exam, Stat 371, Spring those values: = Or, we can use Rule 6: = 0.63. Solutions to First Midterm Exam, Stat 371, Spring 2010 There are two, three or four versions of each question. The questions on your exam comprise a mix of versions. As a result, when you examine the solutions

More information

Lab #11. Variable B. Variable A Y a b a+b N c d c+d a+c b+d N = a+b+c+d

Lab #11. Variable B. Variable A Y a b a+b N c d c+d a+c b+d N = a+b+c+d BIOS 4120: Introduction to Biostatistics Breheny Lab #11 We will explore observational studies in today s lab and review how to make inferences on contingency tables. We will only use 2x2 tables for today

More information

Chapter Learning Objectives. Random Experiments Dfiii Definition: Dfiii Definition:

Chapter Learning Objectives. Random Experiments Dfiii Definition: Dfiii Definition: Chapter 2: Probability 2-1 Sample Spaces & Events 2-1.1 Random Experiments 2-1.2 Sample Spaces 2-1.3 Events 2-1 1.4 Counting Techniques 2-2 Interpretations & Axioms of Probability 2-3 Addition Rules 2-4

More information

Expanding brackets and factorising

Expanding brackets and factorising CHAPTER 8 Epanding brackets and factorising 8 CHAPTER Epanding brackets and factorising 8.1 Epanding brackets There are three rows. Each row has n students. The number of students is 3 n 3n. Two students

More information

Homework 3/ Solutions

Homework 3/ Solutions MTH 310-3 Abstract Algebra I and Number Theory S17 Homework 3/ Solutions Exercise 1. Prove the following Theorem: Theorem Let R and S be rings. Define an addition and multiplication on R S by for all r,

More information

Lecture 3: Probability

Lecture 3: Probability Lecture 3: Probability 28th of October 2015 Lecture 3: Probability 28th of October 2015 1 / 36 Summary of previous lecture Define chance experiment, sample space and event Introduce the concept of the

More information

CS533 Fall 2017 HW5 Solutions. CS533 Information Retrieval Fall HW5 Solutions

CS533 Fall 2017 HW5 Solutions. CS533 Information Retrieval Fall HW5 Solutions CS533 Information Retrieval Fall 2017 HW5 Solutions Q1 a) For λ = 1, we select documents based on similarity Thus, d 1> d 2> d 4> d 3 Start with d 1, S = {d1} R\S = { d 2, d 4, d 3} MMR(d 2) = 0.7 Maximum.

More information

The Advanced Encryption Standard

The Advanced Encryption Standard Lecturers: Mark D. Ryan and David Galindo. Cryptography 2017. Slide: 48 The Advanced Encryption Standard Successor of DES DES considered insecure; 3DES considered too slow. NIST competition in 1997 15

More information

New Coding System of Grid Squares in the Republic of Indonesia

New Coding System of Grid Squares in the Republic of Indonesia September14, 2006 New Coding System of Grid Squares in the Republic of Indonesia Current coding system of grid squares in the Republic of Indonesia is based on similar

More information

Chapter y. 8. n cd (x y) 14. (2a b) 15. (a) 3(x 2y) = 3x 3(2y) = 3x 6y. 16. (a)

Chapter y. 8. n cd (x y) 14. (2a b) 15. (a) 3(x 2y) = 3x 3(2y) = 3x 6y. 16. (a) Chapter 6 Chapter 6 opener A. B. C. D. 6 E. 5 F. 8 G. H. I. J.. 7. 8 5. 6 6. 7. y 8. n 9. w z. 5cd.. xy z 5r s t. (x y). (a b) 5. (a) (x y) = x (y) = x 6y x 6y = x (y) = (x y) 6. (a) a (5 a+ b) = a (5

More information

FIXED BEAMS CONTINUOUS BEAMS

FIXED BEAMS CONTINUOUS BEAMS FIXED BEAMS CONTINUOUS BEAMS INTRODUCTION A beam carried over more than two supports is known as a continuous beam. Railway bridges are common examples of continuous beams. But the beams in railway bridges

More information

Lecture 2 Binomial and Poisson Probability Distributions

Lecture 2 Binomial and Poisson Probability Distributions Binomial Probability Distribution Lecture 2 Binomial and Poisson Probability Distributions Consider a situation where there are only two possible outcomes (a Bernoulli trial) Example: flipping a coin James

More information

Chapter Summary. 7.1 Discrete Probability 7.2 Probability Theory 7.3 Bayes Theorem 7.4 Expected value and Variance

Chapter Summary. 7.1 Discrete Probability 7.2 Probability Theory 7.3 Bayes Theorem 7.4 Expected value and Variance Chapter 7 Chapter Summary 7.1 Discrete Probability 7.2 Probability Theory 7.3 Bayes Theorem 7.4 Expected value and Variance Section 7.1 Introduction Probability theory dates back to 1526 when the Italian

More information

BHP BILLITON UNIVERSITY OF MELBOURNE SCHOOL MATHEMATICS COMPETITION, 2003: INTERMEDIATE DIVISION

BHP BILLITON UNIVERSITY OF MELBOURNE SCHOOL MATHEMATICS COMPETITION, 2003: INTERMEDIATE DIVISION BHP BILLITON UNIVERSITY OF MELBOURNE SCHOOL MATHEMATICS COMPETITION, 00: INTERMEDIATE DIVISION 1. A fraction processing machine takes a fraction f and produces a new fraction 1 f. If a fraction f = p is

More information

Unofficial Solutions

Unofficial Solutions Canadian Open Mathematics Challenge 2016 Unofficial Solutions COMC exams from other years, with or without the solutions included, are free to download online. Please visit http://comc.math.ca/2016/practice.html

More information

SOLUTION. Taken together, the preceding equations imply that ABC DEF by the SSS criterion for triangle congruence.

SOLUTION. Taken together, the preceding equations imply that ABC DEF by the SSS criterion for triangle congruence. 1. [20 points] Suppose that we have ABC and DEF in the Euclidean plane and points G and H on (BC) and (EF) respectively such that ABG DEH and AGC DHF. Prove that ABC DEF. The first congruence assumption

More information

UNC Charlotte 2006 Comprehensive

UNC Charlotte 2006 Comprehensive March 6, 2006. What is the sum of the digits of the integer solution to 4? (A) 5 (B) 6 (C) 8 (D) 9 (E) 4 + 27 x = 2. In a box there are red and blue balls. If you select a handful of them with eyes closed,

More information

Matrices and Determinants

Matrices and Determinants Chapter1 Matrices and Determinants 11 INTRODUCTION Matrix means an arrangement or array Matrices (plural of matrix) were introduced by Cayley in 1860 A matrix A is rectangular array of m n numbers (or

More information

NJCCCS AREA: Mathematics

NJCCCS AREA: Mathematics NJCCCS AREA: Mathematics North Brunswick Township Public Schools Honors Algebra 1 Acknowledgements Rick Feltre, Mathematics Teacher Beth Yuhas, Mathematics Teacher Patricia VanLangen, Assistant Principal

More information

Section 7.2 Homework Answers

Section 7.2 Homework Answers 25.5 30 Sample Mean P 0.1226 sum n b. The two z-scores are z 25 20(1.7) n 1.0 20 sum n 2.012 and z 30 20(1.7) n 1.0 0.894, 20 so the probability is approximately 0.1635 (0.1645 using Table A). P14. a.

More information

2018 LEHIGH UNIVERSITY HIGH SCHOOL MATH CONTEST

2018 LEHIGH UNIVERSITY HIGH SCHOOL MATH CONTEST 08 LEHIGH UNIVERSITY HIGH SCHOOL MATH CONTEST. A right triangle has hypotenuse 9 and one leg. What is the length of the other leg?. Don is /3 of the way through his run. After running another / mile, he

More information

Probability. Part 1 - Basic Counting Principles. 1. References. (1) R. Durrett, The Essentials of Probability, Duxbury.

Probability. Part 1 - Basic Counting Principles. 1. References. (1) R. Durrett, The Essentials of Probability, Duxbury. Probability Part 1 - Basic Counting Principles 1. References (1) R. Durrett, The Essentials of Probability, Duxbury. (2) L.L. Helms, Probability Theory with Contemporary Applications, Freeman. (3) J.J.

More information

( ) P A B : Probability of A given B. Probability that A happens

( ) P A B : Probability of A given B. Probability that A happens A B A or B One or the other or both occurs At least one of A or B occurs Probability Review A B A and B Both A and B occur ( ) P A B : Probability of A given B. Probability that A happens given that B

More information

Which of the following expressions are monomials?

Which of the following expressions are monomials? 9 1 Stud Guide Pages 382 387 Polnomials The epressions, 6, 5a 2, and 10cd 3 are eamples of monomials. A monomial is a number, a variable, or a product of numbers and variables. An eponents in a monomial

More information

University of Technology, Building and Construction Engineering Department (Undergraduate study) PROBABILITY THEORY

University of Technology, Building and Construction Engineering Department (Undergraduate study) PROBABILITY THEORY ENGIEERING STATISTICS (Lectures) University of Technology, Building and Construction Engineering Department (Undergraduate study) PROBABILITY THEORY Dr. Maan S. Hassan Lecturer: Azhar H. Mahdi Probability

More information

Senior Math Circles November 19, 2008 Probability II

Senior Math Circles November 19, 2008 Probability II University of Waterloo Faculty of Mathematics Centre for Education in Mathematics and Computing Senior Math Circles November 9, 2008 Probability II Probability Counting There are many situations where

More information

UMA Putnam Talk LINEAR ALGEBRA TRICKS FOR THE PUTNAM

UMA Putnam Talk LINEAR ALGEBRA TRICKS FOR THE PUTNAM UMA Putnam Talk LINEAR ALGEBRA TRICKS FOR THE PUTNAM YUFEI ZHAO In this talk, I want give some examples to show you some linear algebra tricks for the Putnam. Many of you probably did math contests in

More information

MAT2377. Ali Karimnezhad. Version September 9, Ali Karimnezhad

MAT2377. Ali Karimnezhad. Version September 9, Ali Karimnezhad MAT2377 Ali Karimnezhad Version September 9, 2015 Ali Karimnezhad Comments These slides cover material from Chapter 1. In class, I may use a blackboard. I recommend reading these slides before you come

More information

Conditional probability

Conditional probability CHAPTER 4 Conditional probability 4.1. Introduction Suppose there are 200 men, of which 100 are smokers, and 100 women, of which 20 are smokers. What is the probability that a person chosen at random will

More information

Chapter Goals. To introduce you to data collection

Chapter Goals. To introduce you to data collection Chapter Goals To introduce you to data collection You will learn to think critically about the data collected or presented learn various methods for selecting a sample Formulate Theories Interpret Results/Make

More information

MAT 150A, Fall 2015 Practice problems for the final exam

MAT 150A, Fall 2015 Practice problems for the final exam MAT 150A, Fall 2015 Practice problems for the final exam 1. Let f : S n! G be any homomorphism (to some group G) suchthat f(1 2) = e. Provethatf(x) =e for all x. Solution: The kernel of f is a normal subgroup

More information

STRAND J: TRANSFORMATIONS, VECTORS and MATRICES

STRAND J: TRANSFORMATIONS, VECTORS and MATRICES Mathematics SKE, Strand J STRAND J: TRANSFORMATIONS, VECTORS and MATRICES J4 Matrices Text Contents * * * * Section J4. Matrices: Addition and Subtraction J4.2 Matrices: Multiplication J4.3 Inverse Matrices:

More information

Discrete Probability

Discrete Probability MAT 258 Discrete Mathematics Discrete Probability Kenneth H. Rosen and Kamala Krithivasan Discrete Mathematics 7E Global Edition Chapter 7 Reproduced without explicit consent Fall 2016 Week 11 Probability

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

Test 1 Review. Review. Cathy Poliak, Ph.D. Office in Fleming 11c (Department Reveiw of Mathematics University of Houston Exam 1)

Test 1 Review. Review. Cathy Poliak, Ph.D. Office in Fleming 11c (Department Reveiw of Mathematics University of Houston Exam 1) Test 1 Review Review Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Exam 1 Review Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c

More information

Final Exam General CS I (320101) Different problems test different skills and knowledge, so do not get stuck on one problem.

Final Exam General CS I (320101) Different problems test different skills and knowledge, so do not get stuck on one problem. Name: Matriculation Number: Final Exam General CS I (320101) December 16, 2013 You have two hours(sharp) for the test; Write the solutions to the sheet. The estimated time for solving this exam is 0 minutes,

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

Introductory Probability

Introductory Probability Introductory Probability Bernoulli Trials and Binomial Probability Distributions Dr. Nguyen nicholas.nguyen@uky.edu Department of Mathematics UK February 04, 2019 Agenda Bernoulli Trials and Probability

More information

( ) Chapter 7 ( ) ( ) ( ) ( ) Exercise Set The greatest common factor is x + 3.

( ) Chapter 7 ( ) ( ) ( ) ( ) Exercise Set The greatest common factor is x + 3. Chapter 7 Exercise Set 7.1 1. A prime number is an integer greater than 1 that has exactly two factors, itself and 1. 3. To factor an expression means to write the expression as the product of factors.

More information

STAT 201 Chapter 5. Probability

STAT 201 Chapter 5. Probability STAT 201 Chapter 5 Probability 1 2 Introduction to Probability Probability The way we quantify uncertainty. Subjective Probability A probability derived from an individual's personal judgment about whether

More information

Lecture 4: Probability and Discrete Random Variables

Lecture 4: Probability and Discrete Random Variables Error Correcting Codes: Combinatorics, Algorithms and Applications (Fall 2007) Lecture 4: Probability and Discrete Random Variables Wednesday, January 21, 2009 Lecturer: Atri Rudra Scribe: Anonymous 1

More information

Created by T. Madas 2D VECTORS. Created by T. Madas

Created by T. Madas 2D VECTORS. Created by T. Madas 2D VECTORS Question 1 (**) Relative to a fixed origin O, the point A has coordinates ( 2, 3). The point B is such so that AB = 3i 7j, where i and j are mutually perpendicular unit vectors lying on the

More information

Geometry AIR Test. Mar 14-3:07 PM. coordinate/algebraic proofs, parallel and perpendicular lines, distance formula, midpoint formula.

Geometry AIR Test. Mar 14-3:07 PM. coordinate/algebraic proofs, parallel and perpendicular lines, distance formula, midpoint formula. Geometry AIR Test Mar 14-3:07 PM Congruence and Proof 33-39% coordinate/algebraic proofs, parallel and perpendicular lines, distance formula, midpoint formula. missing sides on triangles (trig ratios,

More information

CCE PR Revised & Un-Revised

CCE PR Revised & Un-Revised D CCE PR Revised & Un-Revised 560 00 KARNATAKA SECONDARY EDUCATION EXAMINATION BOARD, MALLESWARAM, BANGALORE 560 00 08 S.S.L.C. EXAMINATION, JUNE, 08 :. 06. 08 ] MODEL ANSWERS : 8-K Date :. 06. 08 ] CODE

More information

5.2 MULTIPLICATION OF POLYNOMIALS. section. Multiplying Monomials with the Product Rule

5.2 MULTIPLICATION OF POLYNOMIALS. section. Multiplying Monomials with the Product Rule 5.2 Multiplication of Polynomials (5 9) 231 98. Height difference. A red ball and a green ball are simultaneously tossed into the air. The red ball is given an initial velocity of 96 feet per second, and

More information

EUROSTAT - OECD PPP PROGRAMME 1999 THE CALCULATION AND AGGREGATION OF PARITIES

EUROSTAT - OECD PPP PROGRAMME 1999 THE CALCULATION AND AGGREGATION OF PARITIES EUROSTAT - OECD PPP PROGRAMME 1999 THE CALCULATION AND AGGREGATION OF PARITIES INTRODUCTION The calculation and aggregation of parities requires from each country participating in a comparison, either

More information

Bernoulli variables. Let X be a random variable such that. 1 with probability p X = 0 with probability q = 1 p

Bernoulli variables. Let X be a random variable such that. 1 with probability p X = 0 with probability q = 1 p Unit 20 February 25, 2011 1 Bernoulli variables Let X be a random variable such that { 1 with probability p X = 0 with probability q = 1 p Such an X is called a Bernoulli random variable Unit 20 February

More information

Selma City Schools Curriculum Pacing Guide Grades Subject: Algebra II Effective Year:

Selma City Schools Curriculum Pacing Guide Grades Subject: Algebra II Effective Year: Selma City Schools Curriculum Pacing Guide Grades 9-12 Subject: Algebra II Effective Year: 2013-14 Nine 1 Nine 2 Nine 3 Nine 4 X X Time CC COS QC Literacy DOK Lesson References/Activities Date Taught Test

More information

Introduction to Probability. Experiments. Sample Space. Event. Basic Requirements for Assigning Probabilities. Experiments

Introduction to Probability. Experiments. Sample Space. Event. Basic Requirements for Assigning Probabilities. Experiments Introduction to Probability Experiments These are processes that generate welldefined outcomes Experiments Counting Rules Combinations Permutations Assigning Probabilities Experiment Experimental Outcomes

More information

4 Ab C4 Integration 1 ln. 12 Bc C4 Parametric differentiation dy

4 Ab C4 Integration 1 ln. 12 Bc C4 Parametric differentiation dy C4 Consolidation C3 Consol. Mechanics Drill Done BP Ready A Assignment Phi Cover Sheet Name: Question Topic Comment Aa C4 Integration 1 tan(4 x 1) c 4 Ab C4 Integration 1 ln x x 5 c Ac C4 Integration 1

More information

STT 315 Problem Set #3

STT 315 Problem Set #3 1. A student is asked to calculate the probability that x = 3.5 when x is chosen from a normal distribution with the following parameters: mean=3, sd=5. To calculate the answer, he uses this command: >

More information

Chapter 3. Discrete Random Variables and Their Probability Distributions

Chapter 3. Discrete Random Variables and Their Probability Distributions Chapter 3. Discrete Random Variables and Their Probability Distributions 1 3.4-3 The Binomial random variable The Binomial random variable is related to binomial experiments (Def 3.6) 1. The experiment

More information

Vectors 1C. 6 k) = =0 = =17

Vectors 1C. 6 k) = =0 = =17 Vectors C For each problem, calculate the vector product in the bracet first and then perform the scalar product on the answer. a b c= 3 0 4 =4i j 3 a.(b c=(5i+j.(4i j 3 =0 +3= b c a = 3 0 4 5 = 8i+3j+6

More information

Lecture 2. Binomial and Poisson Probability Distributions

Lecture 2. Binomial and Poisson Probability Distributions Durkin, Lecture 2, Page of 6 Lecture 2 Binomial and Poisson Probability Distributions ) Bernoulli Distribution or Binomial Distribution: Consider a situation where there are only two possible outcomes

More information

MetroCount Traffic Executive Individual Vehicles

MetroCount Traffic Executive Individual Vehicles Individual-34 Page 1 MetroCount Traffic Executive Individual Vehicles Individual-34 -- English (ENA) Datasets: Site: [00001] Old Coast Rd 4km N of Od Bunbury Rd Direction: 5 - South bound A>B, North bound

More information

Express g(x) in the form f(x) + ln a, where a (4)

Express g(x) in the form f(x) + ln a, where a (4) SL 2 SUMMER PACKET PRINT OUT ENTIRE PACKET, SHOW YOUR WORK FOR ALL EXERCISES ON SEPARATE PAPER. MAKE SURE THAT YOUR WORK IS NEAT AND ORGANIZED. WORK SHOULD BE COMPLETE AND READY TO TURN IN THE FIRST DAY

More information

International Mathematical Olympiad. Preliminary Selection Contest 2017 Hong Kong. Outline of Solutions 5. 3*

International Mathematical Olympiad. Preliminary Selection Contest 2017 Hong Kong. Outline of Solutions 5. 3* International Mathematical Olympiad Preliminary Selection Contest Hong Kong Outline of Solutions Answers: 06 0000 * 6 97 7 6 8 7007 9 6 0 6 8 77 66 7 7 0 6 7 7 6 8 9 8 0 0 8 *See the remar after the solution

More information

CSU FRESNO MATH PROBLEM SOLVING. Part 1: Counting & Probability

CSU FRESNO MATH PROBLEM SOLVING. Part 1: Counting & Probability CSU FRESNO MATH PROBLEM SOLVING February 8, 009 Part 1: Counting & Probability Counting: products and powers (multiply the number of choices idea) 1. (MH 11-1 008) Suppose we draw 100 horizontal lines

More information

Spin-Spin Coupling. J trans > J cis > J gem. Structure Evaluation. cis. J trans = Hz J cis = 9-12 Hz J gem = 1-3 Hz. H a. H b gem.

Spin-Spin Coupling. J trans > J cis > J gem. Structure Evaluation. cis. J trans = Hz J cis = 9-12 Hz J gem = 1-3 Hz. H a. H b gem. cis R gem J trans = 15-18 z J cis = 9-12 z J gem = 1-3 z trans J trans > J cis > J gem C J ab = 4-10 z vinyl acetate C 3 C 3 C 3 C 3 vinyl acetate C 3 z : 14.0 2192.85 2186.60 2178.88 2172.63 6.2 : 14.0

More information

Ratio Proportion Variation

Ratio Proportion Variation Ratio Proportion Variation 1. If A : B = 4 : 7 and B : C = 5 : 9 then A : B : C is : a) 20 : 35 : 63 b) 35 : 36 : 63 c) 30 : 35 : 65 d)25 :34: 68 2. If m : n = 3 : 4 and n : o = 8 : 9, then m : o is :

More information

Random Variable. Discrete Random Variable. Continuous Random Variable. Discrete Random Variable. Discrete Probability Distribution

Random Variable. Discrete Random Variable. Continuous Random Variable. Discrete Random Variable. Discrete Probability Distribution Random Variable Theoretical Probability Distribution Random Variable Discrete Probability Distributions A variable that assumes a numerical description for the outcome of a random eperiment (by chance).

More information

2 13b + 37 = 54, 13b 37 = 16, no solution

2 13b + 37 = 54, 13b 37 = 16, no solution Answers: (999-00 HKMO Final Events) Created by: Mr. Francis Hung Last updated: 6 February 07 Individual Events SI P 6 I P 5 I P 6 I P I P I5 P Q 7 Q 8 Q 8 Q Q Q R R 7 R R 996 R R S 990 S 6 S S 666 S S

More information

Markov Chains (Part 3)

Markov Chains (Part 3) Markov Chains (Part 3) State Classification Markov Chains - State Classification Accessibility State j is accessible from state i if p ij (n) > for some n>=, meaning that starting at state i, there is

More information

ECE-580-DOE : Statistical Process Control and Design of Experiments Steve Brainerd 27 Distributions:

ECE-580-DOE : Statistical Process Control and Design of Experiments Steve Brainerd 27 Distributions: Distributions ECE-580-DOE : Statistical Process Control and Design of Experiments Steve Brainerd 27 Distributions: 1/29/03 Other Distributions Steve Brainerd 1 Distributions ECE-580-DOE : Statistical Process

More information

Business Statistics PROBABILITY DISTRIBUTIONS

Business Statistics PROBABILITY DISTRIBUTIONS Business Statistics PROBABILITY DISTRIBUTIONS CONTENTS Probability distribution functions (discrete) Characteristics of a discrete distribution Example: uniform (discrete) distribution Example: Bernoulli

More information

Homework 1/Solutions. Graded Exercises

Homework 1/Solutions. Graded Exercises MTH 310-3 Abstract Algebra I and Number Theory S18 Homework 1/Solutions Graded Exercises Exercise 1. Below are parts of the addition table and parts of the multiplication table of a ring. Complete both

More information

IE 230 Probability & Statistics in Engineering I. Closed book and notes. 120 minutes.

IE 230 Probability & Statistics in Engineering I. Closed book and notes. 120 minutes. Closed book and notes. 10 minutes. Two summary tables from the concise notes are attached: Discrete distributions and continuous distributions. Eight Pages. Score _ Final Exam, Fall 1999 Cover Sheet, Page

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION COURSE I. Wednesday, August 16, :30 to 11:30 a.m.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION COURSE I. Wednesday, August 16, :30 to 11:30 a.m. The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION THREE-YEAR SEQUENCE FOR HIGH SCHOOL MATHEMATICS COURSE I Wednesday, August 16, 2000 8:30 to 11:30 a.m., only Notice... Scientific

More information

( ) Chapter 6 ( ) ( ) ( ) ( ) Exercise Set The greatest common factor is x + 3.

( ) Chapter 6 ( ) ( ) ( ) ( ) Exercise Set The greatest common factor is x + 3. Chapter 6 Exercise Set 6.1 1. A prime number is an integer greater than 1 that has exactly two factors, itself and 1. 3. To factor an expression means to write the expression as the product of factors.

More information

Math 10 - Unit 5 Final Review - Polynomials

Math 10 - Unit 5 Final Review - Polynomials Class: Date: Math 10 - Unit 5 Final Review - Polynomials Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Factor the binomial 44a + 99a 2. a. a(44 + 99a)

More information

SCTT The pqr-method august 2016

SCTT The pqr-method august 2016 SCTT The pqr-method august 2016 A. Doledenok, M. Fadin, À. Menshchikov, A. Semchankau Almost all inequalities considered in our project are symmetric. Hence if plugging (a 0, b 0, c 0 ) into our inequality

More information

Express g(x) in the form f(x) + ln a, where a (4)

Express g(x) in the form f(x) + ln a, where a (4) SL 2 SUMMER PACKET 2013 PRINT OUT ENTIRE PACKET, SHOW YOUR WORK FOR ALL EXERCISES ON SEPARATE PAPER. MAKE SURE THAT YOUR WORK IS NEAT AND ORGANIZED. WORK SHOULD BE COMPLETE AND READY TO TURN IN THE FIRST

More information

The Alberta High School Mathematics Competition Solution to Part I, 2014.

The Alberta High School Mathematics Competition Solution to Part I, 2014. The Alberta High School Mathematics Competition Solution to Part I, 2014. Question 1. When the repeating decimal 0.6 is divided by the repeating decimal 0.3, the quotient is (a) 0.2 (b) 2 (c) 0.5 (d) 0.5

More information

Solutions Key Exponents and Polynomials

Solutions Key Exponents and Polynomials CHAPTER 7 Solutions Key Exponents and Polynomials ARE YOU READY? PAGE 57. F. B. C. D 5. E 6. 7 7. 5 8. (-0 9. x 0. k 5. 9.. - -( - 5. 5. 5 6. 7. (- 6 (-(-(-(-(-(- 8 5 5 5 5 6 8. 0.06 9.,55 0. 5.6. 6 +

More information

Basic Probability and Statistics

Basic Probability and Statistics Basic Probability and Statistics Yingyu Liang yliang@cs.wisc.edu Computer Sciences Department University of Wisconsin, Madison [based on slides from Jerry Zhu, Mark Craven] slide 1 Reasoning with Uncertainty

More information

8 th Grade Exam Scoring Format: 3 points per correct response -1 each wrong response 0 for blank answers

8 th Grade Exam Scoring Format: 3 points per correct response -1 each wrong response 0 for blank answers Pellissippi State Middle School Mathematics Competition 8 th Grade Exam Scoring Format: 3 points per correct response -1 each wrong response 0 for blank answers Directions: For each multiple-choice problem

More information

chapter 1 vector geometry solutions V Consider the parallelogram shown alongside. Which of the following statements are true?

chapter 1 vector geometry solutions V Consider the parallelogram shown alongside. Which of the following statements are true? chapter vector geometry solutions V. Exercise A. For the shape shown, find a single vector which is equal to a)!!! " AB + BC AC b)! AD!!! " + DB AB c)! AC + CD AD d)! BC + CD!!! " + DA BA e) CD!!! " "

More information

Statistics for Business and Economics

Statistics for Business and Economics Statistics for Business and Economics Basic Probability Learning Objectives In this lecture(s), you learn: Basic probability concepts Conditional probability To use Bayes Theorem to revise probabilities

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Student Name:

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Student Name: GEOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY Wednesday, August 17, 2011 8:30 to 11:30 a.m., only Student Name: School Name: Print your name and the name of

More information

Advanced Digital Design with the Verilog HDL, Second Edition Michael D. Ciletti Prentice Hall, Pearson Education, 2011

Advanced Digital Design with the Verilog HDL, Second Edition Michael D. Ciletti Prentice Hall, Pearson Education, 2011 Problem 2-1 Recall that a minterm is a cube in which every variable appears. A Boolean expression in SOP form is canonical if every cube in the expression has a unique representation in which all of the

More information

UNIVERSITY OF MASSACHUSETTS Department of Mathematics and Statistics Basic Exam - Applied Statistics Thursday, August 30, 2018

UNIVERSITY OF MASSACHUSETTS Department of Mathematics and Statistics Basic Exam - Applied Statistics Thursday, August 30, 2018 UNIVERSITY OF MASSACHUSETTS Department of Mathematics and Statistics Basic Exam - Applied Statistics Thursday, August 30, 2018 Work all problems. 60 points are needed to pass at the Masters Level and 75

More information

ECON Semester 1 PASS Mock Mid-Semester Exam ANSWERS

ECON Semester 1 PASS Mock Mid-Semester Exam ANSWERS ECON1310 2006 Semester 1 PASS Mock Mid-Semester Exam ANSWERS MULTIPLE CHOICE QUESTIONS 1. Unemployment rates are an example of: a. Cross-sectional, quantitative, continuous data b. Time-series, quantitative,

More information

Solution: There are 30 choices for the first person to leave, 29 for the second, etc. Thus this exodus can occur in. = P (30, 8) ways.

Solution: There are 30 choices for the first person to leave, 29 for the second, etc. Thus this exodus can occur in. = P (30, 8) ways. Math-2320 Assignment 7 Solutions Problem 1: (Section 7.1 Exercise 4) There are 30 people in a class learning about permutations. One after another, eight people gradually slip out the back door. In how

More information

Discrete Math Midterm 2014

Discrete Math Midterm 2014 Discrete Math Midterm 01 Name Student # Note: The numbers used in the question varied from exam to exam, so your exam might have a different numerical answer than the one given below. 1. (3 pts Sixteen

More information

Algebra I. Book 2. Powered by...

Algebra I. Book 2. Powered by... Algebra I Book 2 Powered by... ALGEBRA I Units 4-7 by The Algebra I Development Team ALGEBRA I UNIT 4 POWERS AND POLYNOMIALS......... 1 4.0 Review................ 2 4.1 Properties of Exponents..........

More information

1. Basics of Information

1. Basics of Information 1. Basics of Information 6.004x Computation Structures Part 1 Digital Circuits Copyright 2015 MIT EECS 6.004 Computation Structures L1: Basics of Information, Slide #1 What is Information? Information,

More information

Systems of Linear Equations

Systems of Linear Equations Systems of Linear Equations As stated in Section G, Definition., a linear equation in two variables is an equation of the form AAAA + BBBB = CC, where AA and BB are not both zero. Such an equation has

More information

The Sun Life Financial Canadian Open Mathematics Challenge Wednesday, November 2, 2011

The Sun Life Financial Canadian Open Mathematics Challenge Wednesday, November 2, 2011 The Sun Life Financial Canadian Open Mathematics Challenge Wednesday, November 2, 2011 Please print TEST SUPERVISOR NAME: Signature: STUDENT NAME: First: Last: Student Signature: GENDER: Male Female E

More information