Answer:
The nth triangular number can be calculated using the formula:
Tn = (n * (n + 1)) / 2
To find the 30th triangular number (T30), substitute n = 30 into the formula:
T30 = (30 * (30 + 1)) / 2
T30 = (30 * 31) / 2
T30 = (930) / 2
Now, calculate the result:
T30 = 465
So, the 30th triangular number is 465.
Explanation: