UNCORRECTED. 4Arithmetic sequences

Size: px
Start display at page:

Download "UNCORRECTED. 4Arithmetic sequences"

Transcription

1 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, and to find their terms, recurrence relations and numbers of terms. To calculate the sum of the terms in an arithmetic series. To apply arithmetic sequences and series to solving problems. The following are examples of sequences of numbers: a 1, 3, 5, 7, 9,... b 10, 7, 4, 1,,... c 0.6, 1.7,.8,..., , 1 9, 1 7, 1 d 81,... e 0.1, 0.11, 0.111, , ,... Each sequence is a list of numbers, with order being important. Sequence c is an example of a finite sequence, and the others are infinite sequences. For some sequences of numbers, we can give a rule for getting from one number to the next: a rule for sequence a is: add a rule for sequence b is: subtract 3 a rule for sequence c is: add 1.1 a rule for sequence d is: multiply by 1 3 The first three sequences are called arithmetic sequences: we add or subtract a fixed amount to get from one number to the next. In this chapter, we begin with an introduction to sequences and then we focus on arithmetic sequences and their applications. We will study geometric sequences (such as sequence d) in Chapter 14. Knowledge check See the online test of required knowledge, with links to revision lessons.

2 4A Introduction to sequences 143 4A Introduction to sequences The numbers of a sequence are called its terms. The nth term of a sequence is denoted by the symbol t n. So the first term is t 1, the 1th term is t 1, and so on. Recurrence relations A sequence may be defined by a rule which enables each subsequent term to be found from the previous term. This type of rule is called a recurrence relation, a recursive formula or an iterative rule. For example: The sequence 1, 3, 5, 7, 9,... may be defined by t 1 = 1 and t n = t n 1 +. The sequence 1 3, 1 9, 1 7, 1 81,... may be defined by t 1 = 1 3 and t n = 1 3 t n 1. Example 1 Use the recurrence relation to find the first four terms of the sequence t 1 = 3, t n = t n t 1 = 3 t = t = 8 t 3 = t + 5 = 13 t 4 = t = 18 The first four terms are 3, 8, 13, 18. Example Find the recurrence relation for the following sequence: 9, 3, 1, 1 3,... 3 = i.e. t = 1 3 t 1 1 = 1 3 ( 3) i.e. t 3 = 1 3 t The sequence is defined by t 1 = 9 and t n = 1 3 t n 1. A sequence may also be defined explicitly by a rule that is stated in terms of n. For example: The rule t n = n defines the sequence t 1 =, t = 4, t 3 = 6, t 4 = 8,... The rule t n = n 1 defines the sequence t 1 = 1, t =, t 3 = 4, t 4 = 8,... The sequence 1, 3, 5, 7, 9,... can be defined by t n = n 1. The sequence t 1 = 1 3, t n = 1 3 t n 1 can be defined by t n = 1 3 n.

3 144 Chapter 4: Arithmetic sequences Example 3 Find the first four terms of the sequence defined by the rule t n = n + 3. t 1 = (1) + 3 = 5 t = () + 3 = 7 t 3 = (3) + 3 = 9 t 4 = (4) + 3 = 11 The first four terms are 5, 7, 9, 11. Example 4 Find a rule for the nth term of the sequence 1, 4, 9, 16 in terms of n. t 1 = 1 = 1 t = 4 = t 3 = 9 = 3 t 4 = 16 = 4 t n = n Example 5 At a particular school, the number of students studying Mathematical Methods increases each year. There are presently 40 students studying Mathematical Methods. a Set up the recurrence relation if the number is increasing by five students each year. b Write down an expression for t n in terms of n for the recurrence relation found in part a. c Find the number of students expected to be studying Mathematical Methods at the school in five years time. a t n = t n b t 1 = 40 t = t = 45 = t 3 = t + 5 = 50 = Therefore t n = 40 + (n 1) 5 = n c Five years from now implies n = 6: t 6 = = 65 Sixty-five students will be studying Mathematical Methods in five years.

4 4A Introduction to sequences 145 Example 6 The height of a sand dune is increasing by 10% each year. It is currently 4 m high. a Set up the recurrence relation that describes the height of the sand dune. b Write down an expression for t n in terms of n for the recurrence relation found in part a. c Find the height of the sand dune seven years from now. a t n = t n b t 1 = 4 t = = 4.4 t 3 = 4 (1.1) = 4.84 Therefore t n = 4 (1.1) n 1 c Seven years from now implies n = 8: t 8 = 4 (1.1) The sand dune will be m high in seven years. Using a calculator with explicitly defined sequences Example 7 Use a calculator to generate the first 10 terms of the sequence of numbers defined by the rule t n = 3 + 4n Using the TI-Nspire CX non-cas Sequences defined in terms of n can be investigated in a Calculator application. To generate the first 10 terms of the sequence defined by the rule t n = 3 + 4n, complete as shown. Note: Assigning (storing) the resulting list as tn enables the sequence to be graphed. If preferred, the variable tn can be entered as t n using the subscript template, which is accessed via t.

5 146 Chapter 4: Arithmetic sequences Using the Casio To generate the first 10 terms of the sequence defined by the rule t n = 3 + 4n: Press MENU 8 to select Recursion mode. Select a n as the recursion type: F3 F1 Enter the rule a n = 3 + 4n: F1 EXE Select Set F5 to adjust the Table Settings. Set the table to start at 1 and end at 10: 1 EXE 1 0 EXE EXIT Select Table F6. Use the cursor key to scroll down the table. Using a calculator with recursively defined sequences Example 8 Use a calculator to generate the sequence defined by the recurrence relation t n = t n 1 + 3, t 1 = 1 and plot the graph of the sequence against n. Using the TI-Nspire CX non-cas In a Lists & Spreadsheet page, name the first two lists n and tn respectively. Enter 1 in cell A1 and enter 1 in cell B1. Note: If preferred, the variable tn can be entered as t n using the subscript template, which is accessed via t.

6 4A Introduction to sequences 147 Enter = a1 + 1 in cell A and enter = b1 + 3 in cell B. Highlight the cells A and B using shift and the arrows. Use menu > Data > Fill and arrow down to row 10. Press enter to populate the lists. To graph the sequence, insert a Graphs page ( ctrl I > Add Graphs). Graph the sequence as a scatter plot using menu > Graph Entry/Edit > Scatter Plot. Enter the list variables as n and tn in their respective fields. Set an appropriate window using menu > Window/Zoom > Zoom Data. Note: It is possible to see the coordinates of the points: menu > Trace > Graph Trace. The scatter plot can also be graphed in a Data & Statistics page. Alternatively, the sequence can be graphed directly in the sequence plotter ( menu > Graph Entry/Edit > Sequence > Sequence). Enter the rule u1(n) = u1(n 1) + 3 and the initial value 1. Change nstep to 10. Set an appropriate window using menu > Window/Zoom > Zoom Fit. Use ctrl T to show a table of values. Using the Casio Press MENU 8 to select Recursion mode. Select a n+1 as the recursion type: F3 F

7 148 Chapter 4: Arithmetic sequences 4A Enter the rule a n+1 = a n + 3: Example 1 Example F + 3 EXE Note: The recurrence relation t n = t n is equivalent to t n+1 = t n + 3. Go to Table Setting F5. Set the table to start at 1 and end at 10; set the initial value a 1 = 1: 1 EXE 1 0 EXE F 1 EXE EXIT To view the graph, select Table F6 and then Graph-Plot F6. To return to the table, press EXIT. Section summary A sequence may be defined by a rule which enables each subsequent term to be found from the previous term. This type of rule is called a recurrence relation and we say that the sequence has been defined recursively. For example: The sequence 1, 3, 5, 7, 9,... is defined by t 1 = 1 and t n = t n 1 +. The sequence 1 3, 1 9, 1 7, 1 81,... is defined by t 1 = 1 3 and t n = 1 3 t n 1. Exercise 4A 1 In each of the following, a recursive definition for a sequence is given. List the first five terms. a t 1 = 3, t n = t n b t 1 = 5, t n = 3t n d t 1 = 1, t n = t n 1 + e t n+1 = t n + t n 1, t 1 = 1, t = 3 For each of the following sequences, find the recurrence relation: c t 1 = 1, t n = 5t n 1 a 3, 6, 9, 1,... b 1,, 4, 8,... c 3, 6, 1, 4,... d 4, 7, 10, 13,... e 4, 9, 14, 19,... Example 3 3 Each of the following is a rule for a sequence. In each case, find t 1, t, t 3, t 4. a t n = 1 b t n = n + 1 c t n = n d t n = n n e t n = 3n + f t n = ( 1) n n 3 g t n = n + 1 h t n = 3 n 1

8 4A 4A Introduction to sequences 149 Example 4 4 For each of the following sequences, find a possible rule for t n in terms of n: a 3, 6, 9, 1,... b 1,, 4, 8,... c 1, 1 4, 1 9, 1 16,... Example 5 Example 6 d 3, 6, 1, 4,... e 4, 7, 10, 13,... f 4, 9, 14, 19,... 5 Consider a sequence for which t n = 3n + 1. Find t n+1 and t n. 6 7 Hamish collects NRL cards. He currently has 15 and he adds three to his collection every week. a Set up the recurrence relation that will generate the number of cards Hamish has in any given week. b Write down an expression for t n in terms of n for the recurrence relation from part a. c Find the number of cards Hamish should have after another 1 weeks. Isobel can swim 100 m in 94.3 s. She aims to reduce her time by 4% each week. a Set up the recurrence relation that generates Isobel s time for the 100 m in any given week. b Write down an expression for t n in terms of n for the recurrence relation from part a. c Find the time in which Isobel expects to be able to complete the 100 m after another 8 weeks. 8 Stephen is a sheep farmer with a flock of 100 sheep. He wishes to increase the size of his flock by both breeding and buying new stock. He estimates that 80% of his sheep will produce one lamb each year and he intends to buy 0 sheep to add to the flock each year. Assuming that no sheep die: a Write the recurrence relation for the expected number of sheep at the end of each year. (Let t 0 = 100.) b Calculate the number of sheep at the end of each of the first five years. 9 Alison invests $000 at the beginning of the year. At the beginning of each of the following years, she puts a further $400 into the account. Compound interest of 6% p.a. is paid on the investment at the end of each year. a Write down the amount of money in the account at the end of each of the first three years. Example 7 10 b Set up a recurrence relation to generate the sequence for the investment. (Let t 1 be the amount in the account at the end of the first year.) c With a calculator or spreadsheet, use the recurrence relation to find the amount in the account after 10 years. For each of the following, use a calculator to find the first six terms of the sequence and plot the graph of these terms against n: a c t n = 3n t n = n b d t n = 5 n t n = 6 n CF

9 150 Chapter 4: Arithmetic sequences 4A Example 8 11 For each of the following, use a calculator to find the first six terms of the sequence and plot the graph of these terms against n: a t n = (t n 1 ), t 1 = 1.1 b t n = 3 t n 1, t 1 = 7 c t n = t n 1 + 5, t 1 = 1 1 a For a sequence for which t n = n 1, find t 1, t and t 3. b d t n = 4 t n 1, t 1 = 3 For a sequence for which u n = 1 (n n) + 1, find u 1, u and u 3. c What do you notice? d Find t 4 and u Assume that S n = an + bn, for constants a and b. Find S 1, S, S 3 and S n+1 S n. 14 For the sequence defined by t 1 = 1 and t n+1 = 1 (t n + ), find t, t 3 and t 4. tn The terms of this sequence are successive rational approximations of a real number. Can you recognise the number? 15 The Fibonacci sequence is defined by t 1 = 1, t = 1 and t n+ = t n+1 + t n for n 1. Use the rule to find t 3, t 4 and t 5. Show that t n+ = t n + t n 1 for all n. 4B Arithmetic sequences A sequence in which each successive term is found by adding a fixed amount to the previous term is called an arithmetic sequence. That is, an arithmetic sequence has a recurrence relation of the form t n = t n 1 + d, where d is a constant. For example:, 5, 8, 11, 14, 17,... is an arithmetic sequence. The nth term of an arithmetic sequence is given by t n = t 1 + (n 1)d where d is the common difference between successive terms, that is, d = t k t k 1, for all k > 1. We often denote the first term by a and write this formula as t n = a + (n 1)d Note: In an arithmetic sequence, the nth term t n is a linear function of n. Example 9 Find the 10th term of the arithmetic sequence 4, 1,, 5,.... a = 4, d = 3 t n = a + (n 1)d t 10 = 4 + (10 1) 3 = 3 CU

10 4B Arithmetic sequences 151 Example 10 If 41 is the nth term in the arithmetic sequence 4, 1,, 5,..., find the value of n. a = 4, d = 3 t n = a + (n 1)d = (n 1) 3 = 41 3(n 1) = 45 n 1 = 15 n = 16 Hence 41 is the 16th term of the sequence. Example 11 The 1th term of an arithmetic sequence is 9 and the 5th term is 100. Find a and d, and hence find the 8th term. An arithmetic sequence has rule t n = a + (n 1)d Since the 1th term is 9, we have 9 = a + 11d (1) Since the 5th term is 100, we have 100 = a + 4d () To find a and d, we solve the two equations simultaneously. Subtract (1) from (): 91 = 13d d = 7 From (1), we have Therefore 9 = a + 11(7) a = 68 t 8 = a + 7d = = 19 The 8th term of the sequence is 19.

11 15 Chapter 4: Arithmetic sequences Example 1 A national park has a series of huts along one of its mountain trails. The first hut is 5 km from the start of the trail, the second is 8 km from the start, the third 11 km and so on. a How far from the start of the trail is the sixth hut? b How far is it from the sixth hut to the twelfth hut? The distances of the huts from the start of the trail form an arithmetic sequence with a = 5 and d = 3. a For the sixth hut: t 6 = a + 5d = = 0 The sixth hut is 0 km from the start of the trail. Simple interest b For the twelfth hut: t 1 = a + 11d = = 38 The distance from the sixth hut to the twelfth hut is t 1 t 6 = 38 0 = 18 km. One application of arithmetic sequences is simple interest. Simple interest is always calculated on the amount originally invested (called the principal). For example, assume that $1000 is invested at a simple interest rate of 10% per annum. Then the amount of interest earned each year is 10%($1000) = $ After 1 year, the investment will have grown to $ $100 = $1100. After years, the investment will have grown to $ $100 = $ After 3 years, the investment will have grown to $ $100 = $1300. The value of the investment after n years will be $ n $100. Example 13 Yasmin invests $100 for five years earning 5% per annum simple interest. What is the value of her investment at the end of the five years? Let A n be the value after n years. Then A n = n 5%(100) = n So the value after five years is A 5 = = 1500 The value of her investment at the end of the five years is $1500.

12 4B 4B Arithmetic sequences 153 Simple interest Suppose that $P is invested at a simple interest rate of R% per annum. Then the value of the investment after n years, $A n, is given by A n = P + np R 100 Arithmetic mean The arithmetic mean of two numbers a and b is defined as a + b. If the numbers a, c, b are consecutive terms of an arithmetic sequence, then c a = b c c = a + b c = a + b That is, the middle term c is the arithmetic mean of a and b. Section summary An arithmetic sequence has a recurrence relation of the form t n = t n 1 + d, where d is a constant. Each successive term is found by adding a fixed amount to the previous term. For example:, 5, 8, 11,... The nth term of an arithmetic sequence is given by t n = a + (n 1)d where a is the first term and d is the common difference between successive terms, that is, d = t k t k 1, for all k > 1. Simple interest Suppose that $P is invested at a simple interest rate of R% per annum. Then the value of the investment after n years, $A n, is given by A n = P + np R 100. Exercise 4B Example 9 1 For the arithmetic sequence where t n = a + (n 1)d, find the first four terms given that: a a a = 0, d = b a = 3, d = 5 c a = d = 6 d a = 11, d = If an arithmetic sequence has a first term of 5 and a common difference of 3, find the 13th term. b If an arithmetic sequence has a first term of 1 and a common difference of 4, find the 10th term. c For the arithmetic sequence with a = 5 and d =.5, find the ninth term. d For the arithmetic sequence with a = 6 and d =, find the fifth term.

13 154 Chapter 4: Arithmetic sequences 4B Example 10 Example 11 Example 1 3 Find the rule of the arithmetic sequence whose first few terms are: a 3, 7, 11 b 3, 1, 5 c 1, 3, 7, 11 d, 0, 4 5 In each of the following, t n is the nth term of an arithmetic sequence: a If 54 is the nth term in the sequence 6, 10, 14, 18,..., find the value of n. b If 16 is the nth term in the sequence 5,, 1, 4,..., find the value of n. c Find n if t 1 = 16, t = 13 and t n = 41. d Find n if t 1 = 7, t = 11 and t n = 7. For an arithmetic sequence with fourth term 7 and thirtieth term 85, find the values of a and d, and hence find the seventh term. 6 If an arithmetic sequence has t 3 = 18 and t 6 = 486, find the rule for the sequence, i.e. find t n. 7 For the arithmetic sequence with t 7 = 0.6 and t 1 = 0.4, find t 0. 8 The number of laps that a swimmer swims each week follows an arithmetic sequence. In the 5th week she swims 4 laps and in the 10th week she swims 39 laps. How many laps does she swim in the 15th week? 10 9 For an arithmetic sequence, find t 6 if t 10 = 31 and t 0 = 61. A small company producing wallets plans an increase in output. In the first week it produces 80 wallets. The number of wallets produced each week is to be increased by 8 per week until the weekly number produced reaches a How many wallets are produced in the 50th week? b In which week does the production reach 1000? 11 An amphitheatre has 5 seats in row A, 8 seats in row B, 31 seats in row C, and so on. a How many seats are there in row P? b How many seats are there in row X? c Which row has 40 seats? 1 The number of people who go to see a movie over a period of a week follows an arithmetic sequence. On the first day only three people go to the movie, but on the sixth day 98 people go. Find the rule for the sequence and hence determine how many attend on the seventh day. Example Eva invests $5000 at 4% per annum simple interest. Calculate the amount of interest paid each year and the value of Eva s investment after 10 years. 14 Naveen invested $300 at a simple interest rate of 6% p.a. After how many years will his investment have grown to $4160? 15 Wenny s initial investment of $000 grows to $3600 after investing it for 10 years. What was the rate per annum for the simple interest she earned? CF

14 4B 4C Arithmetic series Five thousand dollars is invested at 6% p.a. simple interest. a Find the total interest for 8 years. b Find the total amount after 8 years. 17 An arithmetic sequence contains 10 terms. If the first is 4 and the tenth is 30, what is the eighth term? 18 The number of goals kicked by an AFL team in the first six games of a season follows an arithmetic sequence. If the team kicked 5 goals in the first game and 15 in the sixth, how many did they kick in each of the other four games? 19 The first term of an arithmetic sequence is a and the mth term is 0. Find the rule for t n for this sequence. 0 Find the arithmetic mean of: a 8 and 15 b 1 and 79 1 Find x if 3x is the arithmetic mean of 5x + 1 and 11. If a, 4a 4 and 8a 13 are successive terms of an arithmetic sequence, find a. 3 If t m = n and t n = m, prove that t m+n = 0. (Here t m and t n are the mth and nth terms of an arithmetic sequence.) 4 If a, a and a are consecutive terms of an arithmetic sequence, find a (a 0). 5 Show that there is no infinite arithmetic sequence whose terms are all prime numbers. 4C Arithmetic series The sum of the terms in a sequence is called a series. If the sequence is arithmetic, then the series is called an arithmetic series. The symbol S n is used to denote the sum of the first n terms of a sequence. That is, S n = a + (a + d) + (a + d) + + ( a + (n 1)d ) Writing this sum in reverse order, we have S n = ( a + (n 1)d ) + ( a + (n )d ) + + (a + d) + a Adding these two expressions together gives S n = n ( a + (n 1)d ) Therefore S n = n ( a + (n 1)d ) Since the last term l = t n = a + (n 1)d, we can also write S n = n ( ) a + l CF CU

15 156 Chapter 4: Arithmetic sequences Example 14 For the arithmetic sequence, 5, 8, 11,..., calculate the sum of the first 14 terms. a =, d = 3, n = 14 S n = n ( ) a + (n 1)d S 14 = 14 Example 15 ( ) = 301 For the arithmetic sequence 7, 3, 19, 15,..., 33, find: a the number of terms b the sum of the terms. a a = 7, d = 4, l = t n = 33 b a = 7, l = t n = 33, n = 16 t n = a + (n 1)d 33 = 7 + (n 1)( 4) 60 = (n 1)( 4) 15 = n 1 n = 16 There are 16 terms in the sequence. Example 16 For the arithmetic sequence 3, 6, 9, 1,..., calculate: S n = n ( ) a + l S 16 = 16 = 48 ( 7 33 ) The sum of the terms is 48. a the sum of the first 5 terms b the number of terms in the series if S n = a a = 3, d = 3, n = 5 b a = 3, d = 3, S n = 1395 S n = n S 5 = 5 = 975 ( a + (n 1)d ) ( (3) + (4)(3) ) S n = n ( ) a + (n 1)d = 1395 n ( ) (3) + (n 1)(3) = 1395 n(6 + 3n 3) = 790 3n + 3n = 790 3n + 3n 790 = 0 n + n 930 = 0 (n 30)(n + 31) = 0 Therefore n = 30, since n > 0. Hence there are 30 terms in the series.

16 4C Arithmetic series 157 Example 17 A hardware store sells nails in a range of packet sizes. Packet A contains 50 nails, packet B contains 75 nails, packet C contains 100 nails, and so on. a Find the number of nails in packet J. b Lachlan buys one each of packets A to J. How many nails in total does Lachlan have? c Assuming he buys one of each packet starting at A, how many packets does he need to buy to have a total of 1100 nails? a a = 50, d = 5 b a = 50, d = 5 t n = a + (n 1)d For packet J, we take n = 10: t 10 = = 75 Packet J contains 75 nails. c a = 50, d = 5, S n = 1100 S n = n ( ) a + (n 1)d = 1100 n ( ) (50) + (n 1)(5) = 1100 n( n 5) = 00 5n + 75n 00 = 0 n + 3n 88 = 0 (n + 11)(n 8) = 0 S n = n S 10 = 10 = 165 ( a + (n 1)d ) ( ) Packets A to J contain 165 nails. Thus n = 8, since n > 0. If Lachlan buys one each of the first eight packets (A to H), he will have exactly 1100 nails. Example 18 The sum of the first 10 terms of an arithmetic sequence is If the fourth term is 3 3 4, find the first term and the common difference. S 10 = 10 t 4 = a + 3d = a + 3d = 15 4 ( a + 9d ) = a + 45d = (1) ()

17 158 Chapter 4: Arithmetic sequences 4C Solve equations (1) and () simultaneously: Skillsheet (1) 40: 40a + 10d = 150 () 4: 40a + 180d = d = 45 d = 3 4 ( 3 Substitute in (1) to obtain a + 3 = 4) 15 4 and therefore a = 3. The first term is 1 1 and the common difference is 3 4. Section summary The sum of the first n terms of an arithmetic sequence S n = a + (a + d) + (a + d) + + ( a + (n 1)d ) is given by S n = n Exercise 4C 1 ( a + (n 1)d ) or S n = n ( ) a + l, where l = tn For each arithmetic sequence, find the specified sum: Example 14 a 8, 13, 18,... find S 1 b 3.5, 1.5, 0.5,... find S 10 c 1, 1, 3,... find S 15 d 4, 1, 6,... find S 8 For the arithmetic sequence, 7, 1,..., write an expression for: a the nth term b the sum of the first n terms. 3 For the arithmetic sequence,, 6,..., write an expression for: a the nth term b the sum of the first n terms. 4 Greg goes fishing every day for a week. On the first day he catches seven fish and each day he catches three more than the previous day. How many fish did he catch in total? 5 Find the sum of the first 16 multiples of 5. 6 Find the sum of all the even numbers between 1 and 99.

