Month Rabbits # Pairs

Size: px
Start display at page:

Download "Month Rabbits # Pairs"

Transcription

1 1. Fibonacci s Rabbit Problem. Fibonacci rabbits come in pairs. Once a pair is two months old, it bears another pair and from then on bears one pair every month. Starting with a newborn pair at the beginning of a year, how many pairs of rabbits will there be at the end of the year? I start the problem in the pictures below. A white pair if rabbits is one that is not yet mature enough to produce another pair. Pink pairs reproduce. It may be hard to know who the parents are after a while, but for every pink pair in a given row, there will be an additional white pair in the row below. Page from the Liber Abaci where the rabbit problem appears Month Rabbits # Pairs After a year there will be rabbits.

2 2 Solution. One way of doing it is to see the pattern, or to just go on with the rabbit pictures until month 12 is reached. We then get the following pattern: Month J F M A M J J A S O N D # rabbit pairs But suppose we want to go on for longer than a year, can we be sure the pattern stays the same? Here is a more precise justification. It may be a bit harder to follow, but I hope not incredibly hard. Let us look at some consecutive months and following the mathematical custom of calling things by letters, suppose that one month is called n, the next one n + 1. Suppose that in month n we have x pink rabbit pairs and y white ones. We write this out as p = x, w = y. The total number of rabbit pairs is then fn = x + y.(fn for Fibonacci at time n). Now every pink rabbit pair will produce a new pair that is white. The white pairs become pink. This means that in month n + 1 our equations are p = x + y (all pink stay pink, whites become pink) and w = x (all pink produce one white). So now we have for the total number of rabbit pairs f(n + 1) = x + y + x = 2x + y. This still doesn t tell us that much, so let s go to the next month, month n + 2. All pink stay pink, all white become pink, our equation is now p = x + y + x = 2x + y; all pink produce one white, so w = x + y, and f(n + 2) = 2x + y + x + y = 3x + 2y. Well, tis is still a bit obscure, but we might notice that f(n + 2) = 3x + 2y = (2x + y) + (x + y) = f(n + 1) + fn. The pattern is, in fact and forever: The number of rabbit pairs in any given month past the second one equals the sum of the number of pairs in the the two preceding months. That is, the pattern is 1, 1, = 2, = 3,, = 5,, = 8, = 13, and so forth The sequence of numbers so created is known as the Fibonacci sequence. 2. A tiling problem. Suppose we have rectangular tiles; they are twice as long as they are wide.to be precise, each tile is 10 inches long and 5 inches wide. Mr. Snuckelbakker wants to use these tiles to tile a 10 inch wide rectangular area in a room of his house and he wonders in how many different ways he can lay the tiles, depending on how much floor he wants to cover. If all he wants to do is to cover 5 inches of floor, there is only one way of doing it, he uses a single tile: If he wants to cover 10 inches of floor, he has two choices:

3 3 If he wants to cover 15 inches of floor, he has three choices: However, he wants to cover a strip that is 10 feet = 24 5 long. In how many ways can he do it? Solution. The Fibonacci sequence appears again, except that the first term is missing. The sequence is 1, 2, 3, 5,.... So the answer is the 25th number in the series, namely f 25 = 75, 025. Here is a justification: Say Mr. S has laid out tiles covering a strip at least 15 long. The tiling either ended with a single vertical tile (as in the first and third picture of how to tile a 15 inch strip) or with two horizontal tiles (as in the middle picture of how to tile a 15 inch strip). In the first case, removing the last tile, tiles 5 inches less, in the second case, removing the horizontal tiles, tiles 10 inches less. From this one can see that the number of different ways to tile a strip of n times 5 inches is the sum of ways one can tile a strip of n 1 times 5 inches, plus the number of ways one can tile a strip of n 2 inches. Fibonacci again! 3. A problem posed to Fibonacci by a magister from near Constantinople. This is one of a whole series of problems involving two or more men, giving and taking money. You can replace the word denari by dollars. Also it is proposed that one man takes 7 denari from the other, and he will have five times the second man. And the second man takes 5 denari from the first, and he will have seven times the denari of the first. How much money does each have? Modern version: If A were to take $7 from B, then A would have five times what B has. If B were to take $5 from A, then B would have seven times what A has. How much money do A, B have? The correct answer involves fractions! Solution. This problem involves equations in addition to fractions. Let us call a the amount of money A has, b the amount B has. The problem states: b + 5 = 7(a 5). a + 7 = 5(b 7) The first equation can be worked on a bit to get first a + 7 = 5b 35, we can then subtract 7 from both sides to get a = 5b 42. We go with this to the second equation: b + 5 = 7a 35 = 7(5b 42) 35 = 35b = 35b 329.

