All Exams Test series for 1 year @ ₹349 only
Question

Which of the following is not a triangular number?

This question was previously asked in
RRB ALP 2018 CBT 2 Fitter Question Paper (21-Jan-2019) (Shift 3)
The correct answer is

5

Understanding Triangular Numbers

A triangular number is a number which can be represented as a triangular grid of points. These numbers are formed by the sum of consecutive positive integers starting from 1.

The formula for the \(n\)-th triangular number, denoted as \(T_n\), is:

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

Let's list the first few triangular numbers to understand the sequence:

  • \( T_1 = 1 = \frac{1(1+1)}{2} \)
  • \( T_2 = 1 + 2 = 3 = \frac{2(2+1)}{2} \)
  • \( T_3 = 1 + 2 + 3 = 6 = \frac{3(3+1)}{2} \)
  • \( T_4 = 1 + 2 + 3 + 4 = 10 = \frac{4(4+1)}{2} \)
  • \( T_5 = 1 + 2 + 3 + 4 + 5 = 15 = \frac{5(5+1)}{2} \)
  • \( T_6 = 1 + 2 + 3 + 4 + 5 + 6 = 21 = \frac{6(6+1)}{2} \)

Checking the Given Options for Triangular Numbers

We need to determine which of the given options is not a triangular number. We can do this by checking if each number can be expressed in the form \( \frac{n(n+1)}{2} \) for some positive integer \( n \).

Option 1: 15

Can 15 be a triangular number? We check if \( \frac{n(n+1)}{2} = 15 \).

\( n(n+1) = 15 \times 2 \)

\( n(n+1) = 30 \)

We are looking for a positive integer \(n\) such that \(n\) multiplied by \(n+1\) equals 30. We know that \(5 \times 6 = 30\). So, \(n=5\). Since we found an integer value for \(n\), 15 is a triangular number (\(T_5\)).

Option 2: 3

Can 3 be a triangular number? We check if \( \frac{n(n+1)}{2} = 3 \).

\( n(n+1) = 3 \times 2 \)

\( n(n+1) = 6 \)

We are looking for a positive integer \(n\) such that \(n\) multiplied by \(n+1\) equals 6. We know that \(2 \times 3 = 6\). So, \(n=2\). Since we found an integer value for \(n\), 3 is a triangular number (\(T_2\)).

Option 3: 10

Can 10 be a triangular number? We check if \( \frac{n(n+1)}{2} = 10 \).

\( n(n+1) = 10 \times 2 \)

\( n(n+1) = 20 \)

We are looking for a positive integer \(n\) such that \(n\) multiplied by \(n+1\) equals 20. We know that \(4 \times 5 = 20\). So, \(n=4\). Since we found an integer value for \(n\), 10 is a triangular number (\(T_4\)).

Option 4: 5

Can 5 be a triangular number? We check if \( \frac{n(n+1)}{2} = 5 \).

\( n(n+1) = 5 \times 2 \)

\( n(n+1) = 10 \)

We are looking for a positive integer \(n\) such that \(n\) multiplied by \(n+1\) equals 10. Let's check integer values for \(n\):

  • If \( n=1 \), \( n(n+1) = 1(2) = 2 \)
  • If \( n=2 \), \( n(n+1) = 2(3) = 6 \)
  • If \( n=3 \), \( n(n+1) = 3(4) = 12 \)

As \(n\) increases, \(n(n+1)\) also increases. We can see that 10 falls between 6 (for \(n=2\)) and 12 (for \(n=3\)). There is no positive integer \(n\) for which \(n(n+1) = 10\). Therefore, 5 is not a triangular number.

Identifying the Non-Triangular Number

Based on our analysis, the numbers 15, 3, and 10 are triangular numbers. The number 5 cannot be expressed in the form \( \frac{n(n+1)}{2} \) for any positive integer \(n\).

Thus, 5 is not a triangular number.

Revision Table: Triangular Numbers

