Answer:
Y(n) = 7n + 23
Step-by-step explanation:
Given:
f(0) = 30
f(n+1) = f(n) + 7
For n=0 : f(1) = f(0) + 7
For n=1 : f(2) = f(1) + 7
For n=2 : f(3) = f(2) + 7 and so on.
Hence the sequence is an arithmetic progression with common difference 7 and first term 30.
We have to find a general equation representing the terms of the sequence.
General term of an arithmetic progression is:
T(n) = a + (n-1)d
Here a = 30 and d = 7
Y(n) = 30 + 7(n-1) = 7n + 23
Answer:
1.77
Step-by-step explanation:
Answer:
1.21
Step-by-step explanation:
The cost of the grapes is the price per pound times the number of pounds
cost = 2.42 * .5
cost = 1.21
Answer:
m-(nx)
Step-by-step explanation:
He starts with <em>m</em> dollars, and every day spends <em>n</em> so you would multiply <em>n</em> and <em>x</em> to figure out how much he spent over how many days.
Answer:
People often sort stacks of documents using a recursive method. For example, imagine you are sorting 100 documents with names on them. First place documents into piles by the first letter, then sort each pile. Looking up words in the dictionary is often performed by a binary-search-like technique, which is recursive.
Step-by-step explanation:
This is just an example.
If this helps please mark as brainliest