4 4 We can turn this equation around to get 35b 329 = b + 5; subtracting b from both sides gives 34b 329 = 5, adding 329 to both sides gives 34b = 334. From this: b = = 167 Returning with this value of b to the equation a = 5b 42 we get a = = = 835 The answer is that A has 121/, B has 167/ denarii. 42 = = Fibonacci s Birds from two towers Problem On a certain ground there are two towers, one of which is 30 feet high, the other 40, and they are only 50 feet apart; two birds descending together from the heights of the two towers fly to the center of a fountain between the towers; the distances from the center to both towers are sought. In the picture below, the taller tower is represented by the line segment BA, the shorter by DG. The center of the fountain is at Z. Since both birds start at the same time, and fly at the same speed, the segments GZ and AZ have the same length. One has to find the lengths of ZD and ZB. Solution. Let us write x = DZ (the length of DZ) and y = ZB we know that x + y = 50, so y = 50 x. Let h be the length of GZ, the hypotenuse of the triangle DGZ. This is also the length of AZ, the hypotenuse of the triangle ABZ. By Pythagoras: Equating the two expressions for h 2 : h 2 = x 2 = x 2, h 2 = y 2 = (50 x) x 2 = (50 x) 2 We now use a very famous formula giving the square of a sum or difference of two terms (a sum or difference of two terms is known as a binomial), namely (a ± b) 2 = a 2 ± 2ab + b 2.

5 5 So (50 x) 2 = (50)x + x 2 = x + x 2. Returning to the last equation before this digression, x 2 = x + x 2 = x + x 2. We can now: Subtract x 2 from both sides, add 100x to both sides, subtract 900 from both sides; we are left with 100x = Dividing both sides by 100 we get x = 32, the length of ZD. The length of ZB is then y = 50 x = A Tournament problem Fibonacci took part in a mathematical tournament where he solved three problems. Here is the third one. Three men possess a pile of money. One man owns 1/2 of the pile, another one owns 1/3 and the third man owns 1/6 of the pile. Each man takes some money from the pile, until nothing is left. But then the first man returns 1/2 of what he took, the second man returns 1/3 of what he took, and the third man returns 1/6 of what he took. If the returned total is divided evenly among the men, it is found that each then has what he is entitled to. How much money was in the original pile, and how much money did each man take? I am leaving this as a problem still to be solved.

SQUARE-SQUARE ROOT AND CUBE-CUBE ROOT

SQUARE-SQUARE ROOT AND CUBE-CUBE ROOT UNIT 3 SQUAREQUARE AND CUBEUBE (A) Main Concepts and Results A natural number is called a perfect square if it is the square of some natural number. i.e., if m = n 2, then m is a perfect square where m

More information

APPLICATIONS AND MODELING WITH QUADRATIC EQUATIONS

APPLICATIONS AND MODELING WITH QUADRATIC EQUATIONS APPLICATIONS AND MODELING WITH QUADRATIC EQUATIONS Now that we are starting to feel comfortable with the factoring process, the question becomes what do we use factoring to do? There are a variety of classic

More information

How To Solve Factoring Problems

How To Solve Factoring Problems 05-W4801-AM1.qxd 8/19/08 8:45 PM Page 241 Factoring, Solving Equations, and Problem Solving 5 5.1 Factoring by Using the Distributive Property 5.2 Factoring the Difference of Two Squares 5.3 Factoring

More information

MATH 21. College Algebra 1 Lecture Notes

MATH 21. College Algebra 1 Lecture Notes MATH 21 College Algebra 1 Lecture Notes MATH 21 3.6 Factoring Review College Algebra 1 Factoring and Foiling 1. (a + b) 2 = a 2 + 2ab + b 2. 2. (a b) 2 = a 2 2ab + b 2. 3. (a + b)(a b) = a 2 b 2. 4. (a

More information

Assignment 5 - Due Friday March 6

Assignment 5 - Due Friday March 6 Assignment 5 - Due Friday March 6 (1) Discovering Fibonacci Relationships By experimenting with numerous examples in search of a pattern, determine a simple formula for (F n+1 ) 2 + (F n ) 2 that is, a

More information

We start with the basic operations on polynomials, that is adding, subtracting, and multiplying.

We start with the basic operations on polynomials, that is adding, subtracting, and multiplying. R. Polnomials In this section we want to review all that we know about polnomials. We start with the basic operations on polnomials, that is adding, subtracting, and multipling. Recall, to add subtract

More information

Factoring and Applications

Factoring and Applications Factoring and Applications What is a factor? The Greatest Common Factor (GCF) To factor a number means to write it as a product (multiplication). Therefore, in the problem 48 3, 4 and 8 are called the

More information

If A is divided by B the result is 2/3. If B is divided by C the result is 4/7. What is the result if A is divided by C?

If A is divided by B the result is 2/3. If B is divided by C the result is 4/7. What is the result if A is divided by C? Problem 3 If A is divided by B the result is 2/3. If B is divided by C the result is 4/7. What is the result if A is divided by C? Suggested Questions to ask students about Problem 3 The key to this question

More information

Algebra Geometry Glossary. 90 angle

Algebra Geometry Glossary. 90 angle lgebra Geometry Glossary 1) acute angle an angle less than 90 acute angle 90 angle 2) acute triangle a triangle where all angles are less than 90 3) adjacent angles angles that share a common leg Example:

More information

called and explain why it cannot be factored with algebra tiles? and explain why it cannot be factored with algebra tiles?

called and explain why it cannot be factored with algebra tiles? and explain why it cannot be factored with algebra tiles? Factoring Reporting Category Topic Expressions and Operations Factoring polynomials Primary SOL A.2c The student will perform operations on polynomials, including factoring completely first- and second-degree

More information

Pythagorean Theorem: Proof and Applications

