Test: Chapter 8 Number patterns and recursion

Size: px
Start display at page:

Download "Test: Chapter 8 Number patterns and recursion"

Transcription

1 Student name: Multiple-choice questions (12 marks) 1 In the sequence 6, 13, 20, 27, the value of the common difference, d, is: A 21 B 7 C 7 D 21 E 34 2 Th e thirteenth term, t 13, in the sequence 63, 56, 49, 42, is: A 21 B 7 C 13 D 35 E Using the recurrence relation t 1 = 8, t n+1 = t n + 9, the sixth term would be: A 15 B 17 C 23 D 53 E 62 4 A canoe costs $40 to hire for the first day and $30 for each extra day. If C n is the cost of hiring the canoe for n days, the recurrence relation is: A C 0 = 40, C n+1 = C n + 30 B C 1 = 40, C n+1 = C n + 30 C C 0 = 40, C n = C n D C 1 = 30, C n+1 = C n + 40 E C 0 = 30, C n = C n

2 5 The common ratio, r, of the sequence 54, 72, 96, 128, is: A 18 B C D E 18 6 The recurrence relation for the sequence 9, 27, 81, is: A t 1 = 9, t n+1 = 9t n B t 1 = 9, t n+1 = t n + 9 C t 1 = 9, t n+1 = 3t n D t 1 = 9, t n+1 = t n + 18 E t 1 = 9, t n+1 = t n + 3, 7 In the sequence of patterns below pattern 1 used six sticks. Pattern 1 Pattern 2 Pattern 3 The number of sticks required to make Pattern 100 would be: A 402 B 406 C 598 D 600 E A 7% increase is made by using a common ratio of: A 0.07 B 1.07 C 1.7 D 7 E 107 2

3 9 A colony of frogs increases by 20% each year. If there were originally 500 frogs in the colony, the recurrence relation for the number of frogs F n after n years is: A F 1 = 500, F n+1 = 1.20F n B F 1 = 500, F n+1 = 0.20F n C F 0 = 500, F n+1 = 0.20F n D F 0 = 500, F n+1 = 1.20F n E F 1 = 500, F n = 1.20F n+1 10 The following recurrence relation can be used to model a compound interest investment of $2000, paying interest at the rate of 9% per annum. V 0 = 2000, V n+1 = 1.09V n After how many years will the value of the investment first exceed $5000? A 10 B 11 C 12 D 15 E In an arithmetic sequence t 4 = 15 and t 7 = 33. The value for t 11 is: A 15 B 33 C 48 D 57 E Th e first three terms in a sequence using the recurrence relation t 1 = 3, t n+1 = 2t n 5, are: A 3, 1, 1, B 1, 3, 11, C 2, 5, 3, D 3, 1, 3, E 3, 2, 5, 3

4 Short-answer questions (18 marks) n 1 Write the first 3 terms of the sequence t ( 2) n, n {1,2, 3,...}. (3 marks) n 2 Explain why t n:{2, 5, 8, } is an arithmetic sequence. (1 mark) 3 Find the rule (used to calculate the nth term) for the arithmetic sequence t n: {3, 7, 11, }. (3 marks) 4 Find the 10th term of the arithmetic sequence where the first term is 6 and the common difference is 4. (3 marks) 5 Explain why t n:{80, 40, 20, } is a geometric sequence. (2 marks) 4

5 6 Find the rule (used to calculate the nth term) for the geometric sequence t n :{3, 6, 12, }. (2 marks) 7 The three consecutive terms of the geometric sequence are 3, y, 27. Find the positive value of y. (1 mark) 8 Luke applied some hair shampoo to his hair. In each successive rinse, the amount of shampoo removed from Luke s hair followed the sequence: t n:{20 g, 10 g, 5 g, 2.5 g, }. Determine the total amount of shampoo removed from his hair after 5washes. (3 marks) 5

6 Extended-response questions (24 marks) 1 Steven accepted a job with a salary of $ in the first year and an increase of $7000 each following year. a Show his salary for each of the first 5 years in a table. b Use the table of values to plot the graph Comment on the form of the graph 6

7 Kathy accepted a job which paid $ in the first year and increased by 11% in each following year. c Show her salary for each of the first 5 years in a table. d Use the table of values to plot the graph e Comment on the form of the graph and give an explanation to support your answer 7

8 f After how many years does Kathy s salary exceed Steven s salary? Use mathematics to justify your answer. ( = 16 marks) 2 An oil well started producing 2000 barrels of oil per day. The rate at which oil production reduces each day is called the decline rate and is used to predict the productive life of the oil well. a Output for the first three days was recorded as: 2000, 1980, The decline rate is the percentage that production is reducing by each day. Calculate the decline rate for this oil well (correct to 2 decimal places). b State the recurrence relation for the oil production P n on the n th day of production. c What is the expected production for the well on the tenth day of operation (correct to 2 decimal places)? 8

9 d How many days of production will be possible before the daily output falls below 1700 barrels (to the nearest whole day)? ( = 8 marks) 9

2-6 Analyzing Functions with Successive Differences

