I will explain this question as clearly as possible.
We are trying to find Pr(6 tails out of 9 tosses of a fair coin).
First of all, this is a binomial distribution question.
This is because:
For each toss: we are considering tails to be our success let us call this p. and we are considering heads to be our failure: let us call this q which is basically (1-p): remember the sum of probaiblities must always be equal to 1.
Now we have nine tosses: - - - - - - - - -.
Our 6 successes could occur in many ways. in slots 1-6 slots 1, 2, 3, 4, 5, 7: 1, 2, 3, 4, 5, 8, etc. In fact since order is not important we have n total slots (in this case 9) and we are choosing for these successes (tails) to occr in ANY 6 places where order DOES NOT MATTER This is how we get 9 choose 6 (9 nCr 6). Now Our successes probability p which is Pr(tails) = 1/2 since the coin is FAIR. Our failure probaility q is (1 - 1/2) = 1/2. Now our success probability occurs x = 6 times so we have (1/2)^6 = 1/64 and our failure probability occurs (n-x) or (9-6 ) = 3 times so we have (1/2)^3 = 1/8. Putting this together is how we get (9 nCr 6) * (1/64) * (1/8).
Now recall that 9 nCr 6 is 9! / 6! 3! (Note: basic format is n! / [x! (n-x)!]) so ( 9 X 8 X 7 X 6 X 5 X 4 X 3 X 2 x 1 ) / ((6 x 5 x 4 x 3 x 2 x 1 ) x (3 x 2 x 1)) = (9 x 8 x 7) / (3 x 2 x 1) = 504 / 6 = 84.
Our answer is 84 / 512 = 21 / 128. QED
We can look at this is having 9 independent Bernoulli trials with success probability 1/2.
When we have n Bernoulli trials where in this case n = 9, we are ALWAYS dealing with a BINOMIAL DISTRIBUTION which has probability density function (pdf) ( n nCr x) * (p^x) * (1-p)^(n-x).
Where n is number of total trials, x is number of successes, and n-x is number of failures.
Now if we did not have a fair coin, then the problem would specify that our probaibility of getting a tail is let us say (2/3). here success probability p is (2/3) and failure probaiblity q Pr(heads) is (1/3).
So in this case our pdf would be (9 nCr 6) * (2/3)^6 * (1/3)^3
I do not know what math is on the DAT but if there is a lot of probability study the basic distributions, Binomial, geometric, Poisson, Bernoulli, negative binomial and when to use them according to the problem.
I doubt that anything calculus based shows up since it is more of a science test. Anyway the hardest section is definitely PAT!
But this is a pretty straightforward, basic question.
Hope this helps.