Pythagorean Theorem: Proof and Applications Pythagorean Theorem: Proof and Applications Kamel Al-Khaled & Ameen Alawneh Department of Mathematics and Statistics, Jordan University of Science and Technology IRBID 22110, JORDAN E-mail: kamel@just.edu.jo,

More information

Applications of the Pythagorean Theorem

Applications of the Pythagorean Theorem 9.5 Applications of the Pythagorean Theorem 9.5 OBJECTIVE 1. Apply the Pythagorean theorem in solving problems Perhaps the most famous theorem in all of mathematics is the Pythagorean theorem. The theorem

More information

The Fibonacci Sequence and the Golden Ratio

The Fibonacci Sequence and the Golden Ratio 55 The solution of Fibonacci s rabbit problem is examined in Chapter, pages The Fibonacci Sequence and the Golden Ratio The Fibonacci Sequence One of the most famous problems in elementary mathematics

More information

10 7, 8. 2. 6x + 30x + 36 SOLUTION: 8-9 Perfect Squares. The first term is not a perfect square. So, 6x + 30x + 36 is not a perfect square trinomial.

10 7, 8. 2. 6x + 30x + 36 SOLUTION: 8-9 Perfect Squares. The first term is not a perfect square. So, 6x + 30x + 36 is not a perfect square trinomial. Squares Determine whether each trinomial is a perfect square trinomial. Write yes or no. If so, factor it. 1.5x + 60x + 36 SOLUTION: The first term is a perfect square. 5x = (5x) The last term is a perfect

More information

Answer Key for California State Standards: Algebra I

Answer Key for California State Standards: Algebra I Algebra I: Symbolic reasoning and calculations with symbols are central in algebra. Through the study of algebra, a student develops an understanding of the symbolic language of mathematics and the sciences.

More information

4. How many integers between 2004 and 4002 are perfect squares?

4. How many integers between 2004 and 4002 are perfect squares? 5 is 0% of what number? What is the value of + 3 4 + 99 00? (alternating signs) 3 A frog is at the bottom of a well 0 feet deep It climbs up 3 feet every day, but slides back feet each night If it started

More information

SPECIAL PRODUCTS AND FACTORS

SPECIAL PRODUCTS AND FACTORS CHAPTER 442 11 CHAPTER TABLE OF CONTENTS 11-1 Factors and Factoring 11-2 Common Monomial Factors 11-3 The Square of a Monomial 11-4 Multiplying the Sum and the Difference of Two Terms 11-5 Factoring the

More information

for the Common Core State Standards 2012

for the Common Core State Standards 2012 A Correlation of for the Common Core State s 2012 to the Common Core Georgia Performance s Grade 2 FORMAT FOR CORRELATION TO THE COMMON CORE GEORGIA PERFORMANCE STANDARDS (CCGPS) Subject Area: K-12 Mathematics

More information

Sect 6.7 - Solving Equations Using the Zero Product Rule

Sect 6.7 - Solving Equations Using the Zero Product Rule Sect 6.7 - Solving Equations Using the Zero Product Rule 116 Concept #1: Definition of a Quadratic Equation A quadratic equation is an equation that can be written in the form ax 2 + bx + c = 0 (referred

More information

ALGEBRA 2: 4.1 Graph Quadratic Functions in Standard Form

ALGEBRA 2: 4.1 Graph Quadratic Functions in Standard Form ALGEBRA 2: 4.1 Graph Quadratic Functions in Standard Form Goal Graph quadratic functions. VOCABULARY Quadratic function A function that can be written in the standard form y = ax 2 + bx+ c where a 0 Parabola

More information

Math 55: Discrete Mathematics

Math 55: Discrete Mathematics Math 55: Discrete Mathematics UC Berkeley, Fall 2011 Homework # 5, due Wednesday, February 22 5.1.4 Let P (n) be the statement that 1 3 + 2 3 + + n 3 = (n(n + 1)/2) 2 for the positive integer n. a) What

More information

A Quick Algebra Review

A Quick Algebra Review 1. Simplifying Epressions. Solving Equations 3. Problem Solving 4. Inequalities 5. Absolute Values 6. Linear Equations 7. Systems of Equations 8. Laws of Eponents 9. Quadratics 10. Rationals 11. Radicals

More information

Factoring Polynomials

Factoring Polynomials UNIT 11 Factoring Polynomials You can use polynomials to describe framing for art. 396 Unit 11 factoring polynomials A polynomial is an expression that has variables that represent numbers. A number can

More information

1.2. Successive Differences

1.2. Successive Differences 1. An Application of Inductive Reasoning: Number Patterns In the previous section we introduced inductive reasoning, and we showed how it can be applied in predicting what comes next in a list of numbers

More information

Algebra II A Final Exam

Algebra II A Final Exam Algebra II A Final Exam Multiple Choice Identify the choice that best completes the statement or answers the question. Evaluate the expression for the given value of the variable(s). 1. ; x = 4 a. 34 b.

More information

1.3 Algebraic Expressions

1.3 Algebraic Expressions 1.3 Algebraic Expressions A polynomial is an expression of the form: a n x n + a n 1 x n 1 +... + a 2 x 2 + a 1 x + a 0 The numbers a 1, a 2,..., a n are called coefficients. Each of the separate parts,