2-6 Analyzing Functions with Successive Differences Graph each set of ordered pairs. Determine whether the ordered pairs represent a linear function, a quadratic function, or an exponential function. 1. ( 2, 8), ( 1, 5), (0, 2), (1, 1) linear 3. ( 3, 8),

More information

Series and Sequences, Binomial Theorem Review Paper 2

Series and Sequences, Binomial Theorem Review Paper 2 1. Use the binomial theorem to complete this expansion. (3x + 2y) 4 = 81x 4 + 216x 3 y +...... 2. Determine the constant term in the expansion of... 3. Find the term containing x 10 in the expansion of

More information

C2 Sequences and Series

C2 Sequences and Series C Sequences and Series. June 00 qu. (i) Find and simplify the first four terms in the binomial expansion of ( + x) 0 in ascending powers of x. [4] Hence find the coefficient of x in the expansion of (

More information

UNCORRECTED. Geometric sequences. The rule that we use to get from one number to the next is of the form. t n t n 1. = r

UNCORRECTED. Geometric sequences. The rule that we use to get from one number to the next is of the form. t n t n 1. = r 4 Geometric sequences Objectives To recognise geometric sequences, and to find their terms, recurrence relations and numbers of terms. To calculate the sum of the terms in a geometric series. To calculate

More information

Sequences. 1. Number sequences. 2. Arithmetic sequences. Consider the illustrated pattern of circles:

Sequences. 1. Number sequences. 2. Arithmetic sequences. Consider the illustrated pattern of circles: Sequences 1. Number sequences Consider the illustrated pattern of circles: The first layer has just one blue ball. The second layer has three pink balls. The third layer has five black balls. The fourth

More information

The given pattern continues. Write down the nth term of the sequence {an} suggested by the pattern. 3) 4, 10, 16, 22, 28,... 3)

The given pattern continues. Write down the nth term of the sequence {an} suggested by the pattern. 3) 4, 10, 16, 22, 28,... 3) M60(Precalculus) Evaluate the factorial expression. 9! ) 7!! ch practice test ) Write out the first five terms of the sequence. ) {sn} = (-)n - n + n - ) The given pattern continues. Write down the nth

More information

Algebra 2 - Midterm Exam Review

Algebra 2 - Midterm Exam Review Class: Date: Algebra 2 - Midterm Exam Review The Algebra 2 Midterm Exam must be taken by ALL Algebra 2 students. An exemption pass may be used to exempt the score for the Algebra 2 Midterm Exam. It should

More information

Lesson 2 Practice Problems

Lesson 2 Practice Problems Name: Date: Lesson 2 Skills Practice 1. Evaluate the following expressions for the given values. Show all of your work. Use your graphing calculator to check your answers. a. b. c. d. e. f. ( ) ( ) 2.

More information

SEQUENCES AND SERIES

SEQUENCES AND SERIES A sequence is an ordered list of numbers. SEQUENCES AND SERIES Note, in this context, ordered does not mean that the numbers in the list are increasing or decreasing. Instead it means that there is a first

More information

PRELIMINARY EXAMINATION 2017 MATHEMATICS GRADE 12 PAPER 1. Time: 3 hours Total: 150 PLEASE READ THE FOLLOWING INSTRUCTIONS CAREFULLY

PRELIMINARY EXAMINATION 2017 MATHEMATICS GRADE 12 PAPER 1. Time: 3 hours Total: 150 PLEASE READ THE FOLLOWING INSTRUCTIONS CAREFULLY PRELIMINARY EXAMINATION 2017 MATHEMATICS GRADE 12 PAPER 1 Time: 3 hours Total: 150 PLEASE READ THE FOLLOWING INSTRUCTIONS CAREFULLY 1. This question paper consists of 7 pages, graph paper, and a separate

More information

The units on the average rate of change in this situation are. change, and we would expect the graph to be. ab where a 0 and b 0.

The units on the average rate of change in this situation are. change, and we would expect the graph to be. ab where a 0 and b 0. Lesson 9: Exponential Functions Outline Objectives: I can analyze and interpret the behavior of exponential functions. I can solve exponential equations analytically and graphically. I can determine the

More information

S.3 Geometric Sequences and Series

S.3 Geometric Sequences and Series 68 section S S. Geometric In the previous section, we studied sequences where each term was obtained by adding a constant number to the previous term. In this section, we will take interest in sequences

More information

Sequences and series UNCORRECTED PAGE PROOFS

Sequences and series UNCORRECTED PAGE PROOFS 3 Sequences and series 3.1 Kick off with CAS 3. Describing sequences 3.3 Arithmetic sequences 3.4 Arithmetic series 3.5 Geometric sequences 3.6 Geometric series 3.7 Applications of sequences and series

More information

ARITHMETIC PROGRESSIONS

ARITHMETIC PROGRESSIONS ARITHMETIC PROGRESSIONS 93 ARITHMETIC PROGRESSIONS 5 5.1 Introduction You must have observed that in nature, many things follow a certain pattern, such as the petals of a sunflower, the holes of a honeycomb,

More information

Algebra 2 - Semester 2 - Final Exam Review