n Sum \(1 + \dots + n\) Formula \( \frac{n(n+1)}{2} \) Triangular Number \(T_n\)
1 1 \( \frac{1(2)}{2} \) 1
2 1 + 2 \( \frac{2(3)}{2} \) 3
3 1 + 2 + 3 \( \frac{3(4)}{2} \) 6
4 1 + 2 + 3 + 4 \( \frac{4(5)}{2} \) 10
5 1 + 2 + 3 + 4 + 5 \( \frac{5(6)}{2} \) 15
6 1 + 2 + 3 + 4 + 5 + 6 \( \frac{6(7)}{2} \) 21

Additional Information on Triangular Numbers

Triangular numbers have many interesting properties. For example:

  • The sum of two consecutive triangular numbers is always a perfect square. \( T_n + T_{n+1} = \frac{n(n+1)}{2} + \frac{(n+1)(n+2)}{2} = \frac{(n+1)(n + n+2)}{2} = \frac{(n+1)(2n+2)}{2} = \frac{(n+1)2(n+1)}{2} = (n+1)^2 \).
  • Every perfect number is a triangular number (except for 6, which is \(T_3\)). For example, 28 is a perfect number (\(1+2+4+7+14=28\)) and it is also a triangular number (\(T_7 = 28\)).
  • A positive integer \(x\) is a triangular number if and only if \(8x + 1\) is a perfect square. Let's check this for the options:
    • For 15: \(8(15) + 1 = 120 + 1 = 121\). \(121 = 11^2\). Yes, 15 is triangular.
    • For 3: \(8(3) + 1 = 24 + 1 = 25\). \(25 = 5^2\). Yes, 3 is triangular.
    • For 10: \(8(10) + 1 = 80 + 1 = 81\). \(81 = 9^2\). Yes, 10 is triangular.
    • For 5: \(8(5) + 1 = 40 + 1 = 41\). 41 is not a perfect square. No, 5 is not triangular.

This property confirms that 5 is not a triangular number, while 3, 10, and 15 are.

Was this answer helpful?

Similar Questions

  1. Tapas, Avi and Rishi shared a cake. Tapas had 1/2 of it, Rishi had 1/3 of it and Avi had the rest. What was Avi’s share of the cake?

  2. The ratio of the numbers of blue to red balls in a bag is constant. When there were 44 red balls, the numbers of blue was 36. If the number of blue balls is 54. How many red balls will be in the bag?

  3. Which of the numbers given below is the square root of 15376?

  4. Find a two digit number which is exactly three times the product of its digits.

  5. The fraction from the ones listed below that will NOT lead to a recurring decimal is:

  6. The difference between the place values of 9 and 5 in the number 428693745 is:

  7. Find the reciprocal of \(2\frac{3}{5}\).

  8. The product of two numbers is 0.324. One of the numbers is 1.2. What is the other number?

  9. If 192 pens cost is Rs. 10, how many pens can be bought for Rs. 5?

  10. The product of two numbers is 40. One of them is 2.50. What is the other number?


Important Questions from Integers

  1. Find the value of \(\sqrt{2025}\) .

  2. How many times does the number 5 occur in the range of numbers from 1 to 100?

    A. 21

    B. 22

    C. 20

    D. 19

  3. A prime number

    A. is not a positive integer.

    B. has no divisor at all.

    C. has only 1 and itself as divisors.

    D. has more than two divisors.

  4. __________ are twin prime number.

    A. (4, 9)

    B. (2, 3)

    C. (4, 6)

    D. (3, 5)
  5. A factory produced 18,58,509 cassettes in the month of January, 7623 more cassettes in the of February and owing to short supply of electricity produced 25,838 less cassettes in March than in February. Find the total production in all?

    A. 55,57,312

    B. 59,83,245

    C. 55,64,935

    D. 56,08,988
Need Expert Advice?
Upcoming Exams
RRB NTPC
September 27, 2026
Test Series
RRB ALP img
Railways
RRB ALP 2026 Mock Test series
1035 Tests 1 Tests Free
889 Attempts
4.3(235)
English, Hindi
More Questions from RRB ALP

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App