More information

A.3. Polynomials and Factoring. Polynomials. What you should learn. Definition of a Polynomial in x. Why you should learn it

A.3. Polynomials and Factoring. Polynomials. What you should learn. Definition of a Polynomial in x. Why you should learn it Appendi A.3 Polynomials and Factoring A23 A.3 Polynomials and Factoring What you should learn Write polynomials in standard form. Add,subtract,and multiply polynomials. Use special products to multiply

More information

Mathematics Placement

Mathematics Placement Mathematics Placement The ACT COMPASS math test is a self-adaptive test, which potentially tests students within four different levels of math including pre-algebra, algebra, college algebra, and trigonometry.

More information

Assessment For The California Mathematics Standards Grade 3

Assessment For The California Mathematics Standards Grade 3 Introduction: Summary of Goals GRADE THREE By the end of grade three, students deepen their understanding of place value and their understanding of and skill with addition, subtraction, multiplication,

More information

MODERN APPLICATIONS OF PYTHAGORAS S THEOREM

MODERN APPLICATIONS OF PYTHAGORAS S THEOREM UNIT SIX MODERN APPLICATIONS OF PYTHAGORAS S THEOREM Coordinate Systems 124 Distance Formula 127 Midpoint Formula 131 SUMMARY 134 Exercises 135 UNIT SIX: 124 COORDINATE GEOMETRY Geometry, as presented

More information

Parallel and Perpendicular. We show a small box in one of the angles to show that the lines are perpendicular.

Parallel and Perpendicular. We show a small box in one of the angles to show that the lines are perpendicular. CONDENSED L E S S O N. Parallel and Perpendicular In this lesson you will learn the meaning of parallel and perpendicular discover how the slopes of parallel and perpendicular lines are related use slopes

More information

MAKING MATH MORE FUN BRINGS YOU FUN MATH GAME PRINTABLES FOR HOME OR SCHOOL

MAKING MATH MORE FUN BRINGS YOU FUN MATH GAME PRINTABLES FOR HOME OR SCHOOL MAKING MATH MORE FUN BRINGS YOU FUN MATH GAME PRINTABLES FOR HOME OR SCHOOL THESE FUN MATH GAME PRINTABLES are brought to you with compliments from Making Math More Fun at and Math Board Games at Copyright

More information

Section 1.4. Difference Equations

Section 1.4. Difference Equations Difference Equations to Differential Equations Section 1.4 Difference Equations At this point almost all of our sequences have had explicit formulas for their terms. That is, we have looked mainly at sequences

More information

How To Solve The Pythagorean Triangle

How To Solve The Pythagorean Triangle Name Period CHAPTER 9 Right Triangles and Trigonometry Section 9.1 Similar right Triangles Objectives: Solve problems involving similar right triangles. Use a geometric mean to solve problems. Ex. 1 Use

More information

7.2 Quadratic Equations

7.2 Quadratic Equations 476 CHAPTER 7 Graphs, Equations, and Inequalities 7. Quadratic Equations Now Work the Are You Prepared? problems on page 48. OBJECTIVES 1 Solve Quadratic Equations by Factoring (p. 476) Solve Quadratic

More information

Solving Quadratic Equations

Solving Quadratic Equations 9.3 Solving Quadratic Equations by Using the Quadratic Formula 9.3 OBJECTIVES 1. Solve a quadratic equation by using the quadratic formula 2. Determine the nature of the solutions of a quadratic equation

More information

Mathematics Florida Standards (MAFS) Grade 2

Mathematics Florida Standards (MAFS) Grade 2 Mathematics Florida Standards (MAFS) Grade 2 Domain: OPERATIONS AND ALGEBRAIC THINKING Cluster 1: Represent and solve problems involving addition and subtraction. MAFS.2.OA.1.1 Use addition and subtraction

More information

Sample Problems. Practice Problems

Sample Problems. Practice Problems Lecture Notes Quadratic Word Problems page 1 Sample Problems 1. The sum of two numbers is 31, their di erence is 41. Find these numbers.. The product of two numbers is 640. Their di erence is 1. Find these

More information

TEST A CHAPTER 6, EQUATIONS, INEQUALITIES, PROBLEM SOLVING. 1. Factor x 2-5x + 6. 2. Factor x 2-4x - 5.

TEST A CHAPTER 6, EQUATIONS, INEQUALITIES, PROBLEM SOLVING. 1. Factor x 2-5x + 6. 2. Factor x 2-4x - 5. TEST A CHAPTER 6, EQUATIONS, INEQUALITIES, PROBLEM SOLVING. Factor x 2-5x + 6. 2. Factor x 2-4x - 5. 3. Solve: (x + 2)(x - 3) = 0 x(x - 3)(x + 4) = 0 4. Solve by factoring: x 2 + x + 2 = 0. 5. Solve by

More information

12) 13) 14) (5x)2/3. 16) x5/8 x3/8. 19) (r1/7 s1/7) 2

12) 13) 14) (5x)2/3. 16) x5/8 x3/8. 19) (r1/7 s1/7) 2 DMA 080 WORKSHEET # (8.-8.2) Name Find the square root. Assume that all variables represent positive real numbers. ) 6 2) 8 / 2) 9x8 ) -00 ) 8 27 2/ Use a calculator to approximate the square root to decimal