Algebra 2 - Semester 2 - Final Exam Review Algebra 2 - Semester 2 - Final Exam Review Your final exam will be 60 multiple choice questions coving the following content. This review is intended to show examples of problems you may see on the final.

More information

Lesson 26: Problem Set Sample Solutions

Lesson 26: Problem Set Sample Solutions Problem Set Sample Solutions Problems and 2 provide students with more practice converting arithmetic and geometric sequences between explicit and recursive forms. Fluency with geometric sequences is required

More information

Exponential and Logarithmic Functions. Exponential Functions. Example. Example

Exponential and Logarithmic Functions. Exponential Functions. Example. Example Eponential and Logarithmic Functions Math 1404 Precalculus Eponential and 1 Eample Eample Suppose you are a salaried employee, that is, you are paid a fied sum each pay period no matter how many hours

More information

Pre-Calc 2nd Semester Review Packet - #2

Pre-Calc 2nd Semester Review Packet - #2 Pre-Calc 2nd Semester Review Packet - #2 Use the graph to determine the function's domain and range. 1) 2) Find the domain of the rational function. 3) h(x) = x + 8 x2-36 A) {x x -6, x 6, x -8} B) all

More information

Geometric Sequences and Series

Geometric Sequences and Series 12-2 OBJECTIVES Find the nth term and geometric means of a geometric sequence. Find the sum of n terms of a geometric series. Geometric Sequences and Series ACCOUNTING Bertha Blackwell is an accountant

More information

LOGARITHMS EXAM QUESTIONS

LOGARITHMS EXAM QUESTIONS LOGARITHMS EXAM QUESTIONS Question 1 (**) Show clearly that log 36 1 a + log 56 log 48 log 4 a a = a. proof Question (**) Simplify giving the final answer as an integer. log 5 + log1.6, 3 Question 3 (**+)

More information

Welcome to OSA Training 2015 Basic Math. By: Greg Hinckson Irena Nedeljkovic Iris Bishop Mitch Volk

Welcome to OSA Training 2015 Basic Math. By: Greg Hinckson Irena Nedeljkovic Iris Bishop Mitch Volk Welcome to OSA Training 2015 Basic Math By: Greg Hinckson Irena Nedeljkovic Iris Bishop Mitch Volk Curriculum I. WHOLE NUMBERS -Oder of Operations II. DECIMALS -Decimals to Percents to Fractions III. PERCENTS

More information

SAMPLE. Sequences and series

SAMPLE. Sequences and series C H A P T E R 8 Sequences and series What is a sequence? How do we make an arithmetic sequence? How can we generate a sequence recursively using a graphics calculator? What is the rule used to find the

More information

MATH 1113 Exam 2 Review

MATH 1113 Exam 2 Review MATH 1113 Exam 2 Review Section 3.1: Inverse Functions Topics Covered Section 3.2: Exponential Functions Section 3.3: Logarithmic Functions Section 3.4: Properties of Logarithms Section 3.5: Exponential

More information

JULY EXAMINATION 2015 MATHEMATICS GRADE 12 PAPER 1: LO 1, LO 2 PLEASE READ THE FOLLOWING INSTRUCTIONS CAREFULLY

JULY EXAMINATION 2015 MATHEMATICS GRADE 12 PAPER 1: LO 1, LO 2 PLEASE READ THE FOLLOWING INSTRUCTIONS CAREFULLY JULY EXAMINATION 015 MATHEMATICS GRADE 1 PAPER 1: LO 1, LO Time: hours Total: 150 PLEASE READ THE FOLLOWING INSTRUCTIONS CAREFULLY 1. This question paper consists of 6 pages, graph paper, and a separate

More information

2017 Year 10 General Mathematics Topic 4: Number Patterns and Recursion

2017 Year 10 General Mathematics Topic 4: Number Patterns and Recursion 2017 Year 10 General Mathematics Topic 4: Number Patterns and Recursion This topic includes: the concept of a sequence as a function use of a first- order linear recurrence relation to generate the terms

More information

THE EXPONENTIAL AND NATURAL LOGARITHMIC FUNCTIONS: e x, ln x

THE EXPONENTIAL AND NATURAL LOGARITHMIC FUNCTIONS: e x, ln x Mathematics Revision Guides The Exponential and Natural Log Functions Page 1 of 17 M.K. HOME TUITION Mathematics Revision Guides Level: A-Level Year 1 / AS THE EXPONENTIAL AND NATURAL LOGARITHMIC FUNCTIONS:

More information

Accelerated Coordinate Algebra/Analytic Geometry A Summer Work (14_15_ACA-AGA_SW)

Accelerated Coordinate Algebra/Analytic Geometry A Summer Work (14_15_ACA-AGA_SW) Name: Date: 1. Parallel lines m and n intersect line segment AC and ray CB. Use the information in the diagram to answer the questions. What are the degree measures of and Explain your answers. What is

More information

Math 1 Exponential Functions Unit 2018

Math 1 Exponential Functions Unit 2018 1 Math 1 Exponential Functions Unit 2018 Points: /10 Name: Graphing Exponential Functions/Domain and Range Exponential Functions (Growth and Decay) Tables/Word Problems Linear vs Exponential Functions

More information

UNCORRECTED. 4Arithmetic sequences

UNCORRECTED. 4Arithmetic sequences Chapter 4 4Arithmetic sequences Objectives To explore sequences of numbers and their recurrence relations. To use a calculator to generate sequences and display their graphs. To recognise arithmetic sequences,

More information

Exponential and Logarithmic Functions

Exponential and Logarithmic Functions Exponential and Logarithmic Functions Learning Targets 1. I can evaluate, analyze, and graph exponential functions. 2. I can solve problems involving exponential growth & decay. 3. I can evaluate expressions

More information

Exponents and Logarithms Exam

Exponents and Logarithms Exam Name: Class: Date: Exponents and Logarithms Exam Multiple Choice Identify the choice that best completes the statement or answers the question.. The decay of a mass of a radioactive sample can be represented

More information

General Mathematics Topic 4: Number Patterns and Recursion

General Mathematics Topic 4: Number Patterns and Recursion General Mathematics Topic 4: Number Patterns and Recursion This topic includes: the concept of a sequence as a function use of a first- order linear recurrence relation to generate the terms of a number

More information

My Math Plan Assessment #3 Study Guide

My Math Plan Assessment #3 Study Guide My Math Plan Assessment # Study Guide 1. Identify the vertex of the parabola with the given equation. f(x) = (x 5) 2 7 2. Find the value of the function. Find f( 6) for f(x) = 2x + 11. Graph the linear

More information

SAMPLE. Sequences and series

SAMPLE. Sequences and series Objectives C H A P T E R 5 Sequences and series To explore sequences of numbers and their difference equations To use a graphics calculator to generate sequences and display graphs To recognise arithmetic

More information

Sequences A sequence is a function, where the domain is a set of consecutive positive integers beginning with 1.

Sequences A sequence is a function, where the domain is a set of consecutive positive integers beginning with 1. 1 CA-Fall 2011-Jordan College Algebra, 4 th edition, Beecher/Penna/Bittinger, Pearson/Addison Wesley, 2012 Chapter 8: Sequences, Series, and Combinatorics Section 8.1 Sequences and Series Sequences A sequence

More information

? Describe the nth term of the series and the value of S n. . Step 6 Will the original square ever be entirely shaded? Explain why or why not.

? Describe the nth term of the series and the value of S n. . Step 6 Will the original square ever be entirely shaded? Explain why or why not. Lesson 13-2 Geometric Series Vocabulary geometric series BIG IDEA There are several ways to fi nd the sum of the successive terms of a fi nite geometric sequence Activity Step 1 Draw a large square on

More information

GCSE 9-1 Higher Edexcel Set C Paper 3 - Calculator

GCSE 9-1 Higher Edexcel Set C Paper 3 - Calculator Name: GCSE 9-1 Higher Edexcel Set C Paper 3 - Calculator Equipment 1. A black ink ball-point pen. 2. A pencil. 3. An eraser. 4. A ruler. 5. A pair of compasses. 6. A protractor. 7. A calculator Guidance

More information

Complete Week 18 Package

Complete Week 18 Package Complete Week 18 Package Jeanette Stein Table of Contents Unit 4 Pacing Chart -------------------------------------------------------------------------------------------- 1 Day 86 Bellringer --------------------------------------------------------------------------------------------

More information

10-1 Sequences as Functions. Determine whether each sequence is arithmetic. Write yes or no. 1. 8, 2, 12, 22

10-1 Sequences as Functions. Determine whether each sequence is arithmetic. Write yes or no. 1. 8, 2, 12, 22 Determine whether each sequence is arithmetic. Write yes or no. 1. 8, 2, 12, 22 Subtract each term from the term directly after it. The common difference is 10. 3. 1, 2, 4, 8, 16 Subtract each term from

More information

Grade 11 Mathematics Page 1 of 6 Final Exam Review (updated 2013)

Grade 11 Mathematics Page 1 of 6 Final Exam Review (updated 2013) Grade Mathematics Page of Final Eam Review (updated 0) REVIEW CHAPTER Algebraic Tools for Operating With Functions. Simplify ( 9 ) (7 ).. Epand and simplify. ( ) ( ) ( ) ( 0 )( ). Simplify each of the

More information

Use transformations to graph the function. Determine the domain, range, and horizontal asymptote of the function. 5) f(x) = -2 x+3 + 4

Use transformations to graph the function. Determine the domain, range, and horizontal asymptote of the function. 5) f(x) = -2 x+3 + 4 Review for Spring Exam Entire Review must be completed with a passing grade in order to be eligible for a retest. Due on day of final exam. ALL PROBLEMS ARE TO BE WORKED ON SEPARATE PAPER. NO WORK NO CREDIT!

More information

in terms of p, q and r.

in terms of p, q and r. Logarithms and Exponents 1. Let ln a = p, ln b = q. Write the following expressions in terms of p and q. ln a 3 b ln a b 2. Let log 10 P = x, log 10 Q = y and log 10 R = z. Express P log 10 QR 3 2 in terms

More information

Math 2412 Final Exam Review

Math 2412 Final Exam Review Math 41 Final Exam Review MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Factor and simplify the algebraic expression. 1) (x + 4) /5 - (x + 4) 1/5

More information

2018 Pre-Cal Spring Semester Review Name: Per:

2018 Pre-Cal Spring Semester Review Name: Per: 08 Pre-Cal Spring Semester Review Name: Per: For # 4, find the domain of each function. USE INTERVAL NOTATION!!. 4 f ( ) 5. f ( ) 6 5. f( ) 5 4. f( ) 4 For #5-6, find the domain and range of each graph.

More information

Algebra I. Midterm Review

Algebra I. Midterm Review Algebra I Midterm Review Class: Date: Algebra 1 Midterm Review Multiple Choice Identify the choice that best completes the statement or answers the question. 1 Use the vertical-line test to determine which

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education *8383126027* MATHEMATICS 0580/21 Paper 2 (Extended) October/November 2018 Candidates answer on the

More information

L E S S O N M A S T E R. Name. Vocabulary. 1. In the expression b n, b is called the?.

L E S S O N M A S T E R. Name. Vocabulary. 1. In the expression b n, b is called the?. Vocabulary 7- See pages 7-7 for objectives.. In the epression b n, b is called the?.. The identity function f has the equation f()?.. If g(), is g an eample of a power function? Why or why not?. In a game

More information

Math 1050 Exam 2 Name. D) no vertical asymptotes

Math 1050 Exam 2 Name. D) no vertical asymptotes Math 050 Exam 2 Name Give the equation of the specified asymptote(s). 3x - 7 ) Vertical asymptote(s): f(x) = x2-5x - 4 A) x = -7, x = 2 B) x = 7, x = 7, x = -2 3 C)x = 7, x = -2 D) no vertical asymptotes

More information

Core Mathematics 2 Geometric Series

Core Mathematics 2 Geometric Series Core Mathematics 2 Geometric Series Edited by: K V Kumaran Email: kvkumaran@gmail.com Core Mathematics 2 Geometric Series 1 Geometric series The sum of a finite geometric series; the sum to infinity of

More information

Chapter 11 Logarithms

Chapter 11 Logarithms Chapter 11 Logarithms Lesson 1: Introduction to Logs Lesson 2: Graphs of Logs Lesson 3: The Natural Log Lesson 4: Log Laws Lesson 5: Equations of Logs using Log Laws Lesson 6: Exponential Equations using

More information

Beaulieu College. Mathematics Department

Beaulieu College. Mathematics Department Beaulieu College Mathematics Department GRADE 11 MATHEMATICS PAPER 1 Time: ½ Hours 15 marks Date: 10 November 014 Examiner: Ms Smith Moderator: Mr Ruiz-Mesa PLEASE READ THE FOLLOWING INSTRUCTIONS CAREFULLY

More information

MATH 1113 Exam 2 Review. Spring 2018

MATH 1113 Exam 2 Review. Spring 2018 MATH 1113 Exam 2 Review Spring 2018 Section 3.1: Inverse Functions Topics Covered Section 3.2: Exponential Functions Section 3.3: Logarithmic Functions Section 3.4: Properties of Logarithms Section 3.5:

More information

Honors Precalculus Semester 1 Review

Honors Precalculus Semester 1 Review Honors Precalculus Semester 1 Review Name: UNIT 1 1. For each sequence, find the explicit and recursive formulas. Show your work. a) 45, 39, 33, 27 b) 8 3, 16 9 32 27, 64 81 Explicit formula: Explicit

More information

Chapter 7 - Exponents and Exponential Functions

Chapter 7 - Exponents and Exponential Functions Chapter 7 - Exponents and Exponential Functions 7-1: Multiplication Properties of Exponents 7-2: Division Properties of Exponents 7-3: Rational Exponents 7-4: Scientific Notation 7-5: Exponential Functions

More information

Lesson 2: Introduction to Variables

Lesson 2: Introduction to Variables In this lesson we begin our study of algebra by introducing the concept of a variable as an unknown or varying quantity in an algebraic expression. We then take a closer look at algebraic expressions to

More information

A sequence is an ordered list of numbers. Each number in a sequence is called a term. a 1, a 2, a 3,..., a n

A sequence is an ordered list of numbers. Each number in a sequence is called a term. a 1, a 2, a 3,..., a n Algebra 2/Trig Unit 8 Sequences and Series Lesson 1 I can identify a pattern found in a sequence. I can use a formula to find the nth term of a sequence. I can write a recursive formula for a sequence.

More information

MATHEMATICS Component 2 Calculator-Allowed Mathematics HIGHER TIER

MATHEMATICS Component 2 Calculator-Allowed Mathematics HIGHER TIER Surname Centre Number Candidate Number Other Names 0 GCSE C300UB0-1 S18-C300UB0-1 MATHEMATICS Component 2 Calculator-Allowed Mathematics HIGHER TIER THURSDAY, 7 JUNE 2018 MORNING 2 hours 15 minutes For

More information

GRADE 12 SEPTEMBER 2012 MATHEMATICS P1

