Arithmetic Sequence Problem: Finding Terms Before 10 with -3.5 Difference

Question

Given a descending series. The third element is 10, each element of the series is smaller in 3.5 than its predecessor.

Select the first and second element of the series.

Video Solution

Solution Steps

00:00 Find the first and second terms in the sequence
00:08 The difference between each term according to the given data
00:25 Let's calculate the number before 10
00:33 We'll use the same method to find the first term
00:47 And this is the solution to the question

Step-by-Step Solution

To solve this problem, we will take the following steps:

  • Use the information a3=10 a_3 = 10 and the common difference d=3.5 d = -3.5 to find the earlier terms in the sequence.
  • Apply the arithmetic sequence formula: an=a1+(n1)d a_n = a_1 + (n-1) \cdot d .

Let's apply these steps:

Step 1: Using the given formula for the n n -th term in an arithmetic sequence, a3=a1+(31)d=10. a_3 = a_1 + (3-1) \cdot d = 10.

Plug in the common difference d=3.5 d = -3.5 :

10=a1+2(3.5). 10 = a_1 + 2 \cdot (-3.5).

Simplify the above equation:

10=a17. 10 = a_1 - 7.

Solving for a1 a_1 , we get:

a1=10+7=17. a_1 = 10 + 7 = 17.

Step 2: To find a2 a_2 , use:

a2=a1+(21)(3.5)=173.5. a_2 = a_1 + (2-1) \cdot (-3.5) = 17 - 3.5.

Thus, a2=173.5=13.5. a_2 = 17 - 3.5 = 13.5.

Therefore, the first element is 17, and the second element is 13.5.

The solution to the problem is 13.5,17 13.5, 17 .

Answer

13.5 , 17