More information

Area of Parallelograms, Triangles, and Trapezoids (pages 314 318)

Area of Parallelograms, Triangles, and Trapezoids (pages 314 318) Area of Parallelograms, Triangles, and Trapezoids (pages 34 38) Any side of a parallelogram or triangle can be used as a base. The altitude of a parallelogram is a line segment perpendicular to the base

More information

G r a d e 1 0 I n t r o d u c t i o n t o A p p l i e d a n d P r e - C a l c u l u s M a t h e m a t i c s ( 2 0 S ) Final Practice Exam

G r a d e 1 0 I n t r o d u c t i o n t o A p p l i e d a n d P r e - C a l c u l u s M a t h e m a t i c s ( 2 0 S ) Final Practice Exam G r a d e 1 0 I n t r o d u c t i o n t o A p p l i e d a n d P r e - C a l c u l u s M a t h e m a t i c s ( 2 0 S ) Final Practice Exam G r a d e 1 0 I n t r o d u c t i o n t o A p p l i e d a n d

More information

Polynomials. Key Terms. quadratic equation parabola conjugates trinomial. polynomial coefficient degree monomial binomial GCF

Polynomials. Key Terms. quadratic equation parabola conjugates trinomial. polynomial coefficient degree monomial binomial GCF Polynomials 5 5.1 Addition and Subtraction of Polynomials and Polynomial Functions 5.2 Multiplication of Polynomials 5.3 Division of Polynomials Problem Recognition Exercises Operations on Polynomials

More information

Law of Cosines. If the included angle is a right angle then the Law of Cosines is the same as the Pythagorean Theorem.

Law of Cosines. If the included angle is a right angle then the Law of Cosines is the same as the Pythagorean Theorem. Law of Cosines In the previous section, we learned how the Law of Sines could be used to solve oblique triangles in three different situations () where a side and two angles (SAA) were known, () where

More information

COWLEY COUNTY COMMUNITY COLLEGE REVIEW GUIDE Compass Algebra Level 2

COWLEY COUNTY COMMUNITY COLLEGE REVIEW GUIDE Compass Algebra Level 2 COWLEY COUNTY COMMUNITY COLLEGE REVIEW GUIDE Compass Algebra Level This study guide is for students trying to test into College Algebra. There are three levels of math study guides. 1. If x and y 1, what

More information

MATH REVIEW SHEETS BEGINNING ALGEBRA MATH 60

MATH REVIEW SHEETS BEGINNING ALGEBRA MATH 60 MATH REVIEW SHEETS BEGINNING ALGEBRA MATH 60 A Summar of Concepts Needed to be Successful in Mathematics The following sheets list the ke concepts which are taught in the specified math course. The sheets

More information

TEKS TAKS 2010 STAAR RELEASED ITEM STAAR MODIFIED RELEASED ITEM

TEKS TAKS 2010 STAAR RELEASED ITEM STAAR MODIFIED RELEASED ITEM 7 th Grade Math TAKS-STAAR-STAAR-M Comparison Spacing has been deleted and graphics minimized to fit table. (1) Number, operation, and quantitative reasoning. The student represents and uses numbers in

More information

Polynomial Degree and Finite Differences

Polynomial Degree and Finite Differences CONDENSED LESSON 7.1 Polynomial Degree and Finite Differences In this lesson you will learn the terminology associated with polynomials use the finite differences method to determine the degree of a polynomial

More information

Year 9 mathematics test

Year 9 mathematics test Ma KEY STAGE 3 Year 9 mathematics test Tier 6 8 Paper 1 Calculator not allowed First name Last name Class Date Please read this page, but do not open your booklet until your teacher tells you to start.

More information

A Second Course in Mathematics Concepts for Elementary Teachers: Theory, Problems, and Solutions

A Second Course in Mathematics Concepts for Elementary Teachers: Theory, Problems, and Solutions A Second Course in Mathematics Concepts for Elementary Teachers: Theory, Problems, and Solutions Marcel B. Finan Arkansas Tech University c All Rights Reserved First Draft February 8, 2006 1 Contents 25

More information

Section 2.5 Average Rate of Change

Section 2.5 Average Rate of Change Section.5 Average Rate of Change Suppose that the revenue realized on the sale of a company s product can be modeled by the function R( x) 600x 0.3x, where x is the number of units sold and R( x ) is given

More information

Grade 6 Mathematics Common Core State Standards

Grade 6 Mathematics Common Core State Standards Grade 6 Mathematics Common Core State Standards Standards for Mathematical Practice HOW make sense of problems, persevere in solving them, and check the reasonableness of answers. reason with and flexibly

More information

SECTION 2.2. Distance and Midpoint Formulas; Circles

SECTION 2.2. Distance and Midpoint Formulas; Circles SECTION. Objectives. Find the distance between two points.. Find the midpoint of a line segment.. Write the standard form of a circle s equation.. Give the center and radius of a circle whose equation

More information

MATH 100 PRACTICE FINAL EXAM

MATH 100 PRACTICE FINAL EXAM MATH 100 PRACTICE FINAL EXAM Lecture Version Name: ID Number: Instructor: Section: Do not open this booklet until told to do so! On the separate answer sheet, fill in your name and identification number

