Consider the sequence of terms
![15085|577x62](upload://sVCnCAbmXwQF9BkPERaeBDrDiSn.jpeg)
a) What are the next three terms in the sequence?
b) What formula finds any term i„ for all n > 1, given the preceding term, 4_1?
c) What formula finds any term in for all n > = 1, given 2 raised to some power?
Build the following table and notice that each term (after the first) is twice the previous term.
![15086|259x135](upload://wyeqG6Pjfuy62mYTbi9MpKuDBVp.jpeg)
a) From the above table the next three terms are: t5=16, t6 = 32, tq = 64.
b) Notice that each term (after the first) is twice the previous term. Thus the formula is:
= 2 * tn_i (for all n > 1)
c) Notice that each power of two (including the first) is one less then the term number. Thus the formula is:
to = 2" (for all n > = 1)
You might also like to view...
Custom placeholder text displays when a new slide is created from a slide layout
Indicate whether the statement is true or false
Answer the following questions true (T) or false (F)
1. Applets do not support JMenus. 2. An applet is embedded within an HTML document by adding a reference to a valid class file within the tag.