Edward C. answered 04/13/15
Tutor
5.0
(438)
Caltech Grad for math tutoring: Algebra through Calculus
You are almost right
This is a binomial distribution B(n,p) with parameters n = 10 and p = 3/5. The probability of getting exactly k successes out of n trials is given by
P(X=k) = nCk * pk * (1-p)(n-k) so
P(X=7) = 10C7 * (3/5)7 * (2/5)3