More information

Mathematics. Mathematical Practices

Mathematics. Mathematical Practices Mathematical Practices 1. Make sense of problems and persevere in solving them. 2. Reason abstractly and quantitatively. 3. Construct viable arguments and critique the reasoning of others. 4. Model with

More information

6.1 Add & Subtract Polynomial Expression & Functions

6.1 Add & Subtract Polynomial Expression & Functions 6.1 Add & Subtract Polynomial Expression & Functions Objectives 1. Know the meaning of the words term, monomial, binomial, trinomial, polynomial, degree, coefficient, like terms, polynomial funciton, quardrtic

More information

Geometry and Measurement

Geometry and Measurement The student will be able to: Geometry and Measurement 1. Demonstrate an understanding of the principles of geometry and measurement and operations using measurements Use the US system of measurement for

More information

Big Bend Community College. Beginning Algebra MPC 095. Lab Notebook

Big Bend Community College. Beginning Algebra MPC 095. Lab Notebook Big Bend Community College Beginning Algebra MPC 095 Lab Notebook Beginning Algebra Lab Notebook by Tyler Wallace is licensed under a Creative Commons Attribution 3.0 Unported License. Permissions beyond

More information

MEP Pupil Text 12. A list of numbers which form a pattern is called a sequence. In this section, straightforward sequences are continued.

MEP Pupil Text 12. A list of numbers which form a pattern is called a sequence. In this section, straightforward sequences are continued. MEP Pupil Text Number Patterns. Simple Number Patterns A list of numbers which form a pattern is called a sequence. In this section, straightforward sequences are continued. Worked Example Write down the

More information

( ) FACTORING. x In this polynomial the only variable in common to all is x.

( ) FACTORING. x In this polynomial the only variable in common to all is x. FACTORING Factoring is similar to breaking up a number into its multiples. For example, 10=5*. The multiples are 5 and. In a polynomial it is the same way, however, the procedure is somewhat more complicated

More information

SECTION 1-6 Quadratic Equations and Applications

SECTION 1-6 Quadratic Equations and Applications 58 Equations and Inequalities Supply the reasons in the proofs for the theorems stated in Problems 65 and 66. 65. Theorem: The complex numbers are commutative under addition. Proof: Let a bi and c di be

More information

MATH 10034 Fundamental Mathematics IV

MATH 10034 Fundamental Mathematics IV MATH 0034 Fundamental Mathematics IV http://www.math.kent.edu/ebooks/0034/funmath4.pdf Department of Mathematical Sciences Kent State University January 2, 2009 ii Contents To the Instructor v Polynomials.

More information

1.1 Practice Worksheet

1.1 Practice Worksheet Math 1 MPS Instructor: Cheryl Jaeger Balm 1 1.1 Practice Worksheet 1. Write each English phrase as a mathematical expression. (a) Three less than twice a number (b) Four more than half of a number (c)

More information

SOLVING EQUATIONS WITH RADICALS AND EXPONENTS 9.5. section ( 3 5 3 2 )( 3 25 3 10 3 4 ). The Odd-Root Property

SOLVING EQUATIONS WITH RADICALS AND EXPONENTS 9.5. section ( 3 5 3 2 )( 3 25 3 10 3 4 ). The Odd-Root Property 498 (9 3) Chapter 9 Radicals and Rational Exponents Replace the question mark by an expression that makes the equation correct. Equations involving variables are to be identities. 75. 6 76. 3?? 1 77. 1

More information

ALGEBRA. sequence, term, nth term, consecutive, rule, relationship, generate, predict, continue increase, decrease finite, infinite

ALGEBRA. sequence, term, nth term, consecutive, rule, relationship, generate, predict, continue increase, decrease finite, infinite ALGEBRA Pupils should be taught to: Generate and describe sequences As outcomes, Year 7 pupils should, for example: Use, read and write, spelling correctly: sequence, term, nth term, consecutive, rule,

More information

Warm-Up Oct. 22. Daily Agenda:

Warm-Up Oct. 22. Daily Agenda: Evaluate y = 2x 3x + 5 when x = 1, 0, and 2. Daily Agenda: Grade Assignment Go over Ch 3 Test; Retakes must be done by next Tuesday 5.1 notes / assignment Graphing Quadratic Functions 5.2 notes / assignment

More information

Postulate 17 The area of a square is the square of the length of a. Postulate 18 If two figures are congruent, then they have the same.

Postulate 17 The area of a square is the square of the length of a. Postulate 18 If two figures are congruent, then they have the same. Chapter 11: Areas of Plane Figures (page 422) 11-1: Areas of Rectangles (page 423) Rectangle Rectangular Region Area is measured in units. Postulate 17 The area of a square is the square of the length

More information

Toothpick Squares: An Introduction to Formulas

Toothpick Squares: An Introduction to Formulas Unit IX Activity 1 Toothpick Squares: An Introduction to Formulas O V E R V I E W Rows of squares are formed with toothpicks. The relationship between the number of squares in a row and the number of toothpicks

More information

Fourth Grade Math Standards and "I Can Statements"

