How many different triangles can be inscribed inside a regular decagon such that the triangle shares its vertices with the vertices of the decagon, but the triangle shares none of its sides?
Here is an example of what is allowed and not allowed:

I considered '10 choose 3', but the idea that the sides of the triangle cannot share it's sides with the sides of the decagon, this can't be correct. Or can it?
There are $\binom{10}{3}$ choices for triangle with no constraints. Now, each triangle in those $\binom{10}{3}$ shares $0,1$, or $2$ sides with the decagon.
Can you count triangles sharing exactly one edge with the decagon?
What about triangles sharing two edges with the decagon?
Edit:
There are $\binom{10}{3} = 120$ triangles. We subtract out the triangles sharing one or two edges with the decagon (no triangle can share all three edges).
Triangles with one edge shared - Choose which edge is the shared one ($10$ choices), then we have $2$ of the vertices of the given triangle, so we need one more. You can't pick any vertex on or adjacent to the edge (as then the triangle would share two edges with the decagon), so there are $10-4 = 6$ choices per edge. That means there are $60$ triangles that share a single edge with the decagon.
Triangles with two edges shared - Choose the vertex incident on the two shared edges ($10$ choices). Now we have the three vertices of the triangle, so everything else is forced. That means there are $10$ triangles that share two edges with the decagon.
Putting it all together, there are $120 - 60 - 10 = 50$ triangles in the decagon that don't share any edges with the decagon.