18 4C 4C Arithmetic series 159 Example 15 Example 16 Example 17 7 For the arithmetic sequence 3, 1, 5, 9,..., 49, find: a the number of terms b the sum of the terms. 8 For the arithmetic sequence 4, 0, 16, 1,..., 5, find: a the number of terms b the sum of the terms. 9 For the arithmetic sequence 1,, 7, 5,..., 17, find: a the number of terms 10 b the sum of the terms. For the sequence 4, 8, 1,..., find: a the sum of the first 9 terms b the value of n if S n = There are 110 logs to be put in a pile, with 15 logs in the bottom layer, 14 in the next, 13 in the next, and so on. How many layers will there be? 1 The sum of the first m terms of an arithmetic sequence with first term 5 and common difference 4 is 660. Find m. 13 Evaluate ( 54). 14 Dora s walking club plans 15 walks for the summer. The first walk is a distance of 6 km, the last walk is a distance of 7 km, and the distances of the walks form an arithmetic sequence. a How far is the 8th walk? b How far does the club plan to walk in the first five walks? c Dora s husband, Alan, can only complete the first n walks. If he walks a total of 73.5 km, how many walks does he complete? d Dora goes away on holiday and misses the 9th, 10th and 11th walks, but completes all other walks. How far does Dora walk in total? 15 Liz has to proofread 500 pages of a new novel. She plans to read 30 pages on the first day and to increase the number of pages she reads by five each day. a How many days will it take her to complete the proofreading? She has only five days to complete the task. She therefore decides to read 50 pages on the first day and to increase the number she reads by a constant amount each day. b By how many should she increase the number of pages she reads each day if she is to meet her deadline? CF

19 160 Chapter 4: Arithmetic sequences 4C 16 An assembly hall has 50 seats in row A, 54 seats in row B, 58 seats in row C, and so on. That is, there are four more seats in each row. a How many seats are there in row J? b How many seats are there altogether if the back row is row Z? On a particular day, the front four rows are reserved for parents (and there is no other seating for parents). c How many parents can be seated? d How many students can be seated? The hall is extended by adding more rows following the same pattern. e If the final capacity of the hall is 3410, how many rows were added? 17 A new golf club is formed with 40 members in its first year. Each following year, the number of new members exceeds the number of retirements by 15. Each member pays $10 p.a. in membership fees. Calculate the amount received from fees in the first 1 years of the club s existence. Example For the arithmetic sequence with t = 1 and S 1 = 18, find a, d, t 6 and S The sum of the first 10 terms of an arithmetic sequence is 10, and the sum of the first 0 terms is 840. Find the sum of the first 30 terms. 0 If t 6 = 16 and t 1 = 8, find S For an arithmetic sequence, find t n if: a t 3 = 6.5 and S 8 = 67 b t 6 = 17 and S 10 = 155 For the sequence with t n = bn, where b is a constant, find: a t n+1 t n b t 1 + t + + t n 3 For a sequence where t n = 15 5n, find t 5 and find the sum of the first 5 terms. 4 An arithmetic sequence has a common difference of d and the sum of the first 0 terms is 5 times the first term. Find the sum of the first 30 terms in terms of d. 5 The sum of the first n terms of a particular sequence is given by S n = 17n 3n. a Find an expression for the sum of the first (n 1) terms. b Find an expression for the nth term of the sequence. c Show that the sequence is arithmetic and find a and d. 6 Three consecutive terms of an arithmetic sequence have a sum of 36 and a product of 148. Find the three terms. 7 Show that the sum of the first n terms of an arithmetic sequence is n times the sum of the two middle terms. CF CU

