1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
kotegsom [21]
3 years ago
11

How do you find the first five terms of a sequence defined recursively

Mathematics
1 answer:
Blizzard [7]3 years ago
6 0
Interesting question. Good to know for computer science.
Suppose you have a function like 
an = 3x - 2 Try the first couple
a1 = 3(1) - 2
a1 = 3 - 2
a1 = 1

a2 = 3(2) - 2
a2 = 6 - 2
a2 = 4 So each term differs by 3
a2 - a1 = 3

an = a_(n - 1) + 3
a3 = a2 + 3
a3 = 4 + 3 
a3 = 7

a4 = a3 + 3
a4 = 7 + 3
a4 = 10

a5 = a4+ 3
a5 = 10 + 3
a5 = 13

I'll do one more and then check it.
a6 = a5 + 3
a6 = 13 + 3
a6 = 16

a6 = 3x -2
a6 = 3*6 - 2
a6 = 18 - 2
a6 = 16 which checks.

So the general formula is
an = a_(n - 1) * k if you were multiplying or
an = a_(n - 1) + k if you were adding. The key thing is that you are working with the previous term.
You might be interested in
A health food store has launched a new pack of vitamins for children. The store records the number of packs ordered by a random
Andrew [12]

Answer:

online customers: slot 5

Walk in customers: slot 3

Step-by-step explanation:

4 0
3 years ago
Solve the following equation for m:<br> -7+ m = -15
Solnce55 [7]
M = -8



-15 minus -7 equals -8
6 0
3 years ago
What are the solutions of the quadratic equation? 2 x 2 – 16 x + 32 = 0
Evgen [1.6K]

Answer:

4 - 16 x + 32 = 0

- 16 x = - 4 - 32

- 16 x = - 36

X = 2.25

3 0
3 years ago
Read 2 more answers
Jason sells computer software. He earns a base salary of $2,766.79 per month. In addition, he earns 9% of his total monthly sale
ipn [44]
Let's start with saying he earned 2766.79. He he also earns 9% of his sales.

9% of something is just .09 multiplied by that something. So if he earns 9% of 3743.37 plus the 2766.79, then we can say

y= 0.09 * 3743.37 + 2766.79
y = 3,103.69
5 0
3 years ago
Janice lives in Tennessee and pays a total of 7%
Sladkaya [172]

Answer:

$48.15 APEX

Step-by-step explanation:

6 0
3 years ago
Other questions:
  • Please answer ASAP. 10 points. Mathematics
    10·1 answer
  • What is the perimeter of a 4'square
    9·1 answer
  • Cylinder has a height of 15 centimeters and a radius of 10 centimeters. What is its volume? Use ​ ≈ 3.14 and round your answer t
    14·1 answer
  • Help please, read question fully. <br><br> geometry
    6·1 answer
  • Find the polynomial. (2y − 9)(2y − 9) is the factored form of the expression
    9·2 answers
  • What is the equation of this line?
    5·1 answer
  • Convert 8.132132132... to a rational expression in the form of a fraction
    11·1 answer
  • HELP ME PLEASE!!!! PLEASE EXPLAIN ASWELL ( FOR 30 POINTS)
    13·1 answer
  • Mrs. Claus makes a
    9·2 answers
  • What is the approximate length of the track in miles?
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!