GRADE 12 SEPTEMBER 2012 MATHEMATICS P1 Province of the EASTERN CAPE EDUCATION NATIONAL SENIOR CERTIFICATE GRADE 12 SEPTEMBER 2012 MATHEMATICS P1 MARKS: 150 TIME: 3 hours *MATHE1* This question paper consists of 8 pages, 3 diagram sheets and

More information

Introduction to Exponential Functions (plus Exponential Models)

Introduction to Exponential Functions (plus Exponential Models) Haberman MTH Introduction to Eponential Functions (plus Eponential Models) Eponential functions are functions in which the variable appears in the eponent. For eample, f( ) 80 (0.35) is an eponential function

More information

Exponential Functions and Their Graphs (Section 3-1)

Exponential Functions and Their Graphs (Section 3-1) Exponential Functions and Their Graphs (Section 3-1) Essential Question: How do you graph an exponential function? Students will write a summary describing the steps for graphing an exponential function.

More information

Letter Figures Words FURTHER MATHEMATICS. Written examination 2. Monday 4 November 2013

Letter Figures Words FURTHER MATHEMATICS. Written examination 2. Monday 4 November 2013 Victorian Certificate of Education 2013 SUPERVISOR TO ATTACH PROCESSING LABEL HERE STUDENT NUMBER Letter Figures Words FURTHER MATHEMATICS Written examination 2 Core Monday 4 November 2013 Reading time:

More information

, identify what the letters P, r, n and t stand for.

, identify what the letters P, r, n and t stand for. 1.In the formula At p 1 r n nt, identify what the letters P, r, n and t stand for. 2. Find the exponential function whose graph is given f(x) = a x 3. State the domain and range of the function (Enter

More information

MANLY SELECTIVE CAMPUS

MANLY SELECTIVE CAMPUS NORTHERN BECHES SECONDRY COLLEGE MNLY SELECTIVE CMPUS General Instructions HIGHER SCHOOL CERTIFICTE Reading time 5 minutes Working time 3hours Write using black or blue pen Write your Student Number at

More information

Objectives. Use the number e to write and graph exponential functions representing realworld

Objectives. Use the number e to write and graph exponential functions representing realworld Objectives Use the number e to write and graph exponential functions representing realworld situations. Solve equations and problems involving e or natural logarithms. natural logarithm Vocabulary natural

More information

Practice 6-1: Exponential Equations

Practice 6-1: Exponential Equations Name Class Date Practice 6-1: Exponential Equations Which of the following are exponential functions? For those that are exponential functions, state the initial value and the base. For those that are

More information

BEAULIEU COLLEGE PRELIMINARY EXAMINATIONS 2018 MATHEMATICS GRADE 12 PAPER 1

BEAULIEU COLLEGE PRELIMINARY EXAMINATIONS 2018 MATHEMATICS GRADE 12 PAPER 1 BEAULIEU COLLEGE PRELIMINARY EXAMINATIONS 08 MATHEMATICS GRADE PAPER Eaminer: Mr J Ruiz Mesa Total marks: 50 Date: 6 July 08 Instructions: Moderator: Mr G Scholefield Time: 3hrs This question paper consists

More information

3. If 4x = 0, the roots of the equation are (1) 25 and 25 (2) 25, only (3) 5 and 5 (4) 5, only 3

3. If 4x = 0, the roots of the equation are (1) 25 and 25 (2) 25, only (3) 5 and 5 (4) 5, only 3 ALGEBRA 1 Part I Answer all 24 questions in this part. Each correct answer will receive 2 credits. No partial credit will be allowed. For each statement or question, choose the word or expression that,

More information

Algebra 1 Enriched- Midterm Review

Algebra 1 Enriched- Midterm Review Algebra 1 Enriched- Midterm Review Know all vocabulary, pay attention to the highlighted words in the text, and understand the various types of directions in each of the sections of the textbook. Practice

More information

COLLEGE ALGEBRA PRACTICE FINAL (Revised 3/04)

COLLEGE ALGEBRA PRACTICE FINAL (Revised 3/04) Sketch the following graphs:. y x 0 COLLEGE ALGEBRA PRACTICE FINAL (Revised /0) + =. ( ) ( ) f x = x+. ( ) g x = x + 8x 7. y = x. y = x + 6. f ( x) = x + 7. h( x) x + = x + 8. g( x) = x x 9. y = x( x+

More information

FURTHER MATHEMATICS. Written examination 2 (Analysis task) Wednesday 3 November 2004

FURTHER MATHEMATICS. Written examination 2 (Analysis task) Wednesday 3 November 2004 Victorian Certificate of Education 2004 SUPERVISOR TO ATTACH PROCESSING LABEL HERE FURTHER MATHEMATICS Written examination 2 (Analysis task) Core Wednesday 3 November 2004 Reading time: 11.45 am to 12.00

More information

On a separate sheet of paper, answer the following questions by showing ALL of your work.

On a separate sheet of paper, answer the following questions by showing ALL of your work. Final Exam Review Cummulative Math 20-1 Ch.1 Sequence and Series Final Exam Review On a separate sheet of paper, answer the following questions by showing ALL of your work. 1. The common difference in

More information

Practice Test Student Answer Document

Practice Test Student Answer Document Practice Test Student Answer Document Record your answers by coloring in the appropriate bubble for the best answer to each question. 7 8 9 0 7 8 9 0 7 8 9 0 7 8 9 0 7 8 9 0 7 8 9 0 7 8 9 70 7 7 7 7 7

More information

MATH 130: Exam 2 Review. 2.Find the equation of the piece wise function graphed below:

MATH 130: Exam 2 Review. 2.Find the equation of the piece wise function graphed below: Name: Section: MATH 130: Exam 2 Review Exam 2 covers Activities 9-15 in your course notebook. The purpose of this review is for you to customize your study time to focus on areas you need more practice.

More information

Created by T. Madas ARITHMETIC SERIES. Created by T. Madas

Created by T. Madas ARITHMETIC SERIES. Created by T. Madas ARITHMETIC SERIES Question 1 (**) non calculator The first few terms of an arithmetic sequence are given below 5, 9, 13, 17, 21,... a) Find the fortieth term of the sequence. b) Determine the sum of the

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

Algebra III: Blizzard Bag #1 Exponential and Logarithm Functions

Algebra III: Blizzard Bag #1 Exponential and Logarithm Functions NAME : DATE: PERIOD: Algebra III: Blizzard Bag #1 Exponential and Logarithm Functions Students need to complete the following assignment, which will aid in review for the end of course exam. Look back

More information

Algebra 2B Review for the Final Exam, 2015

Algebra 2B Review for the Final Exam, 2015 Name:: Period: Grp #: Date: Algebra 2B Review for the Final Exam, 2015 Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Tell whether the function y = 2(

More information

or the number of bacteria in a colony after each hour, if the colony starts with one bacteria and each bacteria divides into two every hour

or the number of bacteria in a colony after each hour, if the colony starts with one bacteria and each bacteria divides into two every hour 448 Sequences and Series In everyday life, we can observe sequences or series of events in many contexts. For instance, we line up to enter a store in a sequence, we make a sequence of mortgage payments,

More information

Paper 1 Foundation Revision List

Paper 1 Foundation Revision List Paper 1 Foundation Revision List Converting units of length 692 Converting units of mass 695 Order of operations 24 Solving one step equations 178 Operations with negative numbers 39, 40 Term to term rules

More information

0611a2. Algebra 2/Trigonometry Regents Exam x = 4? x 2 16

0611a2. Algebra 2/Trigonometry Regents Exam x = 4? x 2 16 Algebra /Trigonometry Regents Exam 06 www.jmap.org 06a A doctor wants to test the effectiveness of a new drug on her patients. She separates her sample of patients into two groups and administers the drug

More information

Modelling Data Using Exponential Functions

Modelling Data Using Exponential Functions 7.3 Modelling Data Using Exponential Functions YOU WILL NEED large jar or plastic container pennies graphing technology EXPLORE A biologist was monitoring the growth in the number of fruit flies in a controlled

More information

8.1 Multiplication Properties of Exponents Objectives 1. Use properties of exponents to multiply exponential expressions.

8.1 Multiplication Properties of Exponents Objectives 1. Use properties of exponents to multiply exponential expressions. 8.1 Multiplication Properties of Exponents Objectives 1. Use properties of exponents to multiply exponential expressions. 2. Use powers to model real life problems. Multiplication Properties of Exponents

More information

Elementary Algebra SAMPLE Final Examination Fall 2015

Elementary Algebra SAMPLE Final Examination Fall 2015 Elementary Algebra NAME: SAMPLE Final Examination Fall 2015 You will have 2 hours to complete this exam. You may use a calculator but must show all algebraic work in the space provided to receive full

More information

Equations and Inequalities in One Variable

Equations and Inequalities in One Variable Name Date lass Equations and Inequalities in One Variable. Which of the following is ( r ) 5 + + s evaluated for r = 8 and s =? A 3 B 50 58. Solve 3x 9= for x. A B 7 3. What is the best first step for

More information

Math 9 Midterm Review

Math 9 Midterm Review Class: Date: Math 9 Midterm Review Short Answer 1. Which graphs represent a linear relation? 2. Which expressions have negative values? È i) ( 4) 3 3 ÎÍ Ê ii) 4 3 ˆ 3 È iii) ( 4) 3 3 ÎÍ È iv) ( 4) 3 3

More information

0814AI Common Core State Standards

0814AI Common Core State Standards 0814AI Common Core State Standards 1 Which statement is not always true? 1) The product of two irrational numbers is irrational. 2) The product of two rational numbers is rational. 3) The sum of two rational

More information

Mathematics. Pre-Leaving Certificate Examination, Paper 1 Higher Level. Time: 2 hours, 30 minutes. 300 marks. Name. School. Teacher.

Mathematics. Pre-Leaving Certificate Examination, Paper 1 Higher Level. Time: 2 hours, 30 minutes. 300 marks. Name. School. Teacher. Name School Teacher Pre-Leaving Certificate Examination, 2015 Mathematics Paper 1 Higher Level Time: 2 hours, 30 minutes 300 marks For examiner Question Mark 1 2 Centre Stamp 3 Running Total 4 5 6 7 8

More information

Learning Plan 09. Question 1. Question 2. Question 3. Question 4. What is the difference between the highest and lowest data values in a data set?

Learning Plan 09. Question 1. Question 2. Question 3. Question 4. What is the difference between the highest and lowest data values in a data set? Learning Plan 09 Question 1 What is the difference between the highest and lowest data values in a data set? The difference is called range. (p. 794) Question 2 Measures of Dispersion. Read the answer

More information

PreCalc 11 Chapter 1 Review Pack v1

PreCalc 11 Chapter 1 Review Pack v1 Period: Date: PreCalc 11 Chapter 1 Review Pack v1 Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Determine the first 4 terms of an arithmetic sequence,

More information

1.7. Geometric Sequences. Part 1: Doubling. Think, Do, Discuss

1.7. Geometric Sequences. Part 1: Doubling. Think, Do, Discuss Geometric Sequences 1.7 Part 1: Doubling Many microorganisms are introduced into our bodies through everyday activities, breathing, eating, and drinking water. Some microorganisms are beneficial and some

More information

2015/2016 Algebra II Final Exam Review Guide Short Answer Radical/Rationals

2015/2016 Algebra II Final Exam Review Guide Short Answer Radical/Rationals 2015/2016 Algebra II Final Exam Review Guide Short Answer Radical/Rationals 1. Ms. Henderson asked her students to graph f(x) = x. What does this graph look like? What is the Domain and Range? 3 2. What

More information

Name: 2 NO PARTIAL CREDIT SECTION. (Problems 1{4.) No explanation necessary; no need to show work. 1. (6 points) Suppose f(t) is an exponential functi

Name: 2 NO PARTIAL CREDIT SECTION. (Problems 1{4.) No explanation necessary; no need to show work. 1. (6 points) Suppose f(t) is an exponential functi Math 115 Calculus Exam I 24 September 1997 Department of Mathematics University of Michigan Name: Signature: Instructor: Section: General instructions: Please read the instructions on each individual problem

More information

You are allowed two hours to answer this question paper. All questions are compulsory.

You are allowed two hours to answer this question paper. All questions are compulsory. Examination Question and Answer Book Write here your full examination number Centre Code: Hall Code: Desk Number: Foundation Level 3c Business Mathematics FBSM 0 May 00 Day 1 late afternoon INSTRUCTIONS

More information

Unit 3 and 4 Further Mathematics: Exam 2

Unit 3 and 4 Further Mathematics: Exam 2 A non-profit organisation supporting students to achieve their best. Unit 3 and 4 Further Mathematics: Exam 2 Practice Exam Solutions Stop! Don t look at these solutions until you have attempted the exam.

More information

Intermediate Algebra Semester Summary Exercises. 1 Ah C. b = h

Intermediate Algebra Semester Summary Exercises. 1 Ah C. b = h . Solve: 3x + 8 = 3 + 8x + 3x A. x = B. x = 4 C. x = 8 8 D. x =. Solve: w 3 w 5 6 8 A. w = 4 B. w = C. w = 4 D. w = 60 3. Solve: 3(x ) + 4 = 4(x + ) A. x = 7 B. x = 5 C. x = D. x = 4. The perimeter of

More information

Sequences, Induction, and Probability

Sequences, Induction, and Probability pr0-9-004.i-hr //0 :9 PM Page 9 CHAPTER 0 Sequences, Induction, and Probability W E OFTEN SAVE FOR THE FUTURE by investing small amounts at periodic intervals. To understand how our savings accumulate,

More information

Complete the question. Draft. (b) Write down the value of 10. wooden blocks in total. She paints them blue, yellow, green and red.

Complete the question. Draft. (b) Write down the value of 10. wooden blocks in total. She paints them blue, yellow, green and red. Number omplete the question Use the student s answers to complete each part of the question. Write the missing power in each box. 7 (a) Write down the value of 0 (b) Write down the value of 0 (c) Write

More information

Elementary Algebra SAMPLE Final Examination Spring 2015

Elementary Algebra SAMPLE Final Examination Spring 2015 Elementary Algebra NAME: SAMPLE Final Examination Spring 2015 You will have 2 hours to complete this exam. You may use a calculator but must show all algebraic work in the space provided to receive full

More information

TRIAL HIGHER SCHOOL CERTIFICATE EXAMINATION Three Hours (plus five minutes reading time) Total marks - 100

TRIAL HIGHER SCHOOL CERTIFICATE EXAMINATION Three Hours (plus five minutes reading time) Total marks - 100 Student Number: TRIAL HIGHER SCHOOL CERTIFICATE EXAMINATION 016 Year 1 MATHEMATICS Time Allowed: Teacher Responsible: Three Hours (plus five minutes reading time) Mitchell Parrish General Instructions

More information

Review for EOC. Arithmetic Sequences, Geometric Sequences, & Scatterplots

Review for EOC. Arithmetic Sequences, Geometric Sequences, & Scatterplots Review for EOC Arithmetic Sequences, Geometric Sequences, & Scatterplots Over Lesson 3 4 What is the constant of variation for the equation of the line that passes through (2, 3) and (8, 12)? A. B. C.

More information