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
saveliy_v [14]
3 years ago
14

Write a recursive definition for the sequence 14, 10, 6, 2,… Common difference is 4 what do I do next?

Mathematics
2 answers:
Reil [10]3 years ago
8 0
F(x) = f(x-1) - 4, with f(0) = 14  
Since you're looking for a recursive definition, you simply need to do 2 things.
 1. Define the function for some constant starting point(s).
 2. Define the function in terms of itself for all other points. 
 For this question, I'll assume the first point is f(0). So we have f(x) = ?, with f(0) = 14 
 And we've handed the starting point by simply declaring that f(0) has the value of 14. Now for the recursive portion.
 As you've noticed, each subsequent value is 4 less than the previous. So we can say f(x) = f(x-1) - 4. And with that, we can make the function.
 f(x) = f(x-1) - 4, with f(0) = 14 
 As a side note, you are not restricted to just 1 starting value, nor just the immediate prior invocation of the function. For instance the definition of the Fibonacci sequence could be defined as
 f(x) = f(x-1) + f(x-2), with f(0) = 0 and f(1) = 1
leonid [27]3 years ago
6 0
A[1] = 14 . . . . . . . . . defines the first term
a[n+1] = a[n] -4 . . . says each term is 4 less than the one before it
You might be interested in
During a promotional event a sporting goods store gave a free t-shrit to every 10 customer and a free water bottle to every 15 c
SVETLANKA909090 [29]

9514 1404 393

Answer:

  30th

Step-by-step explanation:

The least common multiple of 10 and 15 is 30.

  30 = 10×3 = 15×2

The 30th customer will be the first to receive both promotional items.

3 0
2 years ago
Which of the following is a disadvantage to using graphs and diagrams? Check all that apply.                                    
forsale [732]
The first answer is C. The information may be in a form that is difficult to use. And the second on is D. They must always be used with an equation.
4 0
3 years ago
Read 2 more answers
Halp. Halp. Halp. Halp. Halp
RUDIKE [14]
The awnser is 145
(50 divided 2) = 25
5 to the power of 3= 125
-5
=145
3 0
3 years ago
Read 2 more answers
7. There are 3 times as many adventure books as comic books in a bookshop. If there are 879 adventure books in the bookshop, how
dsp73
HEYY ok so the first question (comic book one) is 2637 comic books.
5 0
2 years ago
A circle has a circumference of 18. It has an arc of 6. What is the central angle of the arc, in degrees?
irga5000 [103]

Answer:

Step-by-step explanation:

C=2πr

18=2×3.14×r

18=6.28r

r=2.88

Arc of a circle

A=®/360°πr

6=®/360°×3.14×r

®=239°

6

3 0
2 years ago
Read 2 more answers
Other questions:
  • What is 17pi/4 in decimal form nearest the thousandth
    11·1 answer
  • HELLPP PLS I WILL CROWN YOU
    11·1 answer
  • Factor tree for number 119
    5·1 answer
  • a group of students went to the movie theater eighteen of the students bought popcorn the other 60% of the students bought candy
    13·1 answer
  • In the triangle below what ratio is cot G
    12·1 answer
  • Erin and her friends are taking a road trip. She has agreed to drive between hours 3 and 6 of the trip. If h represents the hour
    15·2 answers
  • consists of a formula a^2+b^2=c^2 which is used to figure out the value of (mostly) the hypotenuse in a right triangle. The a an
    10·2 answers
  • Would the graph showing the speed of a car over the course of time be a real example of a continuous function?
    7·1 answer
  • The Candy Store is selling packs of gummies. A pack has 2 and 1/3 pound
    13·1 answer
  • Determine if (2, -1) is a solution to the system of equations:
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!