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
Vesna [10]
3 years ago
9

Given the explicit expression f (n) = 5n - 2, write a set showing the sequence, and write a recursive expression.

Mathematics
1 answer:
denpristay [2]3 years ago
7 0

Answer:

f(n) = 5 + f(n - 1)

Step-by-step explanation:

Given

f(n) = 5n - 2

Required

Write a recursive expression

f(n) = 5n - 2

When n = 1

f(1) = 5 * 1 - 2 = 5 - 2 = 3

f(1) = 3

When n = 2

f(2) = 5 * 2 - 2 = 10 - 2 = 8

f(2) = 8 can be rewritten as

f(2) = 5 + 3

Substitute 3 for f(1)

f(2) = 5 + f(1)

Express 1 as 2 - 1

f(2) = 5 + f(2-1) ----- (1)

When n = 3

f(3) = 5 * 3 - 2 = 15 - 2 = 13

f(3) = 13 can be rewritten as

f(3) = 5 + 8

Substitute 8 for f(2)

f(3) = 5 + f(2)

Express 2 as 3 - 1

f(3) = 5 + f(3 - 1)  ------ (2)

Write out (1) and (2)

f(2) = 5 + f(2-1)

f(3) = 5 + f(3 - 1)

Replace 2 and 3 with n in both cases; This gives

f(n) = 5 + f(n - 1)

Hence;

The recursive is f(n) = 5 + f(n - 1)

You might be interested in
What is the volume of the cylinder below?
MrRissso [65]
I think it would be 175
4 0
2 years ago
Evaluate the series 9 + 3 + 1 + . . .
brilliants [131]
Keep dividing by 3 to get the rest of the answers.
7 0
3 years ago
Read 2 more answers
Which type of measurement is used more often by scientists?
Roman55 [17]
The answer to your question should be "<span>Both weight and mass are used equally by scientists"</span>
6 0
3 years ago
I need help on the rest before I go to cheer
RideAnS [48]
For number 12 the answer is 15.36
3 0
3 years ago
7. Which set of ordered pairs represents a function?
Likurg_2 [28]

Answer:

a

Step-by-step explanation:

to be a function, every x has to have exactly one y, so there can't be the same number x twice wirh different y's

5 0
2 years ago
Other questions:
  • What is the value of (3/4)^3?
    13·1 answer
  • The length of a rectangular prism is
    13·1 answer
  • In the united states , 13 out of every 20 cans are recycled what percent of cans are recycled
    13·1 answer
  • Find the volume of the figure. Round your answer to the nearest hundredth, if necessary.
    15·2 answers
  • Help please, its super duper easy!
    13·2 answers
  • If w = -2 and v = -8, which of the following expressions shows the values correctly substituted in for the variables in the expr
    10·2 answers
  • He equation shown below is true for what values of x 3(x - 2) + 2(x + 5) = 9x
    12·1 answer
  • Someone plz help me
    14·1 answer
  • HELP!!!!!<br> If anyone knows the answer please tell me as soon as possible!!<br> PLEASE!!!!
    15·1 answer
  • Divide 17/28 by 2/3 input your answer as a reduced fraction help ASAP
    6·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!