Math Problem Statement

Find the next triangular number in a sequence: …, 78, 91, …

Solution

To find the next triangular number in the sequence following 78 and 91, we need to understand the formula for triangular numbers.

The formula for the nn-th triangular number TnT_n is:

Tn=n(n+1)2T_n = \frac{n(n + 1)}{2}

We are given two consecutive triangular numbers: 78 and 91. Let's determine their positions in the sequence.

Step 1: Identify the position of 78 and 91

We set up the equation for 78:

Tn=n(n+1)2=78T_n = \frac{n(n + 1)}{2} = 78

Multiplying both sides by 2:

n(n+1)=156n(n + 1) = 156

This is a quadratic equation:

n2+n156=0n^2 + n - 156 = 0

Solving this quadratic using the quadratic formula:

n=1±12+4115621n = \frac{-1 \pm \sqrt{1^2 + 4 \cdot 1 \cdot 156}}{2 \cdot 1} n=1±1+6242n = \frac{-1 \pm \sqrt{1 + 624}}{2} n=1±6252n = \frac{-1 \pm \sqrt{625}}{2} n=1±252n = \frac{-1 \pm 25}{2}

Taking the positive root:

n=1+252=12n = \frac{-1 + 25}{2} = 12

Thus, 78 is the 12th triangular number.

Similarly, check for 91:

T13=13(13+1)2=13×142=91T_{13} = \frac{13(13 + 1)}{2} = \frac{13 \times 14}{2} = 91

So, 91 is the 13th triangular number.

Step 2: Find the next triangular number

The next triangular number after T13=91T_{13} = 91 is T14T_{14}.

T14=14(14+1)2=14×152=2102=105T_{14} = \frac{14(14 + 1)}{2} = \frac{14 \times 15}{2} = \frac{210}{2} = 105

Final Answer:

The next triangular number after 91 is:

105\boxed{105}

Let me know if you have any questions or would like further details.

Follow-Up Questions:

  1. What is the formula for the nn-th triangular number?
  2. How can you determine the position of a given triangular number in the sequence?
  3. What are the first 10 triangular numbers?
  4. How can triangular numbers be used in solving problems involving arrangements of objects?
  5. Can you express the relationship between triangular numbers and square numbers?

Tip:

Triangular numbers can be visualized as dots arranged in the shape of an equilateral triangle, which can help you understand their growth pattern and recognize them in sequences.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Triangular Numbers
Quadratic Equations

Formulas

Triangular number formula T_n = n(n + 1)/2

Theorems

-

Suitable Grade Level

Grades 7-9