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
How many ounces in one pint
LiRa [457]

Answer:

16

Step-by-step explanation:

4 0
3 years ago
Read 2 more answers
James works in a sporting goods store and earns $324 a week and 5% of his sales. One week James earned $432. What were his sales
Bogdan [553]

Answer:

His sales that week were $2,160.

Step-by-step explanation:

First, you have to subtract $324 from the amount he earned that week, to find the 5% he got from sales:

$432-$324=$108

Now, you know that he received $108 that represent 5% of his sales and you can use a rule of three to find the amount that represents 100% which would be his sales that week:

 5%   →    108

100% →      x

x=(100*108)/5=2160

According to this, the answer is that his sales that week were $2,160.

7 0
3 years ago
Plzzzz help me with one and two I don’t understand
Ratling [72]
What this question simply asks about is you write the numbers it gave you in only one digit by 10 to the power of n. Where n represents the number of shifts of the decimal point.
And to get this number to be one digit, then you have to approximate.
To approximate; you should always consider that less than 5 counts zero and 5 or more counts+1.
Example:
5.3 is approximately 5
5.5 is approx. 6
5.9 is also approx. 6
and so on.
So the final answers are;
1) 4*10^13
2) 5*10^-11
Please note that 10^positive integer will cause the decimal point to move to the right which means a number greater than 1, usually, while 10^negative integer means number smaller than 1, usually.
Hope this helps.
7 0
3 years ago
A recipe requires 1/3 cup of oil for every 2/5 cup of water. How much oil (in cups) is needed per cup of water?
igor_vitrenko [27]
3/8 cups of oil

Step by step explanation:

Given : A recipe requires 1/4 cup of oil for every 2/3 cup of water.

To Find: How much oil (in cups) is needed per cup of water?

Solution:

Oil required by 2/3 cup of water = 1/4

Oil required by 1 cup of water = 1/4
= 2/3
= 3/8
Hence cups of oil is needed for per cup of water.
8 0
3 years ago
Janelle earned 90% on a test and got 63 points. How many total points were possible on the test? Draw a diagram to organize your
Slav-nsk [51]

Answer:

63 / 0.9 = 70


5 0
3 years ago
Read 2 more answers
Other questions:
  • Consider the function f(x) = x2. Which of the following functions shifts f(x)
    8·1 answer
  • Please help and thank you!
    13·1 answer
  • Scarface is one of the best movies here's my drawing but it's unfinished​
    5·1 answer
  • Please need help!!!!
    14·2 answers
  • If ab ac cb in abc then which of the following is true
    14·1 answer
  • the probability that a student and a class is left-handed is 0.1 what is the probability that a student chosen from this class i
    9·1 answer
  • PLEASE HELP ! <br> What is the value of the function at x = 3?<br><br> Enter your answer in the box.
    8·1 answer
  • The following table shows the length and width of two rectangles:
    8·1 answer
  • Stephanie has 334
    13·1 answer
  • Yana though of a number she multlipied it by 8 subtracted 4 divided the result by 2 what number did yana think of
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!