I have an unfair coin, which has p/q probability on landing heads. p and q are 2 distinct positive integers.
I throw the unfair coin twice. Can the chances of getting 2 heads be 1/2?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
For getting a head there is probability of p/q.
And getting 2 heads that means a head and a head is:-
p(H).p(H)= (p/q)^2
Given that
(p/q)^2=1/2
As p and q are integers and 2 is not perfect square so it cannot be possible. Answer is NO.