Fourth Grade Math Standards and I Can Statements Fourth Grade Math Standards and "I Can Statements" Standard - CC.4.OA.1 Interpret a multiplication equation as a comparison, e.g., interpret 35 = 5 x 7 as a statement that 35 is 5 times as many as 7 and

More information

43 Perimeter and Area

43 Perimeter and Area 43 Perimeter and Area Perimeters of figures are encountered in real life situations. For example, one might want to know what length of fence will enclose a rectangular field. In this section we will study

More information

Mathematics Common Core Sample Questions

Mathematics Common Core Sample Questions New York State Testing Program Mathematics Common Core Sample Questions Grade6 The materials contained herein are intended for use by New York State teachers. Permission is hereby granted to teachers and

More information

1.3 Polynomials and Factoring

1.3 Polynomials and Factoring 1.3 Polynomials and Factoring Polynomials Constant: a number, such as 5 or 27 Variable: a letter or symbol that represents a value. Term: a constant, variable, or the product or a constant and variable.

More information

Inv 1 5. Draw 2 different shapes, each with an area of 15 square units and perimeter of 16 units.

Inv 1 5. Draw 2 different shapes, each with an area of 15 square units and perimeter of 16 units. Covering and Surrounding: Homework Examples from ACE Investigation 1: Questions 5, 8, 21 Investigation 2: Questions 6, 7, 11, 27 Investigation 3: Questions 6, 8, 11 Investigation 5: Questions 15, 26 ACE

More information

9.3 OPERATIONS WITH RADICALS

9.3 OPERATIONS WITH RADICALS 9. Operations with Radicals (9 1) 87 9. OPERATIONS WITH RADICALS In this section Adding and Subtracting Radicals Multiplying Radicals Conjugates In this section we will use the ideas of Section 9.1 in

More information

13. Write the decimal approximation of 9,000,001 9,000,000, rounded to three significant

13. Write the decimal approximation of 9,000,001 9,000,000, rounded to three significant æ If 3 + 4 = x, then x = 2 gold bar is a rectangular solid measuring 2 3 4 It is melted down, and three equal cubes are constructed from this gold What is the length of a side of each cube? 3 What is the

More information

Quick Reference ebook

Quick Reference ebook This file is distributed FREE OF CHARGE by the publisher Quick Reference Handbooks and the author. Quick Reference ebook Click on Contents or Index in the left panel to locate a topic. The math facts listed

More information

MATH 90 CHAPTER 6 Name:.

MATH 90 CHAPTER 6 Name:. MATH 90 CHAPTER 6 Name:. 6.1 GCF and Factoring by Groups Need To Know Definitions How to factor by GCF How to factor by groups The Greatest Common Factor Factoring means to write a number as product. a

More information

GEOMETRIC SEQUENCES AND SERIES

GEOMETRIC SEQUENCES AND SERIES 4.4 Geometric Sequences and Series (4 7) 757 of a novel and every day thereafter increase their daily reading by two pages. If his students follow this suggestion, then how many pages will they read during

More information

Solve addition and subtraction word problems, and add and subtract within 10, e.g., by using objects or drawings to represent the problem.

Solve addition and subtraction word problems, and add and subtract within 10, e.g., by using objects or drawings to represent the problem. Solve addition and subtraction word problems, and add and subtract within 10, e.g., by using objects or drawings to represent the problem. Solve word problems that call for addition of three whole numbers

More information

Solutions to Exercises, Section 5.1

Solutions to Exercises, Section 5.1 Instructor s Solutions Manual, Section 5.1 Exercise 1 Solutions to Exercises, Section 5.1 1. Find all numbers t such that ( 1 3,t) is a point on the unit circle. For ( 1 3,t)to be a point on the unit circle

More information

PERIMETER AND AREA. In this unit, we will develop and apply the formulas for the perimeter and area of various two-dimensional figures.

PERIMETER AND AREA. In this unit, we will develop and apply the formulas for the perimeter and area of various two-dimensional figures. PERIMETER AND AREA In this unit, we will develop and apply the formulas for the perimeter and area of various two-dimensional figures. Perimeter Perimeter The perimeter of a polygon, denoted by P, is the

More information

Black Problems - Prime Factorization, Greatest Common Factor and Simplifying Fractions

Black Problems - Prime Factorization, Greatest Common Factor and Simplifying Fractions Black Problems Prime Factorization, Greatest Common Factor and Simplifying Fractions A natural number n, such that n >, can t be written as the sum of two more consecutive odd numbers if and only if n

More information

Warm-up Theorems about triangles. Geometry. Theorems about triangles. Misha Lavrov. ARML Practice 12/15/2013

Warm-up Theorems about triangles. Geometry. Theorems about triangles. Misha Lavrov. ARML Practice 12/15/2013 ARML Practice 12/15/2013 Problem Solution Warm-up problem Lunes of Hippocrates In the diagram below, the blue triangle is a right triangle with side lengths 3, 4, and 5. What is the total area of the green

More information

Tasks to Move Students On

Tasks to Move Students On Maths for Learning Inclusion Tasks to Move Students On Part 1 Maths for Learning Inclusion (M4LI) Tasks to Move Students On Numbers 1 10 Structuring Number Maths for Learning Inclusion (M4LI) Tasks to

More information

MATHCOUNTS TOOLBOX Facts, Formulas and Tricks

