Skip to main content
Back to Sequences & Series
JEE Main 2020
Sequences & Series
Sequences and Series
Medium

Question

Some identical balls are arranged in rows to form an equilateral triangle. The first row consists of one ball, the second row consists of two balls and so on. If 99 more identical balls are addded to the total number of balls used in forming the equilaterial triangle, then all these balls can be arranged in a square whose each side contains exactly 2 balls less than the number of balls each side of the triangle contains. Then the number of balls used to form the equilateral triangle is :-

Options

Solution

Key Concepts and Formulas

  • Triangular Numbers: The sum of the first nn natural numbers, 1+2++n1 + 2 + \dots + n, is given by Tn=n(n+1)2T_n = \frac{n(n+1)}{2}. This represents the total number of balls in an equilateral triangle with nn balls on each side.
  • Square Numbers: The total number of balls arranged in a square with kk balls on each side is k2k^2.
  • Algebraic Manipulation: Solving quadratic equations and simplifying algebraic expressions.

Step-by-Step Solution

Step 1: Define the number of balls in the equilateral triangle. Let nn be the number of balls on each side of the equilateral triangle. The problem states that the first row has 1 ball, the second has 2, and so on, up to the nn-th row with nn balls. The total number of balls in the triangle, NTN_T, is the sum of the first nn natural numbers. NT=1+2+3++nN_T = 1 + 2 + 3 + \dots + n Using the formula for the sum of an arithmetic series (or triangular numbers): NT=n(n+1)2N_T = \frac{n(n+1)}{2}

Step 2: Define the number of balls in the square arrangement. The problem states that the square arrangement has sides with exactly 2 balls less than the number of balls on each side of the triangle. So, the number of balls on each side of the square is n2n-2. The total number of balls in the square, NSN_S, is the square of the number of balls on its side. NS=(n2)2N_S = (n-2)^2 For this to be a valid arrangement, n2n-2 must be a non-negative integer, which implies n2n \ge 2.

Step 3: Formulate the equation based on the given condition. The problem states that if 99 more identical balls are added to the total number of balls in the triangle, they can form the square. This translates to the equation: NT+99=NSN_T + 99 = N_S Substitute the expressions for NTN_T and NSN_S: n(n+1)2+99=(n2)2\frac{n(n+1)}{2} + 99 = (n-2)^2

Step 4: Solve the equation for nn. First, expand and simplify the equation. n2+n2+99=n24n+4\frac{n^2 + n}{2} + 99 = n^2 - 4n + 4 Multiply the entire equation by 2 to eliminate the fraction: n2+n+198=2(n24n+4)n^2 + n + 198 = 2(n^2 - 4n + 4) n2+n+198=2n28n+8n^2 + n + 198 = 2n^2 - 8n + 8 Rearrange the terms to form a standard quadratic equation ax2+bx+c=0ax^2 + bx + c = 0: 0=2n2n28nn+81980 = 2n^2 - n^2 - 8n - n + 8 - 198 0=n29n1900 = n^2 - 9n - 190 Now, factor the quadratic equation. We need two numbers that multiply to -190 and add to -9. These numbers are -19 and +10. (n19)(n+10)=0(n - 19)(n + 10) = 0 This gives two possible values for nn: n19=0n=19n - 19 = 0 \Rightarrow n = 19 n+10=0n=10n + 10 = 0 \Rightarrow n = -10

Step 5: Validate the solution for nn. Since nn represents the number of balls on the side of a triangle, it must be a positive integer. Also, from Step 2, we require n2n \ge 2. Therefore, n=10n = -10 is not a valid solution. The valid solution is n=19n = 19.

Step 6: Calculate the number of balls used to form the equilateral triangle. The question asks for the number of balls used to form the equilateral triangle, which is NTN_T. We use the value n=19n=19 in the formula for NTN_T: NT=n(n+1)2N_T = \frac{n(n+1)}{2} NT=19(19+1)2N_T = \frac{19(19+1)}{2} NT=19(20)2N_T = \frac{19(20)}{2} NT=3802N_T = \frac{380}{2} NT=190N_T = 190


Common Mistakes & Tips

  • Misinterpreting Side Length: Ensure you correctly identify that 'n' represents the number of balls on each side of the triangle, and (n2)(n-2) is the number of balls on each side of the square.
  • Solving for nn vs. NTN_T: The question asks for the total number of balls in the triangle (NTN_T), not the number of balls on the side (nn). Always re-read the question to ensure you are answering what is asked.
  • Validating Solutions: Quadratic equations can yield multiple solutions. Always check if the obtained values for variables like 'n' are physically meaningful in the context of the problem (e.g., must be positive integers for counts).

Summary

The problem involves setting up an equation based on the total number of balls in a triangular arrangement and a square arrangement, related by a given condition. We first expressed the number of balls in each arrangement using the number of balls on their respective sides. Let nn be the number of balls on the side of the triangle. The total balls in the triangle is NT=n(n+1)2N_T = \frac{n(n+1)}{2}. The total balls in the square is NS=(n2)2N_S = (n-2)^2. The condition NT+99=NSN_T + 99 = N_S led to a quadratic equation n29n190=0n^2 - 9n - 190 = 0, which yielded a valid solution of n=19n=19. Substituting this value back into the formula for NTN_T gives the total number of balls in the equilateral triangle as 190.

The final answer is \boxed{190}.

Practice More Sequences & Series Questions

View All Questions