Main Menu Main Menu (Click on the topics below) Algebra of Combinations Pascal’s formula More Formulas Click on the picture Sanjay Jain, Lecturer, School.

Slides:



Advertisements
Similar presentations
Analysis of Algorithms II
Advertisements

Walks, Paths and Circuits Walks, Paths and Circuits Sanjay Jain, Lecturer, School of Computing.
Main Menu Main Menu (Click on the topics below) Combinations Example Theorem Click on the picture.
Sets, Combinatorics, Probability, and Number Theory Mathematical Structures for Computer Science Chapter 3 Copyright © 2006 W.H. Freeman & Co.MSCS Slides.
Choose the right picture
Volume of Prisms & Cylinders Section Volume The space a figure occupies measured in cubic units (in 3, ft 3, cm 3 )
Unit 37 VECTORS. DEFINITIONS A vector is a quantity that has both magnitude and direction Vectors are shown as directed line segments. The length of the.
CSE115/ENGR160 Discrete Mathematics 04/17/12
Expected values for Perfect Information. Website for information is as follows: e_of_perfect_informationhttp://en.wikipedia.org/wiki/Expected_valu.
Choose the right picture
Test for Goodness of Fit. The math department at a community college offers 3 classes that satisfy the math requirement for transfer in majors that do.
Main Menu Main Menu (Click on the topics below) Permutations with Some repetitions Example r-Combinations with Some repetitions Example Permutations and.
Prime Factorization.
THE BINOMIAL THEOREM Robert Yen
Rev.S08 MAC 1140 Module 12 Introduction to Sequences, Counting, The Binomial Theorem, and Mathematical Induction.
Binomial Distributions
In previous sections we have been using calculators and graphs to guess the values of limits. Sometimes, these methods do not work! In this section we.
Algebra Commandments Measurement. Solve real-world problems involving formulas for perimeter, area, distance, and rate Objective 4a – DoK 2.
Copyright © Cengage Learning. All rights reserved. CHAPTER 9 COUNTING AND PROBABILITY.
7 Further Topics in Algebra © 2008 Pearson Addison-Wesley. All rights reserved Sections 7.4–7.7.
Binomial Distributions
2.4 Sequences and Summations
MATH- CALCULUS I DONE BY- Supatchaya, Piyate,and Sulakshmi.
Binomial Coefficients, Inclusion-exclusion principle
Notes 9.2 – The Binomial Theorem. I. Alternate Notation A.) Permutations – None B.) Combinations -
Topic 1Topic 2Topic 3Topic 4Topic
CCM 4300 Lecture 1 Computer Networks: Wireless and Mobile Communication Systems. Permutations and Combinations Dr E. Ever School of Engineering and Information.
1 Binomial Coefficients CS 202 Epp, section ??? Aaron Bloomfield.
Copyright © Cengage Learning. All rights reserved. CHAPTER 9 COUNTING AND PROBABILITY.
10/24/2015MATH 106, Section 81 Section 8 Pascal’s Triangle Questions about homework? Submit homework!
Column Sequences An Investigation Column Sequences Look carefully at the columns shown below and the way in which the numbers are being put into each.
V Spanning Trees Spanning Trees v Minimum Spanning Trees Minimum Spanning Trees v Kruskal’s Algorithm v Example Example v Planar Graphs Planar Graphs v.
Main Menu Main Menu (Click on the topics below) Permutation Example 1 Example 2 Circular Permutation Permuting r of n objects Example 1 Example 2 Example.
Lesson 6.8A: The Binomial Theorem OBJECTIVES:  To evaluate a binomial coefficient  To expand a binomial raised to a power.
1 Melikyan/DM/Fall09 Discrete Mathematics Ch. 6 Counting and Probability Instructor: Hayk Melikyan Today we will review sections 6.6,
Theorem: Equal weight implies equal power but not the converse.
M May Pythagoras’ Theorem The square on the hypotenuse equals the sum of the squares on the other two sides.
ALGEBRA 12.6 The Distance and Midpoint Formulas. The distance d between points and is: Find the distance between (–3, 4) and (1, –4). Why? Let’s try an.
Main Menu Main Menu (Click on the topics below) Combinatorics Introduction Equally likely Probability Formula Counting elements of a list Counting elements.
Distance Formula and Midpoint Formula. Distance Formula The distance formula is derived from the Pythagorean theorem c 2 = a 2 + b 2. d Substituting d.
BY DR. SAFA AHMED ELASKARY FACULTY OF ALLIED MEDICAL OF SCIENCES Lecture (1) Antiderivatives and the Rules of Integration.
Spring 2016 COMP 2300 Discrete Structures for Computation
Binomial Coefficients: Selected Exercises
A binomial is a polynomial with two terms such as x + a. Often we need to raise a binomial to a power. In this section we'll explore a way to do just.
Prime Factorization. What is Prime Factorization? The process of converting a number into a product of prime numbers.
Theorem Suppose {a n } is non-decreasing and bounded above by a number A. Then {a n } converges to some finite limit a, with a  A. Suppose {b n } is non-increasing.
13.1 The Distance Formula. This should not be new Y X I II III IV Origin.
Main Menu Main Menu (Click on the topics below) Pigeonhole Principle Example Generalized Pigeonhole Principle Example Proof of Pigeonhole Principle Click.
Choose the right picture Choose the right word. 5.
Write Linear Equations in Point- Slope Form Section 4.3 beginning on page 242.
Relations and Graphs Relations and Graphs Sanjay Jain, Lecturer, School of Computing.
Series such as arise in applications, but the convergence tests developed so far cannot be applied easily. Fortunately, the Ratio Test can be used for.
Mathematical Induction I Lecture 19 Section 4.2 Mon, Feb 14, 2005.
Normal Distribution ••••••••••••••••••••••••••••••••••
Algebra Commandments Measurement.
Right Triangle The sides that form the right angle are called the legs. The side opposite the right angle is called the hypotenuse.
Please log on to your computers.
3.2 – Solving Systems Algebraically
Name the type of triangle shown below.
Remainder Theorem What’s left over?.
Algebra substitution.
Use the Table of Integrals to evaluate the integral
Use Pascal’s triangle to expand the expression (3 x - 2 y) 3
Jeopardy Choose a category, you will be given a question, you must give the answer. Click to begin.
The Binomial Theorem.
Circle Theorems continued
Calculate the iterated integral. {image}
13.9 Day 2 Least Squares Regression
Patterns and Combinatorics
The Properties of Mathematics
Presentation transcript:

Main Menu Main Menu (Click on the topics below) Algebra of Combinations Pascal’s formula More Formulas Click on the picture Sanjay Jain, Lecturer, School of Computing

Algebra of Combinations Sanjay Jain, Lecturer, School of Computing

Algebra of Combinations 1. Simplification 2. Proving some equalities. 3. Different ways of seeing the same problem. For r > n For 1  r  n For 0  n

END OF SEGMENT

Theorem: Suppose 0  r  n Method 2: Choosing r objects from a set of n objects is same as leaving out n-r objects. Thus, Method 1:

END OF SEGMENT

Theorem: Pascal’s Formula Job: Choose r objects from a set of n+1 objects. Calculate in two ways: A) B) (i) Choose the first object, and r-1 of the remaining n objects OR (ii) Do not choose the first object, and choose r of the remaining n objects Answer should be sum of the ways in which (i) and (ii) can be done. Suppose 1  r  n

END OF SEGMENT

Pascal’s Formula Continued We can use Pascal’s Formula to derive new formulas as follows: Suppose 2  r  n

Pascal’s Formula Continued Choosing r out of n+2 objects can be done as follows: (i) Choose the first two objects, and r-2 of the remaining n objects OR (ii) Choose one of the first two objects and choose r-1 of the remaining n objects OR (iii) Choose none of the first two objects and choose r of the remaining n objects. Number of ways of choosing r out of n+2 objects should be sum of the ways in which (i), (ii) and (iii) can be done.

END OF SEGMENT

Generalized Pascal’s Formula Generalizing we get:

END OF SEGMENT

More Formulas You can prove above by substituting the formulas for combinations. Problem: Choose a committee of size r+1, with a leader, from a group of size n. A) Choose a committee of size r+1, and then choose a leader among them. B) Choose a committee of size r, and then choose a leader among the remaining n-r people. Answer should be same from both the methods. Suppose 0  r  n

More Formulas A) Choose a committee of size r+1, and then choose a leader among them. Choosing a committee of size r+1: Choosing a leader: (r+1) ways. Choosing the committee with the leader:

More Formulas B) Choose a committee of size r, and then choose a leader among the remaining n-r people. Choosing a leader: (n - r) ways. Choosing a committee of size r (without leader): Choosing the committee with the leader:

More Formulas

END OF SEGMENT