To help with the discussion, consider the consecutive vertices labeled 0 to 9.
(1) Pick one of the vertices as the first vertex of the triangle (10 choices).
(2a) The second vertex can be 2 away from the first in either direction (2 choices). If so, then there are 5 choices remaining for the third vertex. Total number of triangles for this case: 10*2*5 = 100.
(2b) The second vertex can be 3 away from the first in either direction (2 choices). If so, then there are 4 choices remaining for the third vertex. Total number of triangles for this case: 10*2*4 = 80.
(2c) The second vertex can be 4 away from the first in either direction (2 choices). If so, then there are 3 choices remaining for the third vertex. Total number of triangles for this case: 10*2*3 = 60.
(2d) The second vertex can be 5 away from the first in either direction (2 choices). If so, then there are 2 choices remaining for the third vertex. Total number of triangles for this case: 10*2*2 = 40.
(2e) The second vertex can be 6 away from the first in either direction (2 choices). If so, then there is 1 choice remaining for the third vertex. Total number of triangles for this case: 10*2*1 = 20.
Counting the triangles that way, there are a total of 100+80+60+40+20 = 300. But in counting them that way, each distinct triangle is counted 3*2*1=6 ways. So the number of distinct triangles is 300/6 = 50.
We can also arrive at this answer by listing all the triangles. It isn't as hard as it might seem, because there are nice patterns involved.
We can make an organized list of the triangles, using our 0 to 9 numbering of the vertices of the decagon. To ensure that we count each triangle only once, each entry in our list will be in strictly increasing order, with the restriction that no two adjacent vertices can be used.
The list....
024, 025, 026, 027, 028;
035, 036, 037, 038;
046, 047, 048;
057, 058;
068
15 triangles there....
135, 136, 137, 138, 139;
146, 147, 148, 149;
157, 158, 159;
168, 169;
179
15 more there....
246, 247, 248, 249;
257, 258, 259;
268, 269;
279
10 there....
357, 358, 359;
368, 369;
379
6 more there....
468, 469;
479
3 more....
579
1 last one
Total in our list: 15+15+10+6+3+1 = 50
ANSWER: There are 50 triangles that can be formed using the vertices of a decagon in which none of the sides of the decagon are used.
------------------------------------------
I hope the reader enjoyed seeing the second solution from tutor @ikleyn as much as I did. The two methods are very different yet both completely logical.
I always enjoy learning new ways to solve problems that are simpler and easier to understand; for this problem I think hers is nicer.