Okay, so picture a triangular arrangement that consists of a number of unit triangles (side lengths that equal to 1). The series for the total number of unit triangles in the "diagram" would be 1 + 3 + 5 + 7.
I need to find how many unit triangles are there if there are 10 rows in the triangular arrangement.
I used this formula: $S_{n}$ = $\frac {n}{2} [2t_{1} + (n - 1)d]$ with my:
- $n$ = 10
- $t_1$ = 1
- $d$ = 2
here's my work:
$S_{10}$ = $\frac {10}{2} [2(1) + (10 - 1)2]$
$S_{10}$ = 5 [2 + 38]
$S_{10}$ = $200$
The answer in the textbook is $100$,what did I do wrong?
You made a type with your formula. The complete calculation should look like this. $$S_{10}=[2(1)+(10-1)2]$$ $$S_{10}=5[2+18]$$ $$S_{10}=100$$ You made a simple typo when you were working on this expression:$(10-1)2$