Hình ảnh bài tập

Amanita, let's first confirm the problem:

Problem Statement:
You are given an arithmetic sequence (등차수열) where the 3rd term is 9 and the 10th term is 23. You are asked to find the 20th term of this sequence.

Let's break down the steps to solve this problem:


Step-by-Step Solution Plan

  1. Recall the formula for the nth term of an arithmetic sequence:
    The nth term, ana_n, is given by:

an=a1+(n1)da_n = a_1 + (n-1)d
where a1a_1 is the first term and dd is the common difference.

  1. Set up equations using the given terms:

    • The 3rd term: a3=a1+2d=9a_3 = a_1 + 2d = 9
    • The 10th term: a10=a1+9d=23a_{10} = a_1 + 9d = 23
  2. Solve the system of equations to find a1a_1 and dd.

  3. Use the values of a1a_1 and dd to find the 20th term:

a20=a1+19da_{20} = a_1 + 19d

  1. Check which answer choice matches the result.

Now, let's execute each step in detail.

Step 1 & 2: Set up the equations

We have:

  • a1+2d=9a_1 + 2d = 9
  • a1+9d=23a_1 + 9d = 23

Step 3: Solve for a1a_1 and dd

Let's solve this system of equations. We have solved the system and found:

  • The first term a1=5a_1 = 5
  • The common difference d=2d = 2

Step 4: Find the 20th term

Now, let's use the formula for the nth term:

a20=a1+19da_{20} = a_1 + 19d

Substitute the values:

a20=5+19×2a_{20} = 5 + 19 \times 2

Let's calculate the value. The 20th term of the arithmetic sequence is:

a20=43a_{20} = 43

So, the answer is 43\boxed{43}, which matches choice ②.

Summary of steps:

  1. Used the formula for the nth term of an arithmetic sequence.
  2. Set up and solved two equations to find the first term and common difference.
  3. Substituted these values into the formula for the 20th term.
  4. Calculated the answer as 43.

If you have any more questions about arithmetic sequences, feel free to ask, Amanita!