Math Problem Statement

Pada suatu barisan aritmatika diketahui U8 = 18 dan U15 = 46. Tentukan a) beda dan suku pertama barisan tersebut b) besar suku ke-12 c) 10 suku pertama barisan tersebut.

Solution

The problem provided is about an arithmetic sequence, where two terms are given:

  • U8=18U_8 = 18 (the 8th term is 18)
  • U15=46U_{15} = 46 (the 15th term is 46)

The questions ask to determine:

  1. The common difference (dd) and the first term (U1U_1) of the sequence.
  2. The 12th term of the sequence (U12U_{12}).
  3. The sum of the first 10 terms of the sequence.

Solution:

For an arithmetic sequence, the general formula for the nn-th term is: Un=U1+(n1)dU_n = U_1 + (n - 1) \cdot d Where:

  • UnU_n is the nn-th term,
  • U1U_1 is the first term,
  • dd is the common difference,
  • nn is the term's position.

Step 1: Finding the Common Difference (dd) and the First Term (U1U_1)

We know the values of U8U_8 and U15U_{15}, so let's write two equations:

U_8 = U_1 + 7d = 18 \tag{1} U_{15} = U_1 + 14d = 46 \tag{2}

By subtracting equation (1) from equation (2): (U1+14d)(U1+7d)=4618(U_1 + 14d) - (U_1 + 7d) = 46 - 18 7d=287d = 28 d=4d = 4

Now substitute d=4d = 4 back into equation (1): U1+74=18U_1 + 7 \cdot 4 = 18 [ U

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Arithmetic Sequence
Algebra

Formulas

Un = U1 + (n - 1) * d
Sn = (n / 2) * (U1 + Un)

Theorems

Arithmetic sequence term formula
Arithmetic sum formula

Suitable Grade Level

Grades 9-11