Originally posted by McLake
My highlight colour is gray, it dosn't really work ...
TIP: To hide answers put them in fake html tags (to see what I mean "quote" my post)
woah, nice!.. <It is 42 indeed>
Originally posted by Affinity
anyway, extension question
find the probability such that the number of sixes rowed is a multiple of 6
Heres what i got, havent been able to simplify it yet. not sure if its right tho..
let w be the 6th root of unity, probability = SUM m from 0 to 5 (5/6+1/6w^m)^n /6
Originally posted by OLDMAN
Too easy for archman. Raises the bar a touch.
Throw a set of N biased coins, with the probability(head) for nth coin being 1/(2n+1) (for n=1,2,...N). What is the probability of an odd number of heads. Note: no longer a binomial distribution.
Here we go:
n/(2n+1). Proof by induction: obviously true for n=1, now assume true for n=k-1, hence the probability for k-1 coins is (k-1)/(2k-1). now for n=k, if the last coin is tails, then there is an odd number of heads in the first k-1 coins, hence the probability for this is (k-1)/(2k-1) * 2k/(2k+1). if the last coin is heads, then there must be an even number of heads in the first k-1 coins, the probablity for that is (1 - (k-1)/(2k-1)) * 1/(2k+1) = k/(2k-1) * 1/(2k+1)
Adding the two:
(k-1)/(2k-1) * 2k/(2k+1) + k/(2k-1) * 1/(2k+1)
= ((2k-2)k + k)/(2k-1)(2k+1)
= (2k-1)k/(2k-1)(2k+1)
= k/(2k+1)
yay!