The problem is as follows:
In the following sequence of figures. Which is the total number of right trapezoids which do make up $\textrm{figure 10}$?
The figure is below:
The alternatives given are:
- 66
- 60
- 56
- 64
- 72
What I tried to do is to account for the number of trapezoids:
$\textrm{In figure 1:}$
- There is just $1$
$\textrm{In figure 2:}$
This is some tricky:
I thought that there are $4$
$2$ make up a small individual unit
$1$ accounts for the other two
$1$ accounts for the all of them
$\textrm{In figure 3:}$
$3$ are consisting of only one figure.
$2$ are two figures.
$1$ has three figures.
$1$ accounts for the three trapezoids in horizontal arrangement and the first oblique bar next to them.
$1$ accounts for the previous set plus the second oblique bar next to them.
Therefore in the figure are $8$
$\textrm{In figure 4:}$
$4$ are sets of 1 figure.
$3$ are sets of 2 figures.
$2$ are sets of 3 figures.
$1$ is a set of 4 figures.
$1$ is a set of the previous 4 figures in horizontal direction plus the first oblique bar appearing next to the trapezoids.
$1$ is the previous set and the second oblique bar.
$1$ is the previous set and the third oblique bar.
This accounts for $13$ figures.
So in total the series is comprised of.
$\textrm{1, 4, 8, 13,...}$
From this series I found that the recursion formula is stated as:
$$T_{n}=\frac{1}{2}n^{2}+\frac{3}{2}n-1$$
By replacing with the fourth term it seems to check.
$$T_{4}=\frac{1}{2}\left( 4 \right )^{2}+\frac{3}{2}\left( 4 \right )-1=8+6-1= 13$$
So if what it is being asked is figure number $10$ then by replacing in the previous equation:
$$T_{10}=\frac{1}{2}\left( 10 \right )^{2}+\frac{3}{2}\left( 10 \right )-1=50+15-1= 64$$
Therefore I would choose $64$ as the number of figures in the $\textrm{10th figure}$. I'm not very certain if is it correct?
The answer appears within the alternatives but the process to find the figures was very tedious and it took me a long time to find it, needless to say that to find the recursive formula was another problem as well but eased due the fact which I had some idea of how to find it, as a result.
Is there any other method to speed up the calculations or to find an answer in this situation or to avoid miscounting or double counting the figures?


I think you got it.
Counting the stack of $n$ trapezoids in the left part of each diagram is the $n$th triangular number -- normally denoted as $T_n$ but I'll denote it $t_n$ so as not to clash with your notation. The tenth triangular number $t_{10} = 55.$
As additional explanation, let's look at the fourth diagram in your question. Let's label the stack of short, fat trapezoids (looks like a geometrical stack of pancakes) on the left part of that diagram $A,B,C,D$ from top to bottom.
You have $4$ trapezoids with the topmost trapezoid at the top ($A$ by itself, $A+B$, $A+B+C$, and $A+B+C+D$). You'd have $3$ trapezoids with the second-highest trapezoid on top ($B$ by itself, $B+C$, and $B+C+D$). And so on. So the total number of trapezoids, of any height in this stack, is $4+3+2+1 = 10$, which is the fourth triangular number.
Similarly, in the tenth diagram, it would be $10 + 9 + 8 + ... + 2 + 1 = t_{10} = 55$.
A different but completely equivalent way to look at it is that there is $1$ trapezoid that is stacked $10$ high, $2$ trapezoids that are stacked $9$ high, $3$ that are stacked $8$ high ... and $10$ that are stacked $1$ high. It still adds up to $55$.
Since the side pieces extend only the trapezoid that represents the entire stack, you add $n-1$ of those. (From the diagrams you have, the third diagram has two additional trapezoids from the side pieces, hence the $n-1$ formula.)
Adding these two disjoint sets of trapezoids gives your answer $55+(10-1)=64$.