ANSWER: x will equal 3 I hope this helps
More information is needed to properly answer the question!
Answer:
recursive: f(0) = 7; f(n) = f(n-1) -8
explicit: f(n) = 7 -8n
Step-by-step explanation:
The sequence is an arithmetic sequence with first term 7 and common difference -8. Since you're numbering the terms starting with n=0, the generic case will be ...
recursive: f(0) = first term; f(n) = f(n-1) + common difference
explicit: f(n) = first term + n·(common difference)
To get the answer above, fill in the first term and common difference values.
Answer:
Felipe = 23 messages
Keisha = 31 messages
Manuel = 46 messages
Step-by-step explanation:
Keisha = K
Felipe = F
Manuel = M
=> There are a total of 100 messages.
=> K sent 8 +F => K = 8 + F
=> M sent 2 * F => M = 2F
=> F = F
=> 8 + F + 2F + F = 100
=> 8 + 4F = 100
=> 8 - 8 +4F = 100 -8
=> 4F = 92
=> 4F/4 = 92/4
=> F = 23
So, Felipe = 23 messages.
Keisha = 8 + F = 8 + 23 = 31 messages.
Manuel = 2F = 2* 23 = 46 messages.
46 + 31 + 23 = 77 + 23 = 100 messages.
So, the answer is correct.
Answer:
A=1000
B=3.33
Step-by-step explanation:
I think?