Two types of coins are being tossed
Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
Let's assume we have two types of unfair coins. One has $70%$ probability of getting head, and the other has $70%$ change of getting tail. Now if we throw coin A $k$ times and coin B $n$ times. What will be the probability of getting at least $w$ heads. $w < k+n.$ I have it figured out when it comes to one coin. By using Normal distribution (aproximating Binomial distribution). But things get too complicated with second coin. Could you help me out?
probability statistics
add a comment |Â
up vote
2
down vote
favorite
Let's assume we have two types of unfair coins. One has $70%$ probability of getting head, and the other has $70%$ change of getting tail. Now if we throw coin A $k$ times and coin B $n$ times. What will be the probability of getting at least $w$ heads. $w < k+n.$ I have it figured out when it comes to one coin. By using Normal distribution (aproximating Binomial distribution). But things get too complicated with second coin. Could you help me out?
probability statistics
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
Let's assume we have two types of unfair coins. One has $70%$ probability of getting head, and the other has $70%$ change of getting tail. Now if we throw coin A $k$ times and coin B $n$ times. What will be the probability of getting at least $w$ heads. $w < k+n.$ I have it figured out when it comes to one coin. By using Normal distribution (aproximating Binomial distribution). But things get too complicated with second coin. Could you help me out?
probability statistics
Let's assume we have two types of unfair coins. One has $70%$ probability of getting head, and the other has $70%$ change of getting tail. Now if we throw coin A $k$ times and coin B $n$ times. What will be the probability of getting at least $w$ heads. $w < k+n.$ I have it figured out when it comes to one coin. By using Normal distribution (aproximating Binomial distribution). But things get too complicated with second coin. Could you help me out?
probability statistics
edited Jul 24 at 0:04
Michael Hardy
204k23186462
204k23186462
asked Jul 22 at 15:48
John
132
132
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
Let $X$ be the number of heads for coin $A$, and $Y$ the number for coin $B$. $X$ is approximately distributed like $N(0.7k, 0.21k)$, while $Y$ is approximately $N(0.3n, 0.21n)$. This means that $X+Y$ is approximately
$$
N(0.7k+0.3n,0.21(k+n)),
$$
so you can use a normal distribution with these parameters to approximate $X+Y$.
Didn't think about summing the normal distribution. Looks good. Thank you :)
â John
Jul 22 at 16:12
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
Let $X$ be the number of heads for coin $A$, and $Y$ the number for coin $B$. $X$ is approximately distributed like $N(0.7k, 0.21k)$, while $Y$ is approximately $N(0.3n, 0.21n)$. This means that $X+Y$ is approximately
$$
N(0.7k+0.3n,0.21(k+n)),
$$
so you can use a normal distribution with these parameters to approximate $X+Y$.
Didn't think about summing the normal distribution. Looks good. Thank you :)
â John
Jul 22 at 16:12
add a comment |Â
up vote
1
down vote
accepted
Let $X$ be the number of heads for coin $A$, and $Y$ the number for coin $B$. $X$ is approximately distributed like $N(0.7k, 0.21k)$, while $Y$ is approximately $N(0.3n, 0.21n)$. This means that $X+Y$ is approximately
$$
N(0.7k+0.3n,0.21(k+n)),
$$
so you can use a normal distribution with these parameters to approximate $X+Y$.
Didn't think about summing the normal distribution. Looks good. Thank you :)
â John
Jul 22 at 16:12
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Let $X$ be the number of heads for coin $A$, and $Y$ the number for coin $B$. $X$ is approximately distributed like $N(0.7k, 0.21k)$, while $Y$ is approximately $N(0.3n, 0.21n)$. This means that $X+Y$ is approximately
$$
N(0.7k+0.3n,0.21(k+n)),
$$
so you can use a normal distribution with these parameters to approximate $X+Y$.
Let $X$ be the number of heads for coin $A$, and $Y$ the number for coin $B$. $X$ is approximately distributed like $N(0.7k, 0.21k)$, while $Y$ is approximately $N(0.3n, 0.21n)$. This means that $X+Y$ is approximately
$$
N(0.7k+0.3n,0.21(k+n)),
$$
so you can use a normal distribution with these parameters to approximate $X+Y$.
answered Jul 22 at 16:05
Mike Earnest
15.2k11644
15.2k11644
Didn't think about summing the normal distribution. Looks good. Thank you :)
â John
Jul 22 at 16:12
add a comment |Â
Didn't think about summing the normal distribution. Looks good. Thank you :)
â John
Jul 22 at 16:12
Didn't think about summing the normal distribution. Looks good. Thank you :)
â John
Jul 22 at 16:12
Didn't think about summing the normal distribution. Looks good. Thank you :)
â John
Jul 22 at 16:12
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2859515%2ftwo-types-of-coins-are-being-tossed%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password