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
Define the concept of an angle and show how it should be indicated in Math (notation). Mention at least two ways.​
Vedmedyk [2.9K]

An angle is denoted by the angle symbol ∠ and the three letters representing the name of the angle.

An angle is denoted by the angle symbol ∠ which is then being followed by three letters that will represent the points that form an angle.

Lets say for example, the expression ∠ABC will mean that “the angle is formed by the points A, B and C”

where the vertex of the angle is at the point B as it is in the middle.

Angles can also be of different types like:

An Acute Angle which means an angle is less than 90 degrees.

A Right Angle which means an angle which is exactly 90 degrees.

An Obtuse Angle which is an angle more than 90 degrees and less than 180 degrees.

A Straight Angle which is an angle that is exactly 180 degrees.

And a Reflex Angle which is an angle greater than 180 degrees and less than 360 degrees.

Therefore, an angle is denoted by the angle symbol ∠ and the three letters representing the name of the angle.

Learn more about angles here:

brainly.com/question/25716982

#SPJ9

8 0
2 years ago
How long will it take a car to travel 400 miles at an average rate of 50mph
wel
The answer is 8 hours
5 0
3 years ago
Which shows a correct order to solve this story problem?
Sedaia [141]
The answers are as follows,
B
D
C
C
B
Hope this helps.
3 0
3 years ago
Simplify the expression. <br><br> ( I got 144, but i'm not sure)
g100num [7]

Answer:

144 is correct

Step-by-step explanation:

13 - 1 is 12

12 times 12 = 144

144 divided by 2 is 72

72 times 2 is 144

8 0
3 years ago
Read 2 more answers
12.) What is the area of the triangle in the coordinate plane?
nirvana33 [79]

Answer:

18u most likely

Step-by-step explanation:

the triangle is 6 units wide and half of it (the height) is 6. so 6 x 6 = 36 divided by 2 = 18u

7 0
3 years ago
Other questions:
  • How do you subtract 7.6 from 20.39
    9·2 answers
  • On average 83.1% of welds performed by a particular welder are defective. if, in one day, the welder creates three welds. what i
    13·1 answer
  • A toy train is on a circular track. Luis lets the train run 60 degree around the track. Then he lets it run another 120 degree a
    8·2 answers
  • Helpm Me even if its already answered
    6·1 answer
  • Greg spends $0.45 on an eraser and $0.30 on a pen.How much money does Greg spend?
    14·2 answers
  • Can you please help me with the answer
    9·1 answer
  • Theo bought 8 packs of pencils for $4 each and 3 packs of
    12·1 answer
  • Please help!! Greatly appreciated &lt;3
    15·1 answer
  • A movie theather sells 10 tickets at a time online what is the domain of this graph
    12·1 answer
  • What is the measure of the missing interior angle?
    6·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!