20 Chapter 4 review 161 AS Nrich Chapter summary The nth term of a sequence is denoted by t n. A recurrence relation enables each subsequent term to be found from previous terms. A sequence specified in this way is said to be defined recursively. e.g. t 1 = 1, t n = t n 1 + A sequence may also be defined by a rule that is stated in terms of n. e.g. t n = n 1 Arithmetic sequences An arithmetic sequence has a recurrence relation of the form t n = t n 1 + d where d is a constant. Each successive term is found by adding a fixed amount to the previous term. For example:, 5, 8, 11,... The nth term of an arithmetic sequence is given by t n = a + (n 1)d where a is the first term and d is the common difference between successive terms, that is, d = t k t k 1, for all k > 1. Simple interest Suppose that $P is invested at a simple interest rate of R% per annum. Then the value of the investment after n years, $A n, is given by A n = P + np R 100. Arithmetic series The sum of the terms in an arithmetic sequence is called an arithmetic series. The sum of the first n terms of an arithmetic sequence is given by S n = n ( ) a + (n 1)d or S n = n ) a + l, where l = tn ( Technology-free questions 1 Find the first six terms of the following sequences: a t 1 = 3, t n = t n 1 4 b t 1 = 5, t n = t n 1 + Find the first six terms of the following sequences: a t n = n b t n = 3n + 3 For the arithmetic sequence 1, 3, 5,..., write an expression for: a the nth term b the sum of the first n terms. 4 For the arithmetic sequence 1, 3, 7,..., write an expression for: a the nth term b the sum of the first n terms. Review

21 16 Chapter 4: Arithmetic sequences Review 5 The 4th term of an arithmetic sequence is 19 and the 7th term is 43. Find the 0th term. 6 For an arithmetic sequence with t 5 = 0.35 and t 9 = 0.15, find t For an arithmetic sequence with t 6 = 4 and t 14 = 6, find S For the arithmetic sequence 5,, 9,..., find the value of n such that S n = Consider the arithmetic sequence 100, 97, 94,.... a Write an expression for t n. b Find the values of n such that t n < 0. c Find the values of n such that S n < How many terms of the arithmetic sequence 6, 9, 1,... must be taken for their sum to equal 81? 11 The 4th term of an arithmetic sequence is 3 and the nd term is 6. Find the sum of the first 5 terms. 1 Consider the arithmetic sequence 15, 17, 19,.... If the sum of the first 3n terms is double the sum of the first n terms, find the value of n. 13 a How many numbers between 100 and 500 are divisible by 1? b Find the sum of these numbers. Multiple-choice questions 1 The first three terms of the sequence defined by the rule t n = 3n + are A 1,, 3 B, 4, 6 C 5, 7, 9 D 5, 8, 11 E 5, 8, 10 If t 1 = 3 and t n+1 = t n + 3, then t 4 is A 4 B 1 C 9 D 15 E 14 3 For the arithmetic sequence 10, 8, 6,..., we have t 10 = A 8 B 10 4 For the arithmetic sequence 10, 8, 6,..., we have S 10 = A 10 B 0 C 1 D 10 E 8 C 10 D 0 5 If 58 is the nth term of the arithmetic sequence 8, 13, 18,..., then n = A 1 B 11 C 10 D 5 E 3 6 Which of the following is not an arithmetic sequence? E 0 A 11,, 8, 19,... B 4, 7, 10, 13,... C 57, 51, 45, 39,... D 3, 5, 7, 9,... E, 8, 14, 0,... CF

22 Chapter 4 review If the general term of an arithmetic sequence is t n = 7 3n, then the sum of the first seven terms of the sequence is A 56 B 35 C 4 D 10 E 34 8 If an arithmetic sequence has third term 1 and sixth term 30, then its tenth term is A 48 B 50 C 54 D 60 E The value of is A 5 B 76 C 190 D 380 E A manufacturer produces 000 dolls in the first year, and increases production by 100 dolls each subsequent year. The total number of dolls produced in eight years is A 800 B C D E The 50th term of the sequence 5,, 9, 16,... is A 35 B 345 C 343 D 338 E Dimitry earned $ in his first year of employment. In the following years his salary was increased by $800 each year. What was the total amount that Dimitry had earned by the end of his fifteenth year of employment? A $ B $ C $ D $ E $ Extended-response questions 1 A do-it-yourself picture-framing kit is available in various sizes. Size 1 contains 0.8 m of moulding, size contains 1.5 m, size 3 contains. m, and so on. a Form the sequence of lengths of moulding. b Is the sequence of lengths of moulding an arithmetic sequence? c Find the length of moulding contained in the largest kit, size 1. A firm proposes to sell coated seeds in packs containing the following number of seeds: 50, 75, 100, 15,.... a Is this an arithmetic sequence? b Find a formula for the nth term. c Find the number of seeds in the 5th size packet. 3 A number of power poles are to be placed in a straight line between two towns, A and B, which are 3 km apart. The first is placed 5 km from town A, and the last is placed 3 km from town B. The poles are placed so that the intervals starting from town A and finishing at town B are 5, 5 d, 5 d, 5 3d,..., 5 6d, 3 There are seven poles. How far is the fifth pole from town A, and how far is it from town B? CF Review

23 164 Chapter 4: Arithmetic sequences Review 4 A new electronic desktop telephone exchange, for use in large organisations, is available in various sizes. Size 1 can handle 0 internal lines. Size can handle 36 internal lines. Size 3 can handle 5 internal lines. a Continue the sequence up to T 8. b Write down a formula for T n in terms of n. Size 4 can handle 68 internal lines, and so on. Size n can handle T n internal lines. c A customer needs an exchange to handle 196 lines. Is there a version of the desktop exchange which will just do this? If so, which size is it? If not, which is the next largest size? 5 A firm makes nylon thread in the following deniers (thicknesses):, 9, 16, 3, 30,... a Find the denier number, D n, of the firm s nth thread in order of increasing thickness. A request came in for some very heavy 191 denier thread, but this turned out to be one stage beyond the thickest thread made by the firm. b How many different thicknesses does the firm make? 6 A new house appears to be slipping down a hillside. The first year it slipped 4 mm, the second year 16 mm, and the third year 8 mm. If it goes on like this, how far will it slip during the 40th year? 7 Anna sends 16 Christmas cards the first year, 4 the second year, 3 the next year, and so on. How many Christmas cards will she have sent altogether after 10 years if she keeps increasing the number sent each year in the same way? 8 In its first month of operation, a cement factory produces 4000 tonnes of cement. In each successive month, production rises by 50 tonnes per month. This growth in production is illustrated for the first five months in the table shown. Month number (n) Cement produced (tonnes) a Find an expression, in terms of n, for the amount of cement produced in the nth month. b Find an expression, in terms of n, for the total amount of cement produced in the first n months. c In which month is the amount of cement produced 950 tonnes? d In month m, the amount of cement produced is T tonnes. Find m in terms of T. e The total amount of cement produced in the first p months is tonnes. Find the value of p. CU CF CU

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 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

11.4 Partial Sums of Arithmetic and Geometric Sequences

11.4 Partial Sums of Arithmetic and Geometric Sequences Section.4 Partial Sums of Arithmetic and Geometric Sequences 653 Integrated Review SEQUENCES AND SERIES Write the first five terms of each sequence, whose general term is given. 7. a n = n - 3 2. a n =

More information

Further Mathematics 2016 Core: RECURSION AND FINANCIAL MODELLING Chapter 5 - Recurrence Relations

Further Mathematics 2016 Core: RECURSION AND FINANCIAL MODELLING Chapter 5 - Recurrence Relations Further Mathematics 2016 Core: RECURSION AND FINANCIAL MODELLING Chapter 5 - Recurrence Relations Extract from Study Design Key knowledge the concept of a first- order linear recurrence relation and its

More information

Chapter 8 Sequences, Series, and Probability

Chapter 8 Sequences, Series, and Probability Chapter 8 Sequences, Series, and Probability Overview 8.1 Sequences and Series 8.2 Arithmetic Sequences and Partial Sums 8.3 Geometric Sequences and Partial Sums 8.5 The Binomial Theorem 8.6 Counting Principles

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

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

Unit 4 Linear Functions

Unit 4 Linear Functions Algebra I: Unit 4 Revised 10/16 Unit 4 Linear Functions Name: 1 P a g e CONTENTS 3.4 Direct Variation 3.5 Arithmetic Sequences 2.3 Consecutive Numbers Unit 4 Assessment #1 (3.4, 3.5, 2.3) 4.1 Graphing

More information

SAMPLE. MODULE 1 Arithmetic and geometric sequences

SAMPLE. MODULE 1 Arithmetic and geometric sequences C H A P T E R 9 MODULE 1 Arithmetic and geometric sequences What is an arithmetic sequence? What is a geometric sequence? How do we find the nth term of an arithmetic or geometric sequence? How do we find

More information

10-2 Arithmetic Sequences and Series

10-2 Arithmetic Sequences and Series Determine the common difference, and find the next four terms of each arithmetic sequence. 1. 20, 17, 14, 17 20 = 3 14 17 = 3 The common difference is 3. Add 3 to the third term to find the fourth term,

More information

Name Period Date DRAFT

Name Period Date DRAFT Name Period Date Equations and Inequalities Student Packet 4: Inequalities EQ4.1 EQ4.2 EQ4.3 Linear Inequalities in One Variable Add, subtract, multiply, and divide integers. Write expressions, equations,

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

Chapter 4.1 Introduction to Relations

Chapter 4.1 Introduction to Relations Chapter 4.1 Introduction to Relations The example at the top of page 94 describes a boy playing a computer game. In the game he has to get 3 or more shapes of the same color to be adjacent to each other.

More information

UNIT 5 INEQUALITIES CCM6+/7+ Name: Math Teacher:

UNIT 5 INEQUALITIES CCM6+/7+ Name: Math Teacher: UNIT 5 INEQUALITIES 2015-2016 CCM6+/7+ Name: Math Teacher: Topic(s) Page(s) Unit 5 Vocabulary 2 Writing and Graphing Inequalities 3 8 Solving One-Step Inequalities 9 15 Solving Multi-Step Inequalities

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

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

UNIT 2: REASONING WITH LINEAR EQUATIONS AND INEQUALITIES. Solving Equations and Inequalities in One Variable

UNIT 2: REASONING WITH LINEAR EQUATIONS AND INEQUALITIES. Solving Equations and Inequalities in One Variable UNIT 2: REASONING WITH LINEAR EQUATIONS AND INEQUALITIES This unit investigates linear equations and inequalities. Students create linear equations and inequalities and use them to solve problems. They

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

1. (+5) x ( 6) = 2. ( 6) x ( 7) = 3. ( 9) x ( 10) = 4. ( 10) x (+12) = 5. ( 5) x ( 8) = 6. ( 16) x ( 11) = 7. (+4) x ( 15) = 8.

1. (+5) x ( 6) = 2. ( 6) x ( 7) = 3. ( 9) x ( 10) = 4. ( 10) x (+12) = 5. ( 5) x ( 8) = 6. ( 16) x ( 11) = 7. (+4) x ( 15) = 8. LESSON PRACTICE Multiply. A. (+5) x ( 6) =. ( 6) x ( ) =. ( 9) x ( 0) =. ( 0) x (+) = 5. ( 5) x ( 8) = 6. ( 6) x ( ) =. (+) x ( 5) = 8. ( 8) x ( 6) = 9. ( 6) x (+) = 0. ( ) x (+) =. ( 8) x ( ) =. ( ) x

More information

12-1. Arithmetic Sequences and Series. Look Back

12-1. Arithmetic Sequences and Series. Look Back 12-1 OBJECTIVES Find the nth term and arithmetic means of an arithmetic sequence. Find the sum of n terms of an arithmetic series. Look Back Refer to Lesson 4-1 for more about Arithmetic Sequences and

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

Analyze Geometric Sequences and Series

Analyze Geometric Sequences and Series 23 a4, 2A2A; P4A, P4B TEKS Analyze Geometric Sequences and Series Before You studied arithmetic sequences and series Now You will study geometric sequences and series Why? So you can solve problems about

More information

Test: Chapter 8 Number patterns and recursion

Test: Chapter 8 Number patterns and recursion 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,

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

3. Find the area for each question below. a. (3x 2)(2x + 5) b. 4. Simplify the expressions below. is equal to 1, what is the value of a?

3. Find the area for each question below. a. (3x 2)(2x + 5) b. 4. Simplify the expressions below. is equal to 1, what is the value of a? Permitted resources: 2018 2019 Algebra 1 Midterm Review FSA Approved calculator Algebra 1 FSA Reference Sheet 1. The expression 13x + 5 represents the number of marbles you have after shopping at the game

More information

Ready To Go On? Skills Intervention 2-1 Solving Equations by Adding or Subtracting

Ready To Go On? Skills Intervention 2-1 Solving Equations by Adding or Subtracting Ready To Go On? Skills Intervention 2-1 Solving Equations by Adding or Subtracting Find these vocabulary words in Lesson 2-1 and the Multilingual Glossary. Vocabulary equation solution of an equation Solve

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

Sequences and Series

Sequences and Series UNIT 11 Sequences and Series An integrated circuit can hold millions of microscopic components called transistors. How many transistors can fit in a chip on the tip of your finger? Moore s law predicts

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

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

Chapter 8. Sequences, Series, and Probability. Selected Applications

Chapter 8. Sequences, Series, and Probability. Selected Applications Chapter 8 Sequences, Series, and Probability 8. Sequences and Series 8.2 Arithmetic Sequences and Partial Sums 8.3 Geometric Sequences and Series 8.4 Mathematical Induction 8.5 The Binomial Theorem 8.6

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

ALGEBRA I SEMESTER EXAMS PRACTICE MATERIALS SEMESTER Use the diagram below. 9.3 cm. A = (9.3 cm) (6.2 cm) = cm 2. 6.

ALGEBRA I SEMESTER EXAMS PRACTICE MATERIALS SEMESTER Use the diagram below. 9.3 cm. A = (9.3 cm) (6.2 cm) = cm 2. 6. 1. Use the diagram below. 9.3 cm A = (9.3 cm) (6.2 cm) = 57.66 cm 2 6.2 cm A rectangle s sides are measured to be 6.2 cm and 9.3 cm. What is the rectangle s area rounded to the correct number of significant

More information

SEQUENCES & SERIES. Arithmetic sequences LESSON

SEQUENCES & SERIES. Arithmetic sequences LESSON LESSON SEQUENCES & SERIES In mathematics you have already had some experience of working with number sequences and number patterns. In grade 11 you learnt about quadratic or second difference sequences.

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

Sequences and series. describing sequences

Sequences and series. describing sequences 5 5A Describing sequences 5B Arithmetic sequences 5C Arithmetic series 5D Geometric sequences 5E Geometric series 5F Applications of sequences and series Sequences and series areas of STudY Sequences and

More information

Algebra 1. Functions and Modeling Day 2

Algebra 1. Functions and Modeling Day 2 Algebra 1 Functions and Modeling Day 2 MAFS.912. F-BF.2.3 Which statement BEST describes the graph of f x 6? A. The graph of f(x) is shifted up 6 units. B. The graph of f(x) is shifted left 6 units. C.

More information

Name Class Date. Essential question: How do you interpret, evaluate and write algebraic expressions that model real-world situations?

Name Class Date. Essential question: How do you interpret, evaluate and write algebraic expressions that model real-world situations? Name Class Date 1-1 1 Variables and Expressions Going Deeper Essential question: How do you interpret, evaluate and write algebraic expressions that model real-world situations? A-SSE.1.1a ENGAGE Interpreting

More information

Review for the Algebra EOC

Review for the Algebra EOC Review for the Algebra EOC The test is Thursday, January 26 th, 2017 The answer key for this review booklet can be found at: www.mrshicklin.pbworks.com 1. A 1,500-gallon tank contains 200 gallons of water.

More information

4.1 All in a Row (BC)

4.1 All in a Row (BC) 4.1 All in a Row (BC) Introduction to Series and Sequences You encounter sequences every day. Your monthly rent payments, the annual interest you earn on investments, a list of your car s miles per gallon

More information

Midterm: Wednesday, January 23 rd at 8AM Midterm Review

Midterm: Wednesday, January 23 rd at 8AM Midterm Review Name: Algebra 1 CC Period: Midterm: Wednesday, January 23 rd at 8AM Midterm Review Unit 1: Building Blocks of Algebra Number Properties (Distributive, Commutative, Associative, Additive, Multiplicative)

More information

Linear Functions, Equations, and Inequalities

Linear Functions, Equations, and Inequalities CHAPTER Linear Functions, Equations, and Inequalities Inventory is the list of items that businesses stock in stores and warehouses to supply customers. Businesses in the United States keep about.5 trillion

More information

Unit 6 Systems of Equations

Unit 6 Systems of Equations 1 Unit 6 Systems of Equations General Outcome: Develop algebraic and graphical reasoning through the study of relations Specific Outcomes: 6.1 Solve problems that involve systems of linear equations in

More information

Unit 3: Linear and Exponential Functions

Unit 3: Linear and Exponential Functions Unit 3: Linear and Exponential Functions In Unit 3, students will learn function notation and develop the concepts of domain and range. They will discover that functions can be combined in ways similar

More information

Algebra - Chapter 5 Review

Algebra - Chapter 5 Review Name Hour Algebra - Chapter 5 Review 1. Write an equation in slope-intercept form of the graph. 10 y 10 x 10 2. The cost of a school banquet is $95 plus $15 for each person attending. Write an equation

More information

Writing and Comparing Numbers Through Hundred Thousands Ordinal Numbers

Writing and Comparing Numbers Through Hundred Thousands Ordinal Numbers LESSON 7 Writing and Comparing Numbers Through Hundred Thousands Ordinal Numbers Power Up facts Power Up A count aloud Count up and down by 20s between 0 and 200. Count up and down by 200s between 0 and

More information

28 (Late Start) 7.2a Substitution. 7.1b Graphing with technology Feb 2. 4 (Late Start) Applications/ Choosing a method

28 (Late Start) 7.2a Substitution. 7.1b Graphing with technology Feb 2. 4 (Late Start) Applications/ Choosing a method Unit 7: Systems of Linear Equations NAME: The calendar and all assignments are subject to change. Students will be notified of any changes during class, so it is their responsibility to pay attention and

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

BETHLEHEM CATHOLIC HIGH SCHOOL

BETHLEHEM CATHOLIC HIGH SCHOOL BETHLEHEM CATHOLIC HIGH SCHOOL ALGEBRA SUMMER ASSIGNMENT NAME: - Variables and Expressions For Exercises, choose the correct letter.. The word minus corresponds to which symbol? A. B. C. D.. The phrase

More information

Functions. Essential Understandings and How These Important Ideas Relate to One Another

Functions. Essential Understandings and How These Important Ideas Relate to One Another Functions Essential Understandings and How These Important Ideas Relate to One Another Page 2 Opening Exercises 1. The function f has a domain of {9, 11, 13, 15} and a range of {8, 10, 12}. Could f be

More information

Chapter 4 - Writing Linear Functions

Chapter 4 - Writing Linear Functions Chapter 4 - Writing Linear Functions Write an equation of the line with the given slope and y-intercept. 1. slope: 3 y-intercept: 6 a. y = 6x + 3 c. y = 6x 3 b. y = 3m + 6 d. y = 3x 6 2. D REF: Algebra

More information

2007 First-Class Mail Rates for Flats* Weight (oz) Rate (dollars) Weight (oz) Rate (dollars)

2007 First-Class Mail Rates for Flats* Weight (oz) Rate (dollars) Weight (oz) Rate (dollars) Lesson 3-9 Step Functions BIG IDEA Step functions have applications in many situations that involve rounding. In 2007, the U.S. postage rate for first class flats (certain large envelopes) was $0.70 for

More information

1617 GSE Alg. I Reasoning w/linear Equalities & Inequalities Touchstone

1617 GSE Alg. I Reasoning w/linear Equalities & Inequalities Touchstone High School HS Algebra 1 1617 GSE Alg. I Reasoning w/linear Equalities & Inequalities Touchstone 1. A number of apples were shared evenly among 4 students. Each student was also given 2 pears. Each student

More information

Sequence Not Just Another Glittery Accessory

Sequence Not Just Another Glittery Accessory Lesson.1 Skills Practice Name Date Sequence Not Just Another Glittery Accessory Arithmetic and Geometric Sequences Vocabulary Choose the term from the box that best completes each statement. arithmetic

More information

Sequences, Series, and Probability

Sequences, Series, and Probability Sequences, Series, and Probability 9. Sequences and Series 9. Arithmetic Sequences and Partial Sums 9.3 Geometric Sequences and Series 9.4 Mathematical Induction 9.5 The Binomial Theorem 9.6 Counting Principles

More information

ALGEBRA 1 SEMESTER 1 INSTRUCTIONAL MATERIALS Courses: Algebra 1 S1 (#2201) and Foundations in Algebra 1 S1 (#7769)

ALGEBRA 1 SEMESTER 1 INSTRUCTIONAL MATERIALS Courses: Algebra 1 S1 (#2201) and Foundations in Algebra 1 S1 (#7769) Multiple Choice: Identify the choice that best completes the statement or answers the question. 1. Ramal goes to the grocery store and buys pounds of apples and pounds of bananas. Apples cost dollars per

More information

GSE Algebra 1. Unit Two Information. Curriculum Map: Reasoning with Linear Equations & Inequalities

GSE Algebra 1. Unit Two Information. Curriculum Map: Reasoning with Linear Equations & Inequalities GSE Algebra 1 Unit Two Information EOCT Domain & Weight: Equations 30% Curriculum Map: Reasoning with Linear Equations & Inequalities Content Descriptors: Concept 1: Create equations that describe numbers

More information

10-3 Geometric Sequences and Series

10-3 Geometric Sequences and Series 1. CCSS REGULARITY Dean is making a family tree for his grandfather. He was able to trace many generations. If Dean could trace his family back 10 generations, starting with his parents how many ancestors

More information

Algebra 1 End-of-Course Assessment Practice Test with Solutions

Algebra 1 End-of-Course Assessment Practice Test with Solutions Algebra 1 End-of-Course Assessment Practice Test with Solutions For Multiple Choice Items, circle the correct response. For Fill-in Response Items, write your answer in the box provided, placing one digit

More information

Writing and Solving Equations

Writing and Solving Equations Writing and Solving Equations Melody s Music Solution Lesson 6-1 Modeling and Writing Two-Step Equations ACTIVITY 6 Learning Targets: Use variables to represent quantities in real-world problems. Model

More information

Unit 4. Exponential Function

Unit 4. Exponential Function Unit 4. Exponential Function In mathematics, an exponential function is a function of the form, f(x) = a(b) x + c + d, where b is a base, c and d are the constants, x is the independent variable, and f(x)

More information

Math 3 Proportion & Probability Part 2 Sequences, Patterns, Frequency Tables & Venn Diagrams

Math 3 Proportion & Probability Part 2 Sequences, Patterns, Frequency Tables & Venn Diagrams Math 3 Proportion & Probability Part 2 Sequences, Patterns, Frequency Tables & Venn Diagrams 1 MATH 2 REVIEW ARITHMETIC SEQUENCES In an Arithmetic Sequence the difference between one term and the next

More information

The steps in Raya s solution to 2.5 (6.25x + 0.5) = 11 are shown. Select the correct reason for line 4 of Raya s solution.

The steps in Raya s solution to 2.5 (6.25x + 0.5) = 11 are shown. Select the correct reason for line 4 of Raya s solution. A.CED.1 Create equations and inequalities in one variable and use them to solve problems. Include equations arising from linear functions. Unit 2: Reasoning with Linear Equations and Inequalities The perimeter

More information

Principles of Math 12 - Geometric Series Practice Exam 1

Principles of Math 12 - Geometric Series Practice Exam 1 Principles of Math 2 - Geometric Series Practice Exam www.math2.com Principles of Math 2 - Geometric Series Practice Exam Use this sheet to record your answers. 0. 8. 26. NR ). 9. 27. 2. 2. 20. 28. 3.

More information

2-1 Writing Equations

2-1 Writing Equations Translate each sentence into an equation. 1. Three times r less than 15 equals 6. Rewrite the verbal sentence so it is easier to translate. Three times r less than 15 equals 6 is the same as 15 minus 3

More information

Park Forest Math Team. Meet #4. Algebra. Self-study Packet

Park Forest Math Team. Meet #4. Algebra. Self-study Packet Park Forest Math Team Meet #4 Self-study Packet Problem Categories for this Meet: 1. Mystery: Problem solving 2. Geometry: Angle measures in plane figures including supplements and complements 3. Number

More information

Chapter 14: Basics of Functions

Chapter 14: Basics of Functions Math 91 Final Exam Study Guide Name Chapter 14: Basics of Functions Find the domain and range. 1) {(5,1), (5,-4), (6,7), (3,4), (-9,-6)} Find the indicated function value. 2) Find f(3) when f(x) = x2 +

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

Name Class Date. Simplifying Algebraic Expressions Going Deeper. Combining Expressions

Name Class Date. Simplifying Algebraic Expressions Going Deeper. Combining Expressions Name Class Date 1-5 1 Simplifying Algebraic Expressions Going Deeper Essential question: How do you add, subtract, factor, and multiply algebraic expressions? CC.7.EE.1 EXPLORE Combining Expressions video

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

General Mathematics 2018 Chapter 5 - Matrices

General Mathematics 2018 Chapter 5 - Matrices General Mathematics 2018 Chapter 5 - Matrices Key knowledge The concept of a matrix and its use to store, display and manipulate information. Types of matrices (row, column, square, zero, identity) and

More information

Lesson 1: Writing Equations Using Symbols

Lesson 1: Writing Equations Using Symbols COMMON CORE MATHEMATICS CURRICULUM Lesson 1 8 4 Lesson 1: Writing Equations Using Symbols Classwork Exercises Write each of the following statements using symbolic language. 1. The sum of four consecutive

More information

Exponential Functions

Exponential Functions CONDENSED LESSON 5.1 Exponential Functions In this lesson, you Write a recursive formula to model radioactive decay Find an exponential function that passes through the points of a geometric sequence Learn

More information

8-3 Writing Equations

8-3 Writing Equations Translate each sentence into an equation. 1. The quotient of a number and 3, less 8, is 16. Translate each sentence into an equation. 7. Eighteen more than half a number is 8. 2. Tiffani spent $95 for

More information

Using Graphs to Relate Two Quantities

Using Graphs to Relate Two Quantities - Using Graphs to Relate Two Quantities For Eercises, choose the correct letter.. The graph shows our distance from the practice field as ou go home after practice. You received a ride from a friend back

More information

Unit 1: Introduction to Variables

Unit 1: Introduction to Variables Section 1.1: Writing Algebraic Expressions Section 1.2: The Story of x Section 1.3: Evaluating Algebraic Expressions Section 1.4: Applications Section 1.5: Geometric Formulas KEY TERMS AND CONCEPTS Look

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

6.2 Arithmetic Sequences

6.2 Arithmetic Sequences 6.2 Arithmetic Sequences A sequence like 2, 5, 8, 11,, where the difference between consecutive terms is a constant, is called an arithmetic sequence. In an arithmetic sequence, the first term, t 1, is

More information

Learning Target #1: I am learning to compare tables, equations, and graphs to model and solve linear & nonlinear situations.

Learning Target #1: I am learning to compare tables, equations, and graphs to model and solve linear & nonlinear situations. 8 th Grade Honors Name: Chapter 2 Examples of Rigor Learning Target #: I am learning to compare tables, equations, and graphs to model and solve linear & nonlinear situations. Success Criteria I know I

More information

Math 803. Unit 1: Solving Equations in One Variable (8.EE.7) Part 2

