Final answer:
There are 15 ways to get exactly 2 heads and 4 tails when flipping a balanced coin 6 times. This is calculated using the binomial coefficient C(6, 2), which equals 15.
Step-by-step explanation:
To find the number of ways to get exactly 2 heads and 4 tails when flipping a balanced coin 6 times, we can use the binomial theorem which states that the coefficient in the expansion of (H+T)^n gives the number of ways to get a particular combination of heads and tails from n flips of the coin. The expansion of (H+T)^6 includes the term H^2T^4, and the coefficient of this term is the binomial coefficient C(6, 2), which is calculated using the formula:
C(n, k) = n! / (k!(n-k)!)
where n! denotes n factorial, and k is the number of successes (in this case, 2 heads).
So, C(6, 2) = 6! / (2!(6-2)!) = (6*5*4*3*2*1) / ((2*1)*(4*3*2*1)) = 720 / (2*24) = 720 / 48 = 15.
Therefore, there are 15 ways to get exactly 2 heads and 4 tails when flipping a coin 6 times.