<h3>
Answer: 4865</h3>
=======================================================
Explanation:
The sequence {3,11,19,...} is arithmetic since we are adding 8 to each term to get the next one
etc. This means the common difference is d = 8.
The first term is a = 3
Let's use this formula
S = n*(2*a + d(n - 1) )/2
so we can find the sum of the first n terms. In this case, n = 35
So,
S = n*(2*a + d(n - 1) )/2
S = 35*(2*3 + 8(35 - 1) )/2
S = 35*(6 + 8(34))/2
S = 35*(6 + 272)/2
S = 35*(278)/2
S = 35*139
S = 4865
Both the numerator and the denominator can be easily divided by 9. so you get:
2/10
as you can tell it can still be simplified. both the numerator and denominator can be divided by 2. so your final answer is
1/5
Answer:
<h2>d(4) = 64</h2>
Step-by-step explanation:
d(1) = 13
d(n) = d(n - 1) + 17
where
n is the nth term
To find the 4th term we must first find the second term use it to find the 3rd term and use the 3rd term to find the 4th term
So we have
<u>For the 2nd term</u>
That's d(2)
We have
d(2) = d(2-1) + 17
d(2) = d(1) + 17
But d(1) = 13
d(2) = 13 + 17 = 30
<u>For the 3rd term d(3)</u>
That's
d(3) = d(3 - 1) + 17
d(3) = d(2) + 17
d(3) = 30 + 17 = 47
<u>For the 4th term that's d(4)</u>
We have
d(4) = d(4 - 1) + 17
d(4) = d(3) + 17
d(4) = 47 + 17
We have the final answer as
<h3>d(4) = 64</h3>
Hope this helps you