Math 803. Unit 1: Solving Equations in One Variable (8.EE.7) Part 2 Math 803 Unit 1: Solving Equations in One Variable (8.EE.7) Part 2 1.4 Variables on both sides (2.4 text) 1.5 Solve multi-step equations (2.5 text) Name: Period: Teacher s Name: 1 Lesson 1.4 Equations

More information

1Reviewing linear equations

1Reviewing linear equations 1Reviewing linear equations Chapter 1 Objectives To solve linear equations in one unknown. To construct linear equations. To use linear equations to solve problems. To solve simultaneous linear equations

More information

A6-1 Sequences. Pre-requisites: A4-9 (Supernatural Powers), C5-3 (Velocity Numerically) Estimated Time: 3 hours. Summary Learn Solve Revise Answers

A6-1 Sequences. Pre-requisites: A4-9 (Supernatural Powers), C5-3 (Velocity Numerically) Estimated Time: 3 hours. Summary Learn Solve Revise Answers A6-1 Sequences iterative formulae nth term of arithmetic and geometric sequences sum to n terms of arithmetic and geometric sequences sum to infinity of geometric sequences Pre-requisites: A4-9 (Supernatural

More information

loose-leaf paper Name: Class: Date: Multiple Choice Identify the choice that best completes the statement or answers the question.

loose-leaf paper Name: Class: Date: Multiple Choice Identify the choice that best completes the statement or answers the question. Class: Date: Algebra 2 Trig Midterm Exam Review 2014 loose-leaf paper Do all work in a neat and organzied manner on Multiple Choice Identify the choice that best completes the statement or answers the

More information

Math 7 Homework # 46 M3 L1

Math 7 Homework # 46 M3 L1 Name Date Math 7 Homework # 46 M3 L1 Lesson Summary Terms that contain exactly the same variable symbol can be combined by addition or subtraction because the variable represents the same number. Any order,

More information

Algebraic Expressions

Algebraic Expressions 6-1 Algebraic Expressions Algebraic expressions can be written from verbal descriptions. Likewise, verbal descriptions can be written from algebraic expressions. In both cases, it is important to look

More information

Algebra QBA 1 Review. 4. Solve. Check your answer. 5. Solve. Check your answer. 6. Solve 14 + s = 32.

Algebra QBA 1 Review. 4. Solve. Check your answer. 5. Solve. Check your answer. 6. Solve 14 + s = 32. Algebra QBA 1 Review Short Answer 1. Juan scored 26 points in the first half of the basketball game, and he scored n points in the second half of the game. Write an expression to determine the number of

More information

A linear inequality in one variable can be written in one of the following forms, where a and b are real numbers and a Þ 0:

A linear inequality in one variable can be written in one of the following forms, where a and b are real numbers and a Þ 0: TEKS.6 a.2, a.5, A.7.A, A.7.B Solve Linear Inequalities Before You solved linear equations. Now You will solve linear inequalities. Why? So you can describe temperature ranges, as in Ex. 54. Key Vocabulary

More information

Heinemann VCE Zone textbook reference General Mathematics

Heinemann VCE Zone textbook reference General Mathematics Contents Cross-reference table for TI-Nspire CAS skills required for Heinemann VCE Zone: General, Heinemann VCE Zone: Further and Heinemann VCE Zone: Specialist. Code Description TS.1 Rounding off 4 TS.2

More information

Connecticut Common Core Algebra 1 Curriculum. Professional Development Materials. Unit 1 Patterns

Connecticut Common Core Algebra 1 Curriculum. Professional Development Materials. Unit 1 Patterns Connecticut Common Core Algebra 1 Curriculum Professional Development Materials Unit 1 Patterns Contents Activity 1.1.1 Hydrocarbons on Titan Activity 1.1.1a Using echem to Model Molecules Activity 1.2.1

More information

Grade 7 Mathematics Test Booklet

Grade 7 Mathematics Test Booklet Student Name P Grade Test Booklet Practice Test TEST BOOKLET SECURITY BARCODE Unit 1 Unit 1 Directions: Today, you will take Unit 1 of the Grade Practice Test. Unit 1 has two sections. In the first section,

More information

The Coffee-Turkey Juxtaposition

The Coffee-Turkey Juxtaposition The Materials TI-Nspire CX CAS handheld Vernier EasyTemp Sensor Hot water source Coffee cups Freshly cooked turkey Introduction to the Investigation Have you ever noticed that when a hot liquid is placed

More information

MAT 135. In Class Assignments

MAT 135. In Class Assignments MAT 15 In Class Assignments 1 Chapter 1 1. Simplify each expression: a) 5 b) (5 ) c) 4 d )0 6 4. a)factor 4,56 into the product of prime factors b) Reduce 4,56 5,148 to lowest terms.. Translate each statement

More information

ALGEBRA UNIT 5 LINEAR SYSTEMS SOLVING SYSTEMS: GRAPHICALLY (Day 1)

ALGEBRA UNIT 5 LINEAR SYSTEMS SOLVING SYSTEMS: GRAPHICALLY (Day 1) ALGEBRA UNIT 5 LINEAR SYSTEMS SOLVING SYSTEMS: GRAPHICALLY (Day 1) System: Solution to Systems: Number Solutions Exactly one Infinite No solution Terminology Consistent and Consistent and Inconsistent

More information

NC Math 1. Released Items. North Carolina End-of-Course Assessment. Published October 2018

NC Math 1. Released Items. North Carolina End-of-Course Assessment. Published October 2018 Released Items Published October 2018 NC Math 1 North Carolina End-of-Course Assessment Public Schools of North Carolina Department of Public Instruction State Board of Education Division of Accountability

More information

Using Graphs to Relate Two Quantities

Using Graphs to Relate Two Quantities - Think About a Plan Using Graphs to Relate Two Quantities Skiing Sketch a graph of each situation. Are the graphs the same? Explain. a. your speed as you travel from the bottom of a ski slope to the top

More information

Section 2.2 Objectives

Section 2.2 Objectives Section 2.2 Objectives Solve multi-step equations using algebra properties of equality. Solve equations that have no solution and equations that have infinitely many solutions. Solve equations with rational

More information

Unit 1: Number System Fluency

Unit 1: Number System Fluency Unit 1: Number System Fluency Choose the best answer. 1. Represent the greatest common factor of 36 and 8 using the distributive property. 36 + 8 = A 4 x (9 + 2) C 8 x (5+2) B 2 x (18+4) D 11 x (3+1) 2.

More information

Chapter One. Quadratics 20 HOURS. Introduction

Chapter One. Quadratics 20 HOURS. Introduction Chapter One Quadratics 0 HOURS Introduction Students will be introduced to the properties of arithmetic and power sequences. They will use common differences between successive terms in a sequence to identify

More information

4.1 Identifying and Graphing Sequences

4.1 Identifying and Graphing Sequences Name Class Date 4.1 Identifing and Graphing Sequences Essential Question: What is a sequence and how are sequences and functions related? Resource Locker Eplore Understanding Sequences A go-kart racing

More information

Review In Δ ABD, MB is a bisector of ABD. The measure of ABD is 42. What is the measure of MBD? Justify your answer.

Review In Δ ABD, MB is a bisector of ABD. The measure of ABD is 42. What is the measure of MBD? Justify your answer. Name: Ms. Logan Review 2 Class: Date: 1. You have a coupon worth $18 off the purchase of a scientific calculator. At the same time the calculator is offered with a discount of 15%, but no further discounts

More information