A dice is thrown 9000 times and a throw of 3 or 4 is observed 3240 times.Show that the dice cannot be regarded as a unbiased one and find the limits between which the probability of a throw of 3 or 4 lies?
To show the dice is not unbiased, suppose the dice is unbiased.
Then probability(getting 3 or 4)=1/3
no.of times that can get 3 0r 4 =9000*(1/3)=3000
since 3000 !=3240,the observed value it can be concluded that the dice is not unbiased.
To get the limit I constructed a confidence interval for probability of success p. As sample probability of success is 3240/5000=0.36 The 95% confidence interval I get is (0.35008,0.3699) But to get the limit should I have constructed a confidence interval and if so since the significance level is not given at what level of significance should I test?
Our hypothesis is that the dice is unbiased, which means that $p=1/3$ in the Bernoulli trial of throwing the dice and regarding event $A = [3\text{ or } 4\text{ is observed}]$ as success and the complement event $A^c=[1,2,5\text{ or } 6\text{ is observed}]$ as failure.
In $n=9000$ trails $k=3240$ successes have been observed. Under our hypethesis that $p=1/3$, we expect to see $3000$ successes "on average" (that is if we keep repeating this experiment of throwing the dice 9000 times). The observed value of successes $k=3240$ seems to be high, which gives us a basis for rejecting our hypothesis that $p=1/3$.
What you should do is to calculate the probability (under the hypothesis that $p=1/3$) of observing $3240$ or more successes in $9000$ trials. If this probability is less than $5$%, you can reject the hypothesis at $95$% confidence level. Note that in this calculation, the parameter $p$ is an unknown constant, an only the number of successes is a random variable.
What you attempted to do, that is to calculate probabilities about $p$, is a very different approach, that is called Bayesian statistics.