MATHCOUNTS TOOLBOX Facts, Formulas and Tricks MATHCOUNTS TOOLBOX Facts, Formulas and Tricks MATHCOUNTS Coaching Kit 40 I. PRIME NUMBERS from 1 through 100 (1 is not prime!) 2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97 II.

More information

1.3 LINEAR EQUATIONS IN TWO VARIABLES. Copyright Cengage Learning. All rights reserved.

1.3 LINEAR EQUATIONS IN TWO VARIABLES. Copyright Cengage Learning. All rights reserved. 1.3 LINEAR EQUATIONS IN TWO VARIABLES Copyright Cengage Learning. All rights reserved. What You Should Learn Use slope to graph linear equations in two variables. Find the slope of a line given two points

More information

MTH 092 College Algebra Essex County College Division of Mathematics Sample Review Questions 1 Created January 17, 2006

MTH 092 College Algebra Essex County College Division of Mathematics Sample Review Questions 1 Created January 17, 2006 MTH 092 College Algebra Essex County College Division of Mathematics Sample Review Questions Created January 7, 2006 Math 092, Elementary Algebra, covers the mathematical content listed below. In order

More information

Free Pre-Algebra Lesson 8 page 1

Free Pre-Algebra Lesson 8 page 1 Free Pre-Algebra Lesson 8 page 1 Lesson 8 Factor Pairs Measuring more accurately requires breaking our inches into fractions of an inch, little parts smaller than a whole inch. You can think ahead and

More information

VOLUME of Rectangular Prisms Volume is the measure of occupied by a solid region.

VOLUME of Rectangular Prisms Volume is the measure of occupied by a solid region. Math 6 NOTES 7.5 Name VOLUME of Rectangular Prisms Volume is the measure of occupied by a solid region. **The formula for the volume of a rectangular prism is:** l = length w = width h = height Study Tip:

More information

Generating Functions Count

Generating Functions Count 2 Generating Functions Count 2.1 Counting from Polynomials to Power Series Consider the outcomes when a pair of dice are thrown and our interest is the sum of the numbers showing. One way to model the

More information

Prediction The Evidence it Doesn't Work and a Popular Theory that Leads to Losses

Prediction The Evidence it Doesn't Work and a Popular Theory that Leads to Losses Forex Trading Strategy Mistakes 3 X Common Trading Errors Which Cause Losses We all know that 95% of all Forex traders lose money and most of these traders have no hope of winning because they base their

More information

Review of Intermediate Algebra Content

Review of Intermediate Algebra Content Review of Intermediate Algebra Content Table of Contents Page Factoring GCF and Trinomials of the Form + b + c... Factoring Trinomials of the Form a + b + c... Factoring Perfect Square Trinomials... 6

More information

Motion Graphs. It is said that a picture is worth a thousand words. The same can be said for a graph.

Motion Graphs. It is said that a picture is worth a thousand words. The same can be said for a graph. Motion Graphs It is said that a picture is worth a thousand words. The same can be said for a graph. Once you learn to read the graphs of the motion of objects, you can tell at a glance if the object in

More information

Use order of operations to simplify. Show all steps in the space provided below each problem. INTEGER OPERATIONS

Use order of operations to simplify. Show all steps in the space provided below each problem. INTEGER OPERATIONS ORDER OF OPERATIONS In the following order: 1) Work inside the grouping smbols such as parenthesis and brackets. ) Evaluate the powers. 3) Do the multiplication and/or division in order from left to right.

More information

Logs Transformation in a Regression Equation

Logs Transformation in a Regression Equation Fall, 2001 1 Logs as the Predictor Logs Transformation in a Regression Equation The interpretation of the slope and intercept in a regression change when the predictor (X) is put on a log scale. In this

More information

Veterans Upward Bound Algebra I Concepts - Honors

Veterans Upward Bound Algebra I Concepts - Honors Veterans Upward Bound Algebra I Concepts - Honors Brenda Meery Kaitlyn Spong Say Thanks to the Authors Click http://www.ck12.org/saythanks (No sign in required) www.ck12.org Chapter 6. Factoring CHAPTER

More information

discuss how to describe points, lines and planes in 3 space.

discuss how to describe points, lines and planes in 3 space. Chapter 2 3 Space: lines and planes In this chapter we discuss how to describe points, lines and planes in 3 space. introduce the language of vectors. discuss various matters concerning the relative position

More information

Grade 5 Math Content 1

Grade 5 Math Content 1 Grade 5 Math Content 1 Number and Operations: Whole Numbers Multiplication and Division In Grade 5, students consolidate their understanding of the computational strategies they use for multiplication.

More information

Such As Statements, Kindergarten Grade 8

Such As Statements, Kindergarten Grade 8 Such As Statements, Kindergarten Grade 8 This document contains the such as statements that were included in the review committees final recommendations for revisions to the mathematics Texas Essential

More information

CSU Fresno Problem Solving Session. Geometry, 17 March 2012

CSU Fresno Problem Solving Session. Geometry, 17 March 2012 CSU Fresno Problem Solving Session Problem Solving Sessions website: http://zimmer.csufresno.edu/ mnogin/mfd-prep.html Math Field Day date: Saturday, April 21, 2012 Math Field Day website: http://www.csufresno.edu/math/news

More information