Question 1085739
You have 3 movies, A B and C. You don't care if you watch C first, or B, or A, or which you watch next and so on. 
So we are dealing with a Combination, where the number of ways to choose a sample of r elements from a set of n distinct objects where order does not matter and replacements are not allowed
-------------------------------------------
C(n, r) = n!/(r!(n-r)!)
C(45, 3) = 45!/(3!(45-3)!) = 14,190 ways