Coin Toss Experiment

143 Views Asked by At

I conducted an experiment where I tossed a coin $n=100$ times. I am assuming that the coin flips heads with a probability $p=0.5$. So that the coin is fair with a level of significance of $5%$, I want to find the range of the number of heads tossed.

I approached the problem by calculating the confidence interval for $k$, the number of heads tossed, using the student's t distribution.

Is this correct?

1

There are 1 best solutions below

2
On

Just do some in-your-head approximations, no table-lookups: $95\,\%$ is about $2\sigma$, here $\sigma=\sqrt{npq}=5$, so anything between $40$ and $60$ heads will not raise your suspicion at this confidence level