There are 8436 steel balls, each with radius of 1 centimeter, stacked in pile, with 1 ball on top, 3 balls in the second layer, 6 in the third layer 10 in the fourth and so on. The number of horizontal layers in the pile is
Step-by-step Solution:
To find the number of layers, we first need to identify the mathematical pattern describing the number of balls in each layer.
The number of balls in each layer follows a sequence:
This sequence consists of triangular numbers. The number of balls in the k-th layer is given by the formula: $T_k = \frac{k(k+1)}{2}$.
The total number of balls in a pile with 'n' layers is the sum of the first 'n' triangular numbers. The formula for this sum is:
Total Balls = $\frac{n(n+1)(n+2)}{6}$
We are given that the total number of balls is 8436. We can set up the equation:
$\frac{n(n+1)(n+2)}{6} = 8436$
Multiplying both sides by 6, we get:
$n(n+1)(n+2) = 8436 \times 6 = 50616$
We are looking for three consecutive integers whose product is 50616. Instead of solving the cubic equation algebraically, we can test the given options.
A quick way to check is by looking at the last digit of the product for each option:
Let's verify the full calculation for n=36:
36 × 37 × 38 = 1332 × 38 = 50616.
The calculation is correct.
The number of horizontal layers in the pile is 36.