hmm nevermind what i said before. i found an answer....but i dont understand how a dat math question could be so complicated:
the chance of flipping a coin is .5, and since theres 6 flips, thats 1/64 chance of getting a desired outcome. i understand this. but to get the probability of flipping heads exactly TWICE, you multiply this by:
n!/[(n-r)!r!] where n = number of flips, and r = number of heads
so.... 6!/(6-2)!2! = 6!/4!2! = 15
so.... probability = 15/64
that seems very difficult. is there an easier way?