Chapter 1: The Art of Problem Solving

Slides:



Advertisements
Similar presentations
AE1APS Algorithmic Problem Solving John Drake
Advertisements

Lesson 2.1 Inductive Reasoning in Geometry
15-5 The Binomial Theorem Pascal’s Triangle. At the tip of Pascal's Triangle is the number 1, which makes up the zeroth row. The first row (1 & 1)
Chapter 1: The Art of Problem Solving
Chapter 1 The Art of Problem Solving © 2007 Pearson Addison-Wesley.
Discrete Structures Chapter 5: Sequences, Mathematical Induction, and Recursion 5.2 Mathematical Induction I [Mathematical induction is] the standard proof.
Chapter 1 The Art of Problem Solving © 2007 Pearson Addison-Wesley. All rights reserved.
Survey of Mathematical Ideas Math 100 Chapter 1 John Rosson Tuesday January 23, 2007.
Survey of Mathematical Ideas Math 100 Chapter 1 John Rosson Thursday January 18.
F A T R N T EP N I D A Much of mathematics is based on patterns, so it is important to study patterns in math. We use patterns to understand our world.
Carl Friedrich Gauss (30 April 1777 – 23 February 1855.
What is Critical Thinking?
Chapter 1 The Art of Problem Solving © 2008 Pearson Addison-Wesley.
Sequences and Series Algebra 2.
G AUSSIAN E LIMINATION Presented by: Max Le Max Le Justin Lavorgna Data Structures II: Algorithm Design & Analysis Algorithm Design & Analysis.
 2012 Pearson Education, Inc. Slide Chapter 1 The Art of Problem Solving.
Chapter An Introduction to Problem Solving 1 1 Copyright © 2013, 2010, and 2007, Pearson Education, Inc.
Copyright © Cengage Learning. All rights reserved.
A summary of the algebra concepts. Sequences and Series Some sequences are arithmetic because there is a common difference between terms. We call the.
The Gaussian (Normal) Distribution: More Details & Some Applications.
Blaise Pascal and Pascal’s Triangle. PASCAL’S TRIANGLE * ABOUT THE MAN * CONSTRUCTING THE TRIANGLE * PATTERNS IN THE TRIANGLE * PROBABILITY AND THE TRIANGLE.
Ch. 22 in the book by Giancoli
Copyright © 2007 Pearson Education, Inc. Slide 8-1.
Pascal’s Triangle Bethany Espinosa CSCI :30 Computer 18.
MATH CHALLENGE Challenge your mind!  Math is all around you in …  Nature  Art  Games  The following slides have links and puzzles for you.  Select.
Copyright © Cengage Learning. All rights reserved. 8.4 The Binomial Theorem.
Copyright © Cengage Learning. All rights reserved. 8 Sequences, Series, and Probability.
 2012 Pearson Education, Inc. Slide Chapter 1 The Art of Problem Solving.
María José Jaimes Rodríguez Johann Carl Friedrich Gauss Full name On April 30, 1777 In Braunschweig, Germany Born On February 23, 1855 In Göttigen,
Chapter 1: The Art of Problem Solving
 Sophie Germain  Mathematician, physicist, and philosopher.  Born April 1, 1776, in Rue Saint-Denis, Paris, France  Died: June 27, 1831  Got educated.
© 2008 Pearson Addison-Wesley. All rights reserved 1-1 Chapter 1 Section 1-1 Types of Reasoning.
Agenda 9/27 DO NOW (3 parts) ◦Prove the following: 1.The length of a square is 5 cm. What is the measure of its width? How can you be sure? 2.What is the.
1.1 Patterns and Inductive Reasoning
PreCalculus Section 8-5 The Binomial Theorem. Objectives Use the Binomial Theorem to calculate binomial coefficients. Use binomial coefficients to write.
Copyright © 2009 Pearson Education, Inc. Chapter 24: Gauss’s Law.
1.2 Reasoning Mathematically Two Types of Reasoning Remember to Silence Your Cell Phone and Put It in Your Bag!
Unit 1: The Art of Problem Solving Advanced General Mathematics.
5/28/2006Section 1.11 Topics in Modern Mathematics College text for a Liberal Arts Program Good to used for those going into teaching Excellent overall.
1 10 Section 8.1 Recursive Thinking Page 409
Induction in Pascal’s Triangle
Johann Carl Friedrich Gauss
Induction in Pascal’s Triangle
CHAPTER 18 Number Theory Tina Rye Sloan To accompany Helping Children Learn Math10e, Reys et al. ©2012 John Wiley & Sons  
Arithmetic and Geometric Sequences
Inductive and Deductive Reasoning
6.17 The student will identify and extend geometric and arithmetic sequences.
Sequences, Series, and Probability
Copyright © Cengage Learning. All rights reserved.
The Art of Problem Solving
Solving Problems by Inductive Reasoning
Inductive and Deductive Reasoning
Gaussian (Normal) Distribution
PASCAL TRIANGLE
Inductive and Deductive Reasoning
The Art of Problem Solving
Copyright © Cengage Learning. All rights reserved.
Arithmetic & Geometric Sequences
1 Chapter An Introduction to Problem Solving
Gaussian (Normal) Distribution
Chapter 8: Further Topics in Algebra
Chapter 1 The Art of Problem Solving © 2007 Pearson Addison-Wesley.
PASCAL’S TRIANGLE.
Copyright © Cengage Learning. All rights reserved.
Copyright © 2014 Pearson Education, Inc.
Chapter 11: Further Topics in Algebra
1 Chapter An Introduction to Problem Solving
The Art of Problem Solving
1.1 Patterns and Inductive Reasoning
Chapter 1 Sequences and Series
Presentation transcript:

Chapter 1: The Art of Problem Solving

Letters Game ABCDEFGHIJKLMNOPQRSTUVWXYZ BCDEFGHIJKLMNOPQRSTUVWXYZ Where could C, M, R and X belong?

Letters Game Possible solution: ABCDEFGHIJKLMNOPQRSTUVWXYZ

“Die Hard” Problem Riddle to defuse a bomb, from the movie “Die Hard”: On the fountain there should be two jugs: 5 gallon and 3 gallon. Fill one of the jugs with exactly 4 gallons of water. You must be precise.

1, 4, 7, 10, 13, … What is the next number? For the following sequence, what do you think the next number is? Why? 1, 4, 7, 10, 13, …

1, 1, 2, 3, 5, 8, … What is the next number? For the following sequence, what do you think the next number is? Why? 1, 1, 2, 3, 5, 8, …

Inductive Reasoning Specific  General Inductive reasoning is characterized by drawing a general conclusion/conjecture from repeated observations of specific examples. The conjecture may or may not be true. You are looking for patterns to make predictions. Examples: letters game, number sequences, predicting next equation

Deductive Reasoning General  Specific Deductive reasoning is characterized by applying general principles to specific examples. Examples: Pythagoras’ theorem Pythagoras and Flatiron

Flatiron Building Pythagoras and Flatiron Flatiron

1.2 Number Patterns An ordered list of numbers such as 1, 1, 2, 3, 5, 8, … is called a sequence Arithmetic sequence: each term is obtained by adding the same number to the previous term: 1, 3, 5, 7, … Geometric sequence: each term is obtained by multiplying the previous term by the same number (called the common ratio): 1, 2, 4, 8, 16, …

Successive Differences 1, 3, 6, 10, … 3, 14, 31, 54, 83, 118, … 1, 11, 35, 79, 149, 251, …

Gauss 1.2 Johann Carl Friedrich Gauss (30 April 1777 – 23 February 1855) was a German mathematician and scientist who contributed significantly to many fields, including number theory, statistics, analysis, differential geometry, geodesy, geophysics, electrostatics, astronomy and optics. Sometimes referred to as "the Prince of Mathematicians", Gauss had a remarkable influence in many fields of mathematics and science and is ranked as one of history's most influential mathematicians. He referred to mathematics as "the queen of sciences".

How to find the sums? 1 + 2 + 3 + 4 + 5 + 6 = 1 + 2 + 3 + … 20 = 1 + 2 + 3 + … 100 =

Triangular Numbers

Geometric argument for Gauss’s formula

Frog Climbing a Well 1.3 #50, page 29 A frog is at the bottom of a 20 foot well. Each day it crawls up 4 feet but each night it slips back 3 feet. After how many days will the frog reach the top of the well?

Polya’s 4 Steps Understand the problem Devise a plan Carry out the plan Look back and check

Units Digit of a Power of 7 #51, page 29 What is the units digit in 7 raised to 491?

Matching Socks #55, page 29 A drawer contains 20 black socks and 20 white socks. If the light is off and you reach into the drawer to get your socks, what is the minimum number of socks you must pull out in order to be sure that you have a matching pair?

Growth of a Lily Pad #59, page 27 A lily pad grows so that each day it doubles in size. On the twentieth day of its life, it completely covers a pond. On what day was the pond half-covered?

Crossing a River A person must take a wolf, a goat, and some cabbage across a river. The rowboat to be used has room for one person plus either the wolf, the goat or the cabbage. If the person takes the cabbage in the boat, the wolf will eat the goat. If the wolf goes in the boat, the goat will eat the cabbage. The goat and cabbage are safe only when the person is present. Even so, the person gets everything across the river. How?

Blaise Pascal 1623-1662 French mathematician, physicist, inventor, writer and Catholic philosopher Was told not to study math until 15 but rebelled Invented first digital calculator “We arrive at truth, not by reason only, but also by the heart.”

Pascal’s Triangle

Patterns in Pascal’s Triangle Symmetry Sums of Rows Prime Numbers Diagonals and Fibonacci Hockey Stick Pattern

Pascal and Pizza If there are 8 different toppings to choose from, how many possibilities are there? (assuming no doubles) No toppings Just one Two Three Pattern?