Out of 5 tickets you have to use 1 ticket for your own and remaining 4 for other friends.
So basically you have to find how many ways you can pick 4 friends out of total 9 friends.
This can done using combination formula

That formula means selecting r people from n people.
We are choosing 4 out of 9 so r=4, n=9
now plug those values into above formula




So there are 126 ways to form arequired team.