Appendix 1 MAPLE Program for Fibonacci Application

Size: px
Start display at page:

Download "Appendix 1 MAPLE Program for Fibonacci Application"

Transcription

1 Appendix 1 MAPLE Program for Fibonacci Application > restart:with(lretools): > eq:¼r(nþ)¼r(nþ1)þr(n); and solved for R(n) subject to the two initial conditions R(0) ¼ 0 and R(1) ¼ N > sol:¼rsolve({eq,r(0)¼0,r(1)¼n},r(n)); > number:¼factor(sol); > N:¼1; n:¼4; > unassign( n ): Springer International Publishing Switzerland 01 E. Grigorieva, Methods of Solving Sequence and Series Problems, DOI /

2 7 Appendix 1 MAPLE Program for Fibonacci Application > Rabbit_pairs:¼radnormal(number); > REplot(eq,R(n),{R(0)¼0,R(1)¼1}, 1..4, labels¼["n","r"], tickmarks¼[3,3], color¼green, thickness¼3); 40,000 R 0, n >

3 Appendix Method of Differences Consider a sequence {a n }, a 1, a, a 3, a 4,... and another sequence, {b n }, b 1, b, b 3, b 4,..., such that the following relationships are valid: a a 1 ¼ b 1 a 3 a ¼ b a 4 a 3 ¼ b 3... a n a n 1 ¼ b n 1 a nþ1 a n ¼ b n : If we add the left and right sides of all equations and denote by S n the n th partial sum of sequence {b n } we obtain the formula, S n ¼ Xn k¼1 b k ¼ a nþ1 a 1 : This formula gives us a straightforward method of finding the n th term of a sequence with integer terms when other methods do not work or perhaps demand too much creativity. Usually one has to subtract the consecutive terms of the obtained difference sequences until a difference sequence contains only the same numbers. Some ideas are demonstrated in the following problems. Problem A1 Given the sequence 1, 5, 15, 35, 70, 1, 10,... find its n th term and the sum of the first n terms. Solution. Consider the series made out of differences of the consecutive terms: 4, 10, 0, 35, 5, 84,..., then a new sequence made out of the difference the consecutive terms of the new sequence, 10, 15, 1, 8,... Finally, the last Springer International Publishing Switzerland 01 E. Grigorieva, Methods of Solving Sequence and Series Problems, DOI /

4 74 Appendix Method of Differences sequence made of the difference of the consecutive terms of 4, 5,, 7,...This is an arithmetic progression with the first term 4 and common difference 1. In general, the solution is similar to Problem 3 or to the homework problem. Let us consider the following sequences: in general it can be written as fa i g 1, 5, 15, 35, 70, 1, 10,... fb i g 4, 10, 0, 35, 5, 84,... fc i g, 10, 15, 1, 8, :::: fd i g 4, 5,, 7, :::: fe 1 g 1, 1, 1, :::: c c 1 ¼ d 1 c 3 c ¼ d c 4 c 3 ¼ d 3... c n c n 1 ¼ d n 1 ; which is equivalent to c n ¼ c 1 þ Xn 1 d n. Because the last difference sequence {d i } forms an arithmetic progression with the first term 4 and common difference of 1, then its n th term can be written as d n ¼ 4 þ ðn 1Þ 1 ¼ n þ 3 and the sum of the first n 1 terms will be 4þ n S n 1 ¼ ð Þ 1 ðn 1Þ ¼ ðnþþðn 1Þ ¼ n þ5n. Therefore, c n ¼ þ n þ5n ¼ n þ5nþ ¼ ðnþþðnþ3þ. This formula as we can see works just fine since c 1 ¼ ð1þþð1þ3þ ¼, c ¼ ðþþðþ3þ ¼ 10, c 3 ¼ ð3þþð3þ3þ ¼ 15, etc. Going up we can now find the second sequence from the top (the first difference) b b 1 ¼ c 1 b 3 b ¼ c b 4 b 3 ¼ c 3... b n b n 1 ¼ c n 1

5 Appendix Method of Differences 75 which is equivalent to b n ¼ b 1 þ Xn 1 c n ¼ 4 þ Xn 1 n þ 5n þ ¼ 4 þ 1 ðn 1Þnðn 1Þ þ 5 nn ð 1Þ þ ðn 1Þ ¼ 4 þ ðn 1Þ ð n þ 7n þ 18Þ ¼ ðn þ 1Þðn þ Þðn þ 3Þ Finally, a n ¼ a 1 þ Xn 1 b n ¼ 1 þ Xn 1 ðn þ 1Þðn þ Þðn þ 3Þ ¼ 1 þ 1 X n 1 n 3 þ Xn 1 n þ 11 X n 1 n þ ðn 1Þ ¼ n þ 1 ðn 1Þ n ð þ n 1 Þn ð n 1 Þ 11 þ ð n 1 Þn 4 1 ¼ nnþ ð 1Þðn þ Þðn þ 3Þ 4 ¼ n4 þ n 3 þ 11n þ n 4 We can see that each term of the given sequence can be evaluated using this formula a 1 ¼ ð Þ ¼ 1, a ¼ ¼ 5,..., a 5 ¼ ¼ 70,... Problem 37 Find the formula for the n th term of the sequence 1, 4, 10, 0, 35, 5, 84, 10,...(See Chapter 1 for geometric interpretation of this problem.) Solution. We can subtract consecutive terms until the difference of the consecutive terms become the same fa i g1, 4, 10, 0, 35, 5, 84, 10,... fb i g 3,, 10, 15, 1, 8, 3,... fc i g 3, 4, 5,, 7, 8,... fd i g 1, 1, 1, 1, 1, ::::: Moving from the last row up, we obtain that

6 7 Appendix Method of Differences a n ¼ a 1 þ Xn 1 b n b n ¼ b 1 þ Xn 1 c n a n ¼ a 1 þ b 1 ðn 1Þþ Xn 1 ð Xn 1 k¼1 The sum inside the parentheses is the ðn 1Þ st partial sum of the arithmetic progression {c i } with the first term 3 and common difference of 1. 3 þ n S n 1 ¼ ðn 1Þ ) b n ¼ 3 þ ðn þ 4Þðn 1Þ a n ¼ 1 þ 1 Xn 1 n 1 þ 3n þ ¼ 1 þ ðn 1Þnðn 1 ¼ 1 þ n 1 1 ðnðn 1Þþ9n þ 1Þ¼ nnþ1 ð Þðn þ Þ c k Þ: ¼ n þ 3n þ Þ þ 3 nn ð 1Þ þ ðn 1Þ Answer. a n ¼ nnþ1 ð ÞðnþÞ :

7 References 1. Williams, K.S., Hardy, K., The Red Book of Mathematics Problems (Undergraduate William Lowell Putnam competition). Dover, Mineola, NY (199). Grigorieva, E.V., Methods of Solving Complex Geometry Problems. Birkhäuser, Basel (013) 3. Grigorieva, E.V., Methods of Solving Nonstandard Problems. Birkhäuser, Basel (015) 4. Grigorieva, E.V., Complex Math Problems and How to Solve Them, vol. 1. TWU Press. Library of Congress, TX u / (001) 5. Dudley, U., Number Theory, nd edn. Dover, Mineola, NY (008). Barton, D., Elementary Number Theory, th edn. McGraw Hill, New York (007) 7. Grigoriev, E. (ed.), Problems of the Moscow State University Entrance Exams, pp MAX-Press, Moscow (00) (In Russian) 8. Grigoriev, E. (ed.), Problems of the Moscow State University Entrance Exams, pp MAX-Press, Moscow (000) (in Russian) 9. Grigoriev, E. (ed.), Olympiads and Problems of the Moscow State University Entrance Exams. MAX-Press, Moscow (008) (in Russian) 10. Wilf, H.S., Generating Functionology. Academic Press, New York (1994) 11. Lidsky, B., Ovsyannikov, L., Tulaikov, A., Shabunin, M., Problems in Elementary Mathematics. MIR Publisher, Moscow (1973) 1. Kaganov, E.D., 400 of the Most Interesting Problems with Solutions. MIR, Moscow (1997) 13. Rivkin, A.A., Problem Book for the Preparation to the Math Entrance Exam. MIR, Moscow (003) 14. Vinogradova, Olehnik, and Sadovnichii, Mathematical Analysis, Vol., Factorial (199) (in Russian) Dunham, W., Euler, The Master of Us All. The Mathematical Association of America, Washington, DC (1999) 17. Eves, J.H., An Introduction to the History of Mathematics with Cultural Connections, pp Harcourt College Publishers, San Diego, CA (1990) 18. Lander, L.J., Parkin, T.R., Consecutive primes in arithmetic progression. Math. Comput. 1, 489 (197) 19. Sierpinski, W., 50 Problems in Elementary Number Theory. Elsevier, New York (1970) 0. Alfutova, N., Ustinov, A., Algebra and Number Theory. MGU, Moscow (009) (in Russian) 1. Currie, L.A., The remarkable metrological history of radiocarbon dating. J. Res. Natl. Inst. Stand. Technol. 109, (004) Springer International Publishing Switzerland 01 E. Grigorieva, Methods of Solving Sequence and Series Problems, DOI /

8 78 References. Anderson, E.C., Libby, W.F., Weinhouse, S., Held, A.F., Kirsohenbaum, A.D., Grosse, A.V., Radiocarbon from cosmic radiation. Science 105, 57 (1947) 3. Grosse, A.F., Libby, W.F., Cosmic radiocarbon and natural radioactivity of living matter. Science 10, 88 (1947) Contest Problems for Further Reading 4. Shklarsky, D.O., Chentzov, N.N., Yaglom, I.M., The USSR Olympiad Problem Book: Selected Problems and Theorems of Elementary Mathematics. Dover, Mineola, NY (1993) 5. Past USAMO tests, The USA Mathematical Olympiads from the late 70s and early 80s can be found at. Art of Problem Solving website Andreescu, T., Feng, Z., Olympiad books. USA and International Mathematical Olympiads (MAA Problem Books Series) 7. Andreescu, T., Feng, Z, Lee, G., Jr. (eds.), Mathematical Olympiads : Problems and Solutions from Around the World. MAA (003) 8. Andreescu, T., Feng, Z. (eds.), Mathematical Olympiads : Problems and Solutions from Around the World. MAA (001)

9 Index A Abel, 153 Abel s method, 177 Abel s Theorem, 149, 153 Absolute error, 150 Absolutely convergent, 14, 143, 145, 150, 151, 4, 1 Accuracy, 150, 151, , 198, 4, 49, 4 Alternating series, 13, 14, , 145, 14, 148, 150, 15, 177, 180, 18, 4, 49, 0, 1 Amortization, 18 Amortization table, 18 Amount of the annuity, 04 Ancient Greeks, 38, 40, 41, 55 Approximation, 14, 137, 138, , 47, 49 Archeology, 194 Archimedes, 5 Arithmetic mean, 31, 101, 104, 108, 0,, Arithmetic progression, 8, 9, 13, 15, 1, 3, 31, 35, 37 41, 47, 49, 50,, 79, 105, 107, , 193, 05, 9 31, 35, 3, 39, 40, 44, 45, 50, 53, 54, 59 Arithmetic series, 4, 7, 50, 5, 1, 175, 37, 39 Artifact, 194 B Babylonians, 4 3, 8 Balance, 03, 05, 08, 09, 5 Balance table, 5 Basic Maclaurin series expansions, 158 Basel problem,, 19, 15, 171, 17 Basic properties of sigma notation, 4 Becquerel, H., 194 Bernoulli,, 19 Binet, Binomial distribution, 159 Borrow money, 13 Boundary, 4 Bounded, 131 C Cantor s Theorem, 11 Carbon 14, 19, 194, 19, 198 Cauchy, 9, 17, , 135, 137, 138, 151, 155, 15, 47, 48, 5 Cauchy-Hadamard formula, 155 Centered hexagonal numbers, 4 Characteristic equation, 30 3, 1 Chemical reaction, 194 Common difference, 8 Common ratio, 17 Comparison tests, 18 Complex numbers, 15 Compounded n times per year, 0 Compound interest, 01 Conditionally convergent, 14, 140, 14, 145, 14, 148, 151, 157, 1 Continuous interest formula, 0 Convergence, 8,, 71, 13 1, 18, 131, 13, 13, 145, 149, 151, 15, , 1, , 181, 33, 47, 48, 0, 1 Springer International Publishing Switzerland 01 E. Grigorieva, Methods of Solving Sequence and Series Problems, DOI /

10 80 Index Convergence of a power series, 153 Credit card/car loan payment, 11 Cubic equation, 1 Curie, M.S., 194 D D Alembert Sufficient Convergence Theorem, 131 De Moivre, A., 93 De Moivre s formula, 9 Derivative, 81, 11, 155, 14 1, 174, 17, 189, 3 Difference of squares, 75, 110, 171, 5, Differential equations, 183 Dirichlet, P.G., 19 Dirichlet series, 19, 130, 138, 140, 145, 14, 150, 170, 48 Dirichlet Theorem, 148 Divergent, 7, 8, 49,,, 70, 79, 80, 98, 99, 13, 1 18, , 14, , 148, 154, 15, 157, 1, 33, 4, 48, 5, 53, 1 Down payments, 0 E Elimination rates, 7 Equivalence of infinitesimals, 13 Error of estimation, 140, 151 Euler, L.,,, 93, 19, 130, 15, 171, 17, 5 Excel, 15, 18 1 Exponential decay, 19 Exponential growth, 193 F Fibonacci rabbits reproduction, 5 Fibonacci sequence, 1,, 3, 4,, 7, 30, 33, 100, 101, 188, 51 Finding an infinite sum, 1 Finite arithmetic progression, 115 Functional series, 13, 151 G Gauss, C.F., 11, 49, 54, , 151 Geiger counter, 194 Generating function, 18 Geometric mean, 101 Geometric progression, 17, 1 3, 7, 31, 33, 101, 105, 113, 139, 181, , 0, 8, 30, 31, 3, 39, 5, 0 Geometric proof, 51, 58, 59 Geometric series, 18, 19, 3, 5,, 9, 78, 81, 95, 99, 10, 110, 17, 143, 154, 155, 17, 174, 185, 18, 188, 199, 04, 0, 10, 13, 3, 3, 40, 41 Graphing calculator,, 19, H Half-lifetime, 195 Harmonic series, 130 Hexagonal number, Homogeneous recursions, 9 I Indiana Jones, 19 Infinite arithmetic progression, 114 Infinite decreasing geometric series, 18 Infinite product, 171 Infinite sums, 14 Integral Convergence Test, 13 Irrational number approximation, 180 K K-polygonal numbers, 4 L Leibniz series, 141, 145, 14, 150, 151, 157, 4 Leibniz Theorem, 141 Leibniz triangle, 8 Limit Comparison Corollary, 18 Loan amortization, 13 Lucas number, 7 M Maclaurin, C., 157 Maclaurin series, 158 MAPLE, 5, 184 Mathematical induction, 9, 34, 49, 50, 9 98, 109, 3, 35, 50, 51, 54, 5 Medication in the blood system, 199 Mengoli, P., 19 Monotonically decreasing, 141

11 Index 81 N Necessary and sufficient, 17 Necessary condition, 15 Net present value of cash flow, 07 Newton, I., 141, 159 Nonnegative numerical series properties, 1 Number theory, 113 Numerical series, 14 O Outstanding balance, 17 Outstanding debt, 13 P Partial sum, Pascal s triangle, 8 Payment scenarios, 08 Pentagonal numbers, 41 Phi and phi, Power series, 13, 15 Present value, 0 Present value of an annuity, 10 Price reduction, 193 Product of two series, 144 Pyramidal number, 45 Q Quadratic equation, 4 Quotient Comparison Theorem, 18 R Radioactive decay, 19, 193, 197 Radioactivity, 194 Radius of convergence, 155 Ratio test, 13 Rationalize the denominator, 78 Reciprocals of triangular numbers, 55 Recurrence, 11, 54 Relatively prime, 10, 117, 9, 53 Repeating decimals, 19 Rewriting fraction as difference, 74 Riemann, B., 148, 151 Root test, 13 Rules of differentiation, 173 S Sequence of consecutive cubes, 3 Sequence of square numbers, 40 Simple interest, 01 Square number, 5 Sum of all natural numbers, 49 Sum of first n triangular numbers, Sum of n cubes, 59 Sum of odd consecutive numbers, 51 Sum of squares of first n natural numbers, Sum of triangular numbers, 5 T Tao, T., 11 Taylor series, 157 Tetrahedral numbers, 44, 45, 5, 88 Theorems for numerical series, 151 Triangular number, 38, 4, 45, 54, 57, 88, 58 Trigonometric series, 9, 15 V Vieta s Theorem, 1

References. Springer International Publishing Switzerland 2015 E. Grigorieva, Methods of Solving Nonstandard Problems, DOI /

References. Springer International Publishing Switzerland 2015 E. Grigorieva, Methods of Solving Nonstandard Problems, DOI / References 1. Graham, et al.: Concrete Mathematics a Foundation for Computer Science. Addison-Wesley (1988) 2. Embry, M., Schell, J., Pelham, J.: Calculus and Linear Algebra. W.B. Sounders Company (1972)

More information

Appendix A: Ratios and Proportion

Appendix A: Ratios and Proportion Appendix A: Ratios and Proportion A ratio represents a comparison between two numbers or quantities. For example, if a box has 5 red and 7 blue balls then the ratio between red and blue balls is 5 7 that

More information

Miller Objectives Alignment Math

Miller Objectives Alignment Math Miller Objectives Alignment Math 1050 1 College Algebra Course Objectives Spring Semester 2016 1. Use algebraic methods to solve a variety of problems involving exponential, logarithmic, polynomial, and

More information

Upon completion of this course, the student should be able to satisfy the following objectives.

Upon completion of this course, the student should be able to satisfy the following objectives. Homework: Chapter 6: o 6.1. #1, 2, 5, 9, 11, 17, 19, 23, 27, 41. o 6.2: 1, 5, 9, 11, 15, 17, 49. o 6.3: 1, 5, 9, 15, 17, 21, 23. o 6.4: 1, 3, 7, 9. o 6.5: 5, 9, 13, 17. Chapter 7: o 7.2: 1, 5, 15, 17,

More information

Sequences and Series. College Algebra

Sequences and Series. College Algebra Sequences and Series College Algebra Sequences A sequence is a function whose domain is the set of positive integers. A finite sequence is a sequence whose domain consists of only the first n positive

More information

Foundations of Mathematics

Foundations of Mathematics Foundations of Mathematics 978-1-63545-087-3 To learn more about all our offerings Visit Knewton.com Source Author(s) (Text or Video) Title(s) Link (where applicable) OpenStax Lynn Marecek, Santa Ana College

More information

Index. Excerpt from "Calculus" 2013 AoPS Inc. Copyrighted Material INDEX

Index. Excerpt from Calculus 2013 AoPS Inc.  Copyrighted Material INDEX Index #, 2 \, 5, 4 [, 4 - definition, 38 ;, 2 indeterminate form, 2 22, 24 indeterminate form, 22 23, see Euler s Constant 2, 2, see infinity, 33 \, 6, 3, 2 3-6-9 triangle, 2 4-dimensional sphere, 85 45-45-9

More information

Units. Year 1. Unit 1: Course Overview

Units. Year 1. Unit 1: Course Overview Mathematics HL Units All Pamoja courses are written by experienced subject matter experts and integrate the principles of TOK and the approaches to learning of the IB learner profile. This course has been

More information

Unit 1 Linear Functions I CAN: A.1.a Solve single-step and multistep equations and inequalities in one variable

Unit 1 Linear Functions I CAN: A.1.a Solve single-step and multistep equations and inequalities in one variable CUMBERLAND COUNTY SCHOOL DISTRICT BENCHMARK ASSESSMENT CURRICULUM PACING GUIDE School: CCHS Subject: Precalculus Grade: 12 Benchmark Assessment 1 Instructional Timeline: Units 1, 2, 3 Term 1 Dependent

More information

SUMS OF POWERS AND BERNOULLI NUMBERS

SUMS OF POWERS AND BERNOULLI NUMBERS SUMS OF POWERS AND BERNOULLI NUMBERS TOM RIKE OAKLAND HIGH SCHOOL Fermat and Pascal On September 22, 636 Fermat claimed in a letter that he could find the area under any higher parabola and Roberval wrote

More information

Examples of Finite Sequences (finite terms) Examples of Infinite Sequences (infinite terms)

Examples of Finite Sequences (finite terms) Examples of Infinite Sequences (infinite terms) Math 120 Intermediate Algebra Sec 10.1: Sequences Defn A sequence is a function whose domain is the set of positive integers. The formula for the nth term of a sequence is called the general term. Examples

More information

Intermediate Algebra

Intermediate Algebra Intermediate Algebra 978-1-63545-084-2 To learn more about all our offerings Visit Knewton.com Source Author(s) (Text or Video) Title(s) Link (where applicable) Openstax Lyn Marecek, MaryAnne Anthony-Smith

More information

Identify the graph of a function, and obtain information from or about the graph of a function.

Identify the graph of a function, and obtain information from or about the graph of a function. PS 1 Graphs: Graph equations using rectangular coordinates and graphing utilities, find intercepts, discuss symmetry, graph key equations, solve equations using a graphing utility, work with lines and

More information

Pre-Calculus and Trigonometry Capacity Matrix

Pre-Calculus and Trigonometry Capacity Matrix Review Polynomials A1.1.4 A1.2.5 Add, subtract, multiply and simplify polynomials and rational expressions Solve polynomial equations and equations involving rational expressions Review Chapter 1 and their

More information

Catholic Central High School

Catholic Central High School Catholic Central High School Course: Basic Algebra 2 Department: Mathematics Length: One year Credit: 1 Prerequisite: Completion of Basic Algebra 1 or Algebra 1, Basic Plane Geometry or Plane Geometry,

More information

Section 4.1: Sequences and Series

Section 4.1: Sequences and Series Section 4.1: Sequences and Series In this section, we shall introduce the idea of sequences and series as a necessary tool to develop the proof technique called mathematical induction. Most of the material

More information

Elementary and Intermediate Algebra

Elementary and Intermediate Algebra Elementary and Intermediate Algebra 978-1-63545-106-1 To learn more about all our offerings Visit Knewton.com Source Author(s) (Text or Video) Title(s) Link (where applicable) OpenStax Lynn Marecek, Santa

More information

College Algebra with Corequisite Support: Targeted Review

College Algebra with Corequisite Support: Targeted Review College Algebra with Corequisite Support: Targeted Review 978-1-63545-056-9 To learn more about all our offerings Visit Knewtonalta.com Source Author(s) (Text or Video) Title(s) Link (where applicable)

More information

Harbor Creek School District

Harbor Creek School District Unit 1 Days 1-9 Evaluate one-sided two-sided limits, given the graph of a function. Limits, Evaluate limits using tables calculators. Continuity Evaluate limits using direct substitution. Differentiability

More information

Ron Paul Curriculum Mathematics 8 Lesson List

Ron Paul Curriculum Mathematics 8 Lesson List Ron Paul Curriculum Mathematics 8 Lesson List 1 Introduction 2 Algebraic Addition 3 Algebraic Subtraction 4 Algebraic Multiplication 5 Week 1 Review 6 Algebraic Division 7 Powers and Exponents 8 Order

More information

Dominican International School PRECALCULUS

Dominican International School PRECALCULUS Dominican International School PRECALCULUS GRADE EVEL: 11 1 Year, 1 Credit TEACHER: Yvonne Lee SY: 2017-2018 email: ylee@dishs.tp.edu.tw COURSE DESCRIPTION Pre-Calculus serves as a transition between algebra

More information

MILLIS PUBLIC SCHOOLS

MILLIS PUBLIC SCHOOLS MILLIS PUBLIC SCHOOLS Curriculum Guide High School Math The Millis Public Schools Curriculum Guide highlights the Power Standards for each grade level, Grade 9 through Grade 12 for the Math department.

More information

College Algebra To learn more about all our offerings Visit Knewton.com

College Algebra To learn more about all our offerings Visit Knewton.com College Algebra 978-1-63545-097-2 To learn more about all our offerings Visit Knewton.com Source Author(s) (Text or Video) Title(s) Link (where applicable) OpenStax Text Jay Abramson, Arizona State University

More information

Introduction to Number Theory

Introduction to Number Theory INTRODUCTION Definition: Natural Numbers, Integers Natural numbers: N={0,1,, }. Integers: Z={0,±1,±, }. Definition: Divisor If a Z can be writeen as a=bc where b, c Z, then we say a is divisible by b or,

More information

MATH 0960 ELEMENTARY ALGEBRA FOR COLLEGE STUDENTS (8 TH EDITION) BY ANGEL & RUNDE Course Outline

MATH 0960 ELEMENTARY ALGEBRA FOR COLLEGE STUDENTS (8 TH EDITION) BY ANGEL & RUNDE Course Outline MATH 0960 ELEMENTARY ALGEBRA FOR COLLEGE STUDENTS (8 TH EDITION) BY ANGEL & RUNDE Course Outline 1. Real Numbers (33 topics) 1.3 Fractions (pg. 27: 1-75 odd) A. Simplify fractions. B. Change mixed numbers

More information

How do we analyze, evaluate, solve, and graph quadratic functions?

How do we analyze, evaluate, solve, and graph quadratic functions? Topic: 4. Quadratic Functions and Factoring Days: 18 Key Learning: Students will be able to analyze, evaluate, solve and graph quadratic functions. Unit Essential Question(s): How do we analyze, evaluate,

More information

PUTNAM TRAINING PROBLEMS

PUTNAM TRAINING PROBLEMS PUTNAM TRAINING PROBLEMS (Last updated: December 3, 2003) Remark This is a list of Math problems for the NU Putnam team to be discussed during the training sessions Miguel A Lerma 1 Bag of candies In a

More information

Binomials defined, 13 division by, FOIL method and, 22 multiplying binomial by trinomial,

Binomials defined, 13 division by, FOIL method and, 22 multiplying binomial by trinomial, 5639_Holtfrerich_Index 6/2/05 11:45 AM Page I-1 Index Absolute value defined, 46 functions and, 126 59 Absolute value equations, solutions, 46 49 Absolute value inequalities, solutions, 263 267 Acceleration,

More information

Contents. CHAPTER P Prerequisites 1. CHAPTER 1 Functions and Graphs 69. P.1 Real Numbers 1. P.2 Cartesian Coordinate System 14

Contents. CHAPTER P Prerequisites 1. CHAPTER 1 Functions and Graphs 69. P.1 Real Numbers 1. P.2 Cartesian Coordinate System 14 CHAPTER P Prerequisites 1 P.1 Real Numbers 1 Representing Real Numbers ~ Order and Interval Notation ~ Basic Properties of Algebra ~ Integer Exponents ~ Scientific Notation P.2 Cartesian Coordinate System

More information

College Algebra and Trigonometry

College Algebra and Trigonometry GLOBAL EDITION College Algebra and Trigonometry THIRD EDITION J. S. Ratti Marcus McWaters College Algebra and Trigonometry, Global Edition Table of Contents Cover Title Page Contents Preface Resources

More information

SMSU Mathematics Course Content

SMSU Mathematics Course Content Southwest Minnesota State University Department of Mathematics SMSU Mathematics Course Content 2012-2013 Thefollowing is a list of possibletopics and techniques to cover in your SMSU College Now course.

More information

E.J. Barbeau. Polynomials. With 36 Illustrations. Springer

E.J. Barbeau. Polynomials. With 36 Illustrations. Springer E.J. Barbeau Polynomials With 36 Illustrations Springer Contents Preface Acknowledgment of Problem Sources vii xiii 1 Fundamentals 1 /l.l The Anatomy of a Polynomial of a Single Variable 1 1.1.5 Multiplication

More information

648 Index. Axis, 256 horizontal, 256 of symmetry, 340, 343 vertical, 256

648 Index. Axis, 256 horizontal, 256 of symmetry, 340, 343 vertical, 256 Index A Absolute value, 3 in adding integers, 11 12 of zero, 3 Addition in algebraic expressions, 49 of areas, 467 of fractions, 37 38 of integers, 10 12 of polynomials, 377 of rational numbers, 37 38

More information

Learning Module 1 - Basic Algebra Review (Appendix A)

Learning Module 1 - Basic Algebra Review (Appendix A) Learning Module 1 - Basic Algebra Review (Appendix A) Element 1 Real Numbers and Operations on Polynomials (A.1, A.2) Use the properties of real numbers and work with subsets of the real numbers Determine

More information

Appendix C: Event Topics per Meet

Appendix C: Event Topics per Meet Appendix C: Event Topics per Meet Meet 1 1A Pre-algebra Topics Fractions to add and express as the quotient of two relatively prime integers Complex fractions and continued fractions Decimals, repeating

More information

Figurate Numbers: presentation of a book

Figurate Numbers: presentation of a book Figurate Numbers: presentation of a book Elena DEZA and Michel DEZA Moscow State Pegagogical University, and Ecole Normale Superieure, Paris October 2011, Fields Institute Overview 1 Overview 2 Chapter

More information

Check boxes of Edited Copy of Sp Topics (was 217-pilot)

Check boxes of Edited Copy of Sp Topics (was 217-pilot) Check boxes of Edited Copy of 10024 Sp 11 213 Topics (was 217-pilot) College Algebra, 9th Ed. [open all close all] R-Basic Algebra Operations Section R.1 Integers and rational numbers Rational and irrational

More information

California Algebra 1

California Algebra 1 California Algebra 1 This course covers the topics shown below. Students navigate learning paths based on their level of readiness. Institutional users may customize the scope and sequence to meet curricular

More information

Business Calculus

Business Calculus Business Calculus 978-1-63545-025-5 To learn more about all our offerings Visit Knewtonalta.com Source Author(s) (Text or Video) Title(s) Link (where applicable) OpenStax Senior Contributing Authors: Gilbert

More information

Math 0230 Calculus 2 Lectures

Math 0230 Calculus 2 Lectures Math 00 Calculus Lectures Chapter 8 Series Numeration of sections corresponds to the text James Stewart, Essential Calculus, Early Transcendentals, Second edition. Section 8. Sequences A sequence is a

More information

College Algebra with Corequisite Support: A Blended Approach

College Algebra with Corequisite Support: A Blended Approach College Algebra with Corequisite Support: A Blended Approach 978-1-63545-058-3 To learn more about all our offerings Visit Knewtonalta.com Source Author(s) (Text or Video) Title(s) Link (where applicable)

More information

Check boxes of Edited Copy of Sp Topics (was 261-pilot)

Check boxes of Edited Copy of Sp Topics (was 261-pilot) Check boxes of Edited Copy of 10023 Sp 11 253 Topics (was 261-pilot) Intermediate Algebra (2011), 3rd Ed. [open all close all] R-Review of Basic Algebraic Concepts Section R.2 Ordering integers Plotting

More information

A video College Algebra course & 6 Enrichment videos

A video College Algebra course & 6 Enrichment videos A video College Algebra course & 6 Enrichment videos Recorded at the University of Missouri Kansas City in 1998. All times are approximate. About 43 hours total. Available on YouTube at http://www.youtube.com/user/umkc

More information

College Algebra with Corequisite Support: A Compressed Approach

College Algebra with Corequisite Support: A Compressed Approach College Algebra with Corequisite Support: A Compressed Approach 978-1-63545-059-0 To learn more about all our offerings Visit Knewton.com Source Author(s) (Text or Video) Title(s) Link (where applicable)

More information

Power series and Taylor series

Power series and Taylor series Power series and Taylor series D. DeTurck University of Pennsylvania March 29, 2018 D. DeTurck Math 104 002 2018A: Series 1 / 42 Series First... a review of what we have done so far: 1 We examined series

More information

xvi xxiii xxvi Construction of the Real Line 2 Is Every Real Number Rational? 3 Problems Algebra of the Real Numbers 7

xvi xxiii xxvi Construction of the Real Line 2 Is Every Real Number Rational? 3 Problems Algebra of the Real Numbers 7 About the Author v Preface to the Instructor xvi WileyPLUS xxii Acknowledgments xxiii Preface to the Student xxvi 1 The Real Numbers 1 1.1 The Real Line 2 Construction of the Real Line 2 Is Every Real

More information

FOUNDATION MATHS REVISION CHECKLIST (Grades 5 1)

FOUNDATION MATHS REVISION CHECKLIST (Grades 5 1) FOUNDATION MATHS REVISION CHECKLIST 2017+ (s 5 1) Geometry and Measures Arc lengths and sectors 5 Derive triangle results 5 Enlargements and negative SF 5 Loci 5 Pythagoras 5 Similarity and Congruence

More information

Algebra 2 Khan Academy Video Correlations By SpringBoard Activity

Algebra 2 Khan Academy Video Correlations By SpringBoard Activity SB Activity Activity 1 Creating Equations 1-1 Learning Targets: Create an equation in one variable from a real-world context. Solve an equation in one variable. 1-2 Learning Targets: Create equations in

More information

Algebra 2 Khan Academy Video Correlations By SpringBoard Activity

Algebra 2 Khan Academy Video Correlations By SpringBoard Activity SB Activity Activity 1 Creating Equations 1-1 Learning Targets: Create an equation in one variable from a real-world context. Solve an equation in one variable. 1-2 Learning Targets: Create equations in

More information

STUDY GUIDE Math 20. To accompany Intermediate Algebra for College Students By Robert Blitzer, Third Edition

STUDY GUIDE Math 20. To accompany Intermediate Algebra for College Students By Robert Blitzer, Third Edition STUDY GUIDE Math 0 To the students: To accompany Intermediate Algebra for College Students By Robert Blitzer, Third Edition When you study Algebra, the material is presented to you in a logical sequence.

More information

MCR3U Unit 7 Lesson Notes

MCR3U Unit 7 Lesson Notes 7.1 Arithmetic Sequences Sequence: An ordered list of numbers identified by a pattern or rule that may stop at some number or continue indefinitely. Ex. 1, 2, 4, 8,... Ex. 3, 7, 11, 15 Term (of a sequence):

More information

Chapter R - Review of Basic Algebraic Concepts (26 topics, no due date)

Chapter R - Review of Basic Algebraic Concepts (26 topics, no due date) Course Name: Math 00023 Course Code: N/A ALEKS Course: Intermediate Algebra Instructor: Master Templates Course Dates: Begin: 08/15/2014 End: 08/15/2015 Course Content: 245 topics Textbook: Miller/O'Neill/Hyde:

More information

Course Text. Course Description. Course Objectives. Course Prerequisites. Important Terms. StraighterLine Introductory Algebra

Course Text. Course Description. Course Objectives. Course Prerequisites. Important Terms. StraighterLine Introductory Algebra Introductory Algebra Course Text Dugopolski, Mark. Elementary Algebra, 6th edition. McGraw-Hill, 2009. ISBN 9780077224790 [This text is available as an etextbook at purchase or students may find used,

More information

CHAPTER 1 Prerequisites for Calculus 2. CHAPTER 2 Limits and Continuity 58

CHAPTER 1 Prerequisites for Calculus 2. CHAPTER 2 Limits and Continuity 58 CHAPTER 1 Prerequisites for Calculus 2 1.1 Lines 3 Increments Slope of a Line Parallel and Perpendicular Lines Equations of Lines Applications 1.2 Functions and Graphs 12 Functions Domains and Ranges Viewing

More information

College Algebra Poudre School District Pacing Overview

College Algebra Poudre School District Pacing Overview Pacing Overview Section Title Pacing Notes A.3 Polynomials A.3 Polynomials A.4 Synthetic Division Semester 1 Algebraic Skills (Appendix A) 15-16 days A.5 Rational Expressions A.6 Solving Equations A.7

More information

ax 2 + bx + c = 0 where

ax 2 + bx + c = 0 where Chapter P Prerequisites Section P.1 Real Numbers Real numbers The set of numbers formed by joining the set of rational numbers and the set of irrational numbers. Real number line A line used to graphically

More information

Foundations of High School Math

Foundations of High School Math Foundations of High School Math This course covers the topics shown below. Students navigate learning paths based on their level of readiness. Institutional users may customize the scope and sequence to

More information

I-2 Index. Coterminal Angles, 738 Counting numbers, 8 Cramer, Gabriel, 309 Cramer s rule, 306 Cube root, 427, 434 Cylinder, right circular, 117

I-2 Index. Coterminal Angles, 738 Counting numbers, 8 Cramer, Gabriel, 309 Cramer s rule, 306 Cube root, 427, 434 Cylinder, right circular, 117 Index Absolute value, 18 equations, 154, 162 inequalities, 159, 162 Absolute error, 158 Addition, 4 associative property, 19 commutative property, 18 of complex numbers, 481 of fractions, 21 of functions,

More information

Glossary. Glossary 981. Hawkes Learning Systems. All rights reserved.

Glossary. Glossary 981. Hawkes Learning Systems. All rights reserved. A Glossary Absolute value The distance a number is from 0 on a number line Acute angle An angle whose measure is between 0 and 90 Addends The numbers being added in an addition problem Addition principle

More information

Finite Mathematics

Finite Mathematics Finite Mathematics 978-1-63545-026-2 To learn more about all our offerings Visit Knewton.com Source Author(s) (Text or Video) Title(s) Link (where applicable) OpenStax Senior Contributing Authors: Gilbert

More information

NYS Algebra II and Trigonometry Suggested Sequence of Units (P.I's within each unit are NOT in any suggested order)

NYS Algebra II and Trigonometry Suggested Sequence of Units (P.I's within each unit are NOT in any suggested order) 1 of 6 UNIT P.I. 1 - INTEGERS 1 A2.A.1 Solve absolute value equations and inequalities involving linear expressions in one variable 1 A2.A.4 * Solve quadratic inequalities in one and two variables, algebraically

More information

Algebra and Trigonometry

Algebra and Trigonometry Algebra and Trigonometry 978-1-63545-098-9 To learn more about all our offerings Visit Knewtonalta.com Source Author(s) (Text or Video) Title(s) Link (where applicable) OpenStax Jay Abramson, Arizona State

More information

INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES

INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES You will be expected to reread and digest these typed notes after class, line by line, trying to follow why the line is true, for example how it

More information

Combinatorial proofs of Honsberger-type identities

Combinatorial proofs of Honsberger-type identities International Journal of Mathematical Education in Science and Technology, Vol. 39, No. 6, 15 September 2008, 785 792 Combinatorial proofs of Honsberger-type identities A. Plaza* and S. Falco n Department

More information

1 + lim. n n+1. f(x) = x + 1, x 1. and we check that f is increasing, instead. Using the quotient rule, we easily find that. 1 (x + 1) 1 x (x + 1) 2 =

1 + lim. n n+1. f(x) = x + 1, x 1. and we check that f is increasing, instead. Using the quotient rule, we easily find that. 1 (x + 1) 1 x (x + 1) 2 = Chapter 5 Sequences and series 5. Sequences Definition 5. (Sequence). A sequence is a function which is defined on the set N of natural numbers. Since such a function is uniquely determined by its values

More information

College Algebra & Trig w Apps

College Algebra & Trig w Apps WTCS Repository 10-804-197 College Algebra & Trig w Apps Course Outcome Summary Course Information Description Total Credits 5.00 This course covers those skills needed for success in Calculus and many

More information

586 Index. vertex, 369 disjoint, 236 pairwise, 272, 395 disjoint sets, 236 disjunction, 33, 36 distributive laws

586 Index. vertex, 369 disjoint, 236 pairwise, 272, 395 disjoint sets, 236 disjunction, 33, 36 distributive laws Index absolute value, 135 141 additive identity, 254 additive inverse, 254 aleph, 465 algebra of sets, 245, 278 antisymmetric relation, 387 arcsine function, 349 arithmetic sequence, 208 arrow diagram,

More information

Centerville High School Curriculum Mapping Algebra II 1 st Nine Weeks

Centerville High School Curriculum Mapping Algebra II 1 st Nine Weeks Centerville High School Curriculum Mapping Algebra II 1 st Nine Weeks Chapter/ Lesson Common Core Standard(s) 1-1 SMP1 1. How do you use a number line to graph and order real numbers? 2. How do you identify

More information

ema urworlc Allan G. Bluman Higher Education Professor Emeritus, Community College of Allegheny County Me Graw Hill

ema urworlc Allan G. Bluman Higher Education Professor Emeritus, Community College of Allegheny County Me Graw Hill ema in urworlc Allan G. Bluman Professor Emeritus, Community College of Allegheny County Me Graw Hill Higher Education Boston Burr Ridge, IL Dubuque, IA Madison, Wl New York San Francisco St. Louis Bangkok

More information

CHINO VALLEY UNIFIED SCHOOL DISTRICT INSTRUCTIONAL GUIDE ALGEBRA II

CHINO VALLEY UNIFIED SCHOOL DISTRICT INSTRUCTIONAL GUIDE ALGEBRA II CHINO VALLEY UNIFIED SCHOOL DISTRICT INSTRUCTIONAL GUIDE ALGEBRA II Course Number 5116 Department Mathematics Qualification Guidelines Successful completion of both semesters of Algebra 1 or Algebra 1

More information

Chapter R - Basic Algebra Operations (94 topics, no due date)

Chapter R - Basic Algebra Operations (94 topics, no due date) Course Name: Math 00024 Course Code: N/A ALEKS Course: College Algebra Instructor: Master Templates Course Dates: Begin: 08/15/2014 End: 08/15/2015 Course Content: 207 topics Textbook: Barnett/Ziegler/Byleen/Sobecki:

More information

Algebra 2 with Trigonometry

Algebra 2 with Trigonometry Algebra 2 with Trigonometry This course covers the topics shown below; new topics have been highlighted. Students navigate learning paths based on their level of readiness. Institutional users may customize

More information

Algorithmic Approach to Counting of Certain Types m-ary Partitions

Algorithmic Approach to Counting of Certain Types m-ary Partitions Algorithmic Approach to Counting of Certain Types m-ary Partitions Valentin P. Bakoev Abstract Partitions of integers of the type m n as a sum of powers of m (the so called m-ary partitions) and their

More information

MATH 115 Concepts in Mathematics

MATH 115 Concepts in Mathematics South Central College MATH 115 Concepts in Mathematics Course Outcome Summary Course Information Description Total Credits 4.00 Total Hours 64.00 Concepts in Mathematics is a general education survey course

More information

Chabot College Fall Course Outline for Mathematics 47 MATHEMATICS FOR LIBERAL ARTS

Chabot College Fall Course Outline for Mathematics 47 MATHEMATICS FOR LIBERAL ARTS Chabot College Fall 2013 Course Outline for Mathematics 47 Catalog Description: MATHEMATICS FOR LIBERAL ARTS MTH 47 - Mathematics for Liberal Arts 3.00 units An introduction to a variety of mathematical

More information

Single Variable Calculus, Early Transcendentals

Single Variable Calculus, Early Transcendentals Single Variable Calculus, Early Transcendentals 978-1-63545-100-9 To learn more about all our offerings Visit Knewtonalta.com Source Author(s) (Text or Video) Title(s) Link (where applicable) OpenStax

More information

Applications. More Counting Problems. Complexity of Algorithms

Applications. More Counting Problems. Complexity of Algorithms Recurrences Applications More Counting Problems Complexity of Algorithms Part I Recurrences and Binomial Coefficients Paths in a Triangle P(0, 0) P(1, 0) P(1,1) P(2, 0) P(2,1) P(2, 2) P(3, 0) P(3,1) P(3,

More information

1 Chapter 2 Perform arithmetic operations with polynomial expressions containing rational coefficients 2-2, 2-3, 2-4

1 Chapter 2 Perform arithmetic operations with polynomial expressions containing rational coefficients 2-2, 2-3, 2-4 NYS Performance Indicators Chapter Learning Objectives Text Sections Days A.N. Perform arithmetic operations with polynomial expressions containing rational coefficients. -, -5 A.A. Solve absolute value

More information

Recurrence Relations

Recurrence Relations Recurrence Relations Recurrence Relations Reading (Epp s textbook) 5.6 5.8 1 Recurrence Relations A recurrence relation for a sequence aa 0, aa 1, aa 2, ({a n }) is a formula that relates each term a k

More information

Pre-Calculus and Trigonometry Capacity Matrix

Pre-Calculus and Trigonometry Capacity Matrix Pre-Calculus and Capacity Matri Review Polynomials A1.1.4 A1.2.5 Add, subtract, multiply and simplify polynomials and rational epressions Solve polynomial equations and equations involving rational epressions

More information

MULTIVARIABLE CALCULUS, LINEAR ALGEBRA, AND DIFFERENTIAL EQUATIONS

MULTIVARIABLE CALCULUS, LINEAR ALGEBRA, AND DIFFERENTIAL EQUATIONS T H I R D E D I T I O N MULTIVARIABLE CALCULUS, LINEAR ALGEBRA, AND DIFFERENTIAL EQUATIONS STANLEY I. GROSSMAN University of Montana and University College London SAUNDERS COLLEGE PUBLISHING HARCOURT BRACE

More information

Topic Outline for Algebra 2 & and Trigonometry One Year Program

Topic Outline for Algebra 2 & and Trigonometry One Year Program Topic Outline for Algebra 2 & and Trigonometry One Year Program Algebra 2 & and Trigonometry - N - Semester 1 1. Rational Expressions 17 Days A. Factoring A2.A.7 B. Rationals A2.N.3 A2.A.17 A2.A.16 A2.A.23

More information

CUMBERLAND COUNTY SCHOOL DISTRICT BENCHMARK ASSESSMENT CURRICULUM PACING GUIDE

CUMBERLAND COUNTY SCHOOL DISTRICT BENCHMARK ASSESSMENT CURRICULUM PACING GUIDE CUMBERLAND COUNTY SCHOOL DISTRICT BENCHMARK ASSESSMENT CURRICULUM PACING GUIDE School: CCHS Subject: Algebra II Grade: 10 th Grade Benchmark Assessment 1 Instructional Timeline: 1 st Nine Weeks Topic(s):

More information

Pre Algebra and Introductory Algebra

Pre Algebra and Introductory Algebra Pre Algebra and Introductory Algebra This course covers the topics outlined below and is available for use with integrated, interactive ebooks. You can customize the scope and sequence of this course to

More information

Probabilistic Aspects of the Integer-Polynomial Analogy

Probabilistic Aspects of the Integer-Polynomial Analogy Probabilistic Aspects of the Integer-Polynomial Analogy Kent E. Morrison Department of Mathematics California Polytechnic State University San Luis Obispo, CA 93407 kmorriso@calpoly.edu Zhou Dong Department

More information

Diploma Programme. Mathematics HL guide. First examinations 2014

Diploma Programme. Mathematics HL guide. First examinations 2014 Diploma Programme First examinations 2014 Syllabus 17 Topic 1 Core: Algebra The aim of this topic is to introduce students to some basic algebraic concepts and applications. 1.1 Arithmetic sequences and

More information

Prentice Hall CME Project, Algebra

Prentice Hall CME Project, Algebra Prentice Hall Advanced Algebra C O R R E L A T E D T O Oregon High School Standards Draft 6.0, March 2009, Advanced Algebra Advanced Algebra A.A.1 Relations and Functions: Analyze functions and relations

More information

Saxon Calculus Scope and Sequence

Saxon Calculus Scope and Sequence hmhco.com Saxon Calculus Scope and Sequence Foundations Real Numbers Identify the subsets of the real numbers Identify the order properties of the real numbers Identify the properties of the real number

More information

Pacing Guide Algebra 1

Pacing Guide Algebra 1 Pacing Guide Algebra Chapter : Equations and Inequalities (one variable) Section Section Title Learning Target(s) I can. Evaluate and Simplify Algebraic Expressions. Evaluate and simplify numeric and algebraic

More information

mass vs. weight. 392 dependent variable, 2 derivative(s) of a power series. 459 Descartes, René, 201 Devil s curve, 126 Difference Law of limits, 36 D

mass vs. weight. 392 dependent variable, 2 derivative(s) of a power series. 459 Descartes, René, 201 Devil s curve, 126 Difference Law of limits, 36 D # #, # definition of a limit, 31,64 A absolute maximum and minimum, 199 absolute maximum and minimum values, 199 absolute value function, 5 absolutely convergent series, 446 acceleration, 282 Airy function,

More information

Glossary. Glossary Hawkes Learning Systems. All rights reserved.

Glossary. Glossary Hawkes Learning Systems. All rights reserved. A Glossary Absolute value The distance a number is from 0 on a number line Acute angle An angle whose measure is between 0 and 90 Acute triangle A triangle in which all three angles are acute Addends The

More information

Math 4C Fall 2008 Final Exam Study Guide Format 12 questions, some multi-part. Questions will be similar to sample problems in this study guide,

Math 4C Fall 2008 Final Exam Study Guide Format 12 questions, some multi-part. Questions will be similar to sample problems in this study guide, Math 4C Fall 2008 Final Exam Study Guide Format 12 questions, some multi-part. Questions will be similar to sample problems in this study guide, homework problems, lecture examples or examples from the

More information

College Algebra. Course Text. Course Description. Course Objectives. StraighterLine MAT101: College Algebra

College Algebra. Course Text. Course Description. Course Objectives. StraighterLine MAT101: College Algebra College Algebra Course Text Barnett, Raymond A., Michael R. Ziegler, and Karl E. Byleen. College Algebra, 8th edition, McGraw-Hill, 2008, ISBN: 9780072867381 [This text is available as an etextbook at

More information

MATH Spring 2010 Topics per Section

MATH Spring 2010 Topics per Section MATH 101 - Spring 2010 Topics per Section Chapter 1 : These are the topics in ALEKS covered by each Section of the book. Section 1.1 : Section 1.2 : Ordering integers Plotting integers on a number line

More information

Algebra Readiness. Curriculum (445 topics additional topics)

Algebra Readiness. Curriculum (445 topics additional topics) Algebra Readiness This course covers the topics shown below; new topics have been highlighted. Students navigate learning paths based on their level of readiness. Institutional users may customize the

More information

Check boxes of Edited Copy of Sp Topics (was 145 for pilot) Beginning Algebra, 3rd Ed. [open all close all] Course Readiness and

Check boxes of Edited Copy of Sp Topics (was 145 for pilot) Beginning Algebra, 3rd Ed. [open all close all] Course Readiness and Check boxes of Edited Copy of 10021 Sp 11 152 Topics (was 145 for pilot) Beginning Algebra, 3rd Ed. [open all close all] Course Readiness and Additional Topics Appendix Course Readiness Multiplication

More information

Course Number 432/433 Title Algebra II (A & B) H Grade # of Days 120

Course Number 432/433 Title Algebra II (A & B) H Grade # of Days 120 Whitman-Hanson Regional High School provides all students with a high- quality education in order to develop reflective, concerned citizens and contributing members of the global community. Course Number

More information

ALGEBRA 2/MATH 3 COURSE 1

ALGEBRA 2/MATH 3 COURSE 1 ALGEBRA 2/MATH 3 COURSE 1 TABLE OF CONTENTS NUMBER AND QUANTITY 6 THE REAL NUMBER SYSTEM (N.RN) 6 EXTEND THE PROPERTIES OF EXPONENTS TO RATIONAL EXPONENTS. (N.RN.1-2) 6 Expectations for Learning 6 Content

More information

k, then n = p2α 1 1 pα k

k, then n = p2α 1 1 pα k Powers of Integers An integer n is a perfect square if n = m for some integer m. Taking into account the prime factorization, if m = p α 1 1 pα k k, then n = pα 1 1 p α k k. That is, n is a perfect square

More information