Math Problem Statement

مقادیر a، a + 1، 5 و a - 29 و a - 49 به ترتیب جملات متوالی یک دنباله حسابی هستند. اگر a جمله نخست این دنباله باشد، جمله نهم کدام است؟

Solution

This question provides the values of terms in an arithmetic sequence and asks for the ninth term. Here’s a breakdown of the problem:

  1. Given values:
    • aa: First term
    • a+1a+1: Second term
    • 55: Third term
    • a29a - 29: Fourth term
    • a49a - 49: Fifth term

Since this sequence is arithmetic, the difference between consecutive terms, called the common difference dd, should be the same.

  1. Finding the common difference dd:
    • From the first and second terms: d=(a+1)a=1d = (a + 1) - a = 1
    • From the second and third terms: d=5(a+1)=4ad = 5 - (a + 1) = 4 - a

Since dd should be consistent across all terms, equate the two expressions for dd: 1=4a1 = 4 - a Solving for aa, we get: a=3a = 3

  1. Verifying a=3a = 3 with other terms:
    • First term: a=3a = 3
    • Second term: a+1=4a + 1 = 4
    • Third term: 55
    • Fourth term: a29=329=26a - 29 = 3 - 29 = -26
    • Fifth term: a49=349=46a - 49 = 3 - 49 = -46

The common difference d=1d = 1 is consistent.

  1. Finding the ninth term: The formula for the nn-th term in an arithmetic sequence is: an=a+(n1)da_n = a + (n - 1) \cdot d Substituting for a=3a = 3, d=1d = 1, and n=9n = 9: [ a_9 = 3 + (9 - 1) \cdot 1 = 3 + 8 = -57

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

nth term of arithmetic sequence: a_n = a + (n - 1) * d

Theorems

Arithmetic Sequence Formula

Suitable Grade Level

Grades 9-10