$P(A_k ∪ B_n−k)$, for $k = 0, 1, . . . , n$ Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Distribution of # balls in each container (balls dropped randomly)Proof: Probability using InductionSampling from weighted sum distributionFind Combined Probability of one Die and two Coins TossedDo probability using combinationHow to account for revealed cards in a model of a poorly shuffled deck?Urn with an infinite number of balls of finite, uniformly distributed coloursExpected Balls in Bins of Unequal CapacitiesProbability that sum of three digits is the same as sum of other three digitsAn algorithm randomly generates a sequence $(c_1, c_2,… c_n)$
Most bit efficient text communication method?
How to draw/optimize this graph with tikz
Trademark violation for app?
Did Deadpool rescue all of the X-Force?
What is the difference between globalisation and imperialism?
Importance of からだ in this sentence
Why weren't discrete x86 CPUs ever used in game hardware?
Using audio cues to encourage good posture
Is it fair for a professor to grade us on the possession of past papers?
Product of Mrówka space and one point compactification discrete space.
How come Sam didn't become Lord of Horn Hill?
How to get all distinct words within a set of lines?
Why is it faster to reheat something than it is to cook it?
What do you call the main part of a joke?
How could we fake a moon landing now?
Hangman Game with C++
Why are vacuum tubes still used in amateur radios?
How many serial ports are on the Pi 3?
What does it mean that physics no longer uses mechanical models to describe phenomena?
AppleTVs create a chatty alternate WiFi network
What's the meaning of "fortified infraction restraint"?
Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?
Is it possible for SQL statements to execute concurrently within a single session in SQL Server?
Why does the remaining Rebel fleet at the end of Rogue One seem dramatically larger than the one in A New Hope?
$P(A_k ∪ B_n−k)$, for $k = 0, 1, . . . , n$
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Distribution of # balls in each container (balls dropped randomly)Proof: Probability using InductionSampling from weighted sum distributionFind Combined Probability of one Die and two Coins TossedDo probability using combinationHow to account for revealed cards in a model of a poorly shuffled deck?Urn with an infinite number of balls of finite, uniformly distributed coloursExpected Balls in Bins of Unequal CapacitiesProbability that sum of three digits is the same as sum of other three digitsAn algorithm randomly generates a sequence $(c_1, c_2,… c_n)$
$begingroup$
An algorithm randomly generates a sequence $(c_1, c_2,... c_n)$, where each $c_i$ can assume the values $0$, $1$ or $2$. Given $A_k =$ $k$ values of the sequence are equal to $0$ and $B_j$ = $j$ values of the sequence are equal to $1$.
How to calculate $P (A_k)$, for $k = 0, 1,. . . , n$?
I did this:
$$P(A_k)=binomnkp^kq^n-k.$$
How to calculate $P(A_k ∪ B_n−k)$, for $k = 0, 1, . . . , n$?
I don't know how to calculate this.
probability statistics
$endgroup$
add a comment |
$begingroup$
An algorithm randomly generates a sequence $(c_1, c_2,... c_n)$, where each $c_i$ can assume the values $0$, $1$ or $2$. Given $A_k =$ $k$ values of the sequence are equal to $0$ and $B_j$ = $j$ values of the sequence are equal to $1$.
How to calculate $P (A_k)$, for $k = 0, 1,. . . , n$?
I did this:
$$P(A_k)=binomnkp^kq^n-k.$$
How to calculate $P(A_k ∪ B_n−k)$, for $k = 0, 1, . . . , n$?
I don't know how to calculate this.
probability statistics
$endgroup$
$begingroup$
What does $p$ and $q$ mean? Is $p=P(c_i=0)$?
$endgroup$
– Milten
Mar 27 at 20:18
$begingroup$
$p$ is the probability of success and it's 1/3, q is the probability of unsuccess and it's 2/3
$endgroup$
– user658422
Mar 27 at 20:30
$begingroup$
Well, $A_k=B_n-k$ Is not it?
$endgroup$
– Phicar
Mar 27 at 20:31
1
$begingroup$
@Phicar No. That would be true if the $c_i$ could only be 0 or 1.
$endgroup$
– Milten
Mar 27 at 20:56
$begingroup$
@Milten Thanks, i didn't read that.
$endgroup$
– Phicar
Mar 27 at 21:10
add a comment |
$begingroup$
An algorithm randomly generates a sequence $(c_1, c_2,... c_n)$, where each $c_i$ can assume the values $0$, $1$ or $2$. Given $A_k =$ $k$ values of the sequence are equal to $0$ and $B_j$ = $j$ values of the sequence are equal to $1$.
How to calculate $P (A_k)$, for $k = 0, 1,. . . , n$?
I did this:
$$P(A_k)=binomnkp^kq^n-k.$$
How to calculate $P(A_k ∪ B_n−k)$, for $k = 0, 1, . . . , n$?
I don't know how to calculate this.
probability statistics
$endgroup$
An algorithm randomly generates a sequence $(c_1, c_2,... c_n)$, where each $c_i$ can assume the values $0$, $1$ or $2$. Given $A_k =$ $k$ values of the sequence are equal to $0$ and $B_j$ = $j$ values of the sequence are equal to $1$.
How to calculate $P (A_k)$, for $k = 0, 1,. . . , n$?
I did this:
$$P(A_k)=binomnkp^kq^n-k.$$
How to calculate $P(A_k ∪ B_n−k)$, for $k = 0, 1, . . . , n$?
I don't know how to calculate this.
probability statistics
probability statistics
asked Mar 27 at 20:02
user658422user658422
63
63
$begingroup$
What does $p$ and $q$ mean? Is $p=P(c_i=0)$?
$endgroup$
– Milten
Mar 27 at 20:18
$begingroup$
$p$ is the probability of success and it's 1/3, q is the probability of unsuccess and it's 2/3
$endgroup$
– user658422
Mar 27 at 20:30
$begingroup$
Well, $A_k=B_n-k$ Is not it?
$endgroup$
– Phicar
Mar 27 at 20:31
1
$begingroup$
@Phicar No. That would be true if the $c_i$ could only be 0 or 1.
$endgroup$
– Milten
Mar 27 at 20:56
$begingroup$
@Milten Thanks, i didn't read that.
$endgroup$
– Phicar
Mar 27 at 21:10
add a comment |
$begingroup$
What does $p$ and $q$ mean? Is $p=P(c_i=0)$?
$endgroup$
– Milten
Mar 27 at 20:18
$begingroup$
$p$ is the probability of success and it's 1/3, q is the probability of unsuccess and it's 2/3
$endgroup$
– user658422
Mar 27 at 20:30
$begingroup$
Well, $A_k=B_n-k$ Is not it?
$endgroup$
– Phicar
Mar 27 at 20:31
1
$begingroup$
@Phicar No. That would be true if the $c_i$ could only be 0 or 1.
$endgroup$
– Milten
Mar 27 at 20:56
$begingroup$
@Milten Thanks, i didn't read that.
$endgroup$
– Phicar
Mar 27 at 21:10
$begingroup$
What does $p$ and $q$ mean? Is $p=P(c_i=0)$?
$endgroup$
– Milten
Mar 27 at 20:18
$begingroup$
What does $p$ and $q$ mean? Is $p=P(c_i=0)$?
$endgroup$
– Milten
Mar 27 at 20:18
$begingroup$
$p$ is the probability of success and it's 1/3, q is the probability of unsuccess and it's 2/3
$endgroup$
– user658422
Mar 27 at 20:30
$begingroup$
$p$ is the probability of success and it's 1/3, q is the probability of unsuccess and it's 2/3
$endgroup$
– user658422
Mar 27 at 20:30
$begingroup$
Well, $A_k=B_n-k$ Is not it?
$endgroup$
– Phicar
Mar 27 at 20:31
$begingroup$
Well, $A_k=B_n-k$ Is not it?
$endgroup$
– Phicar
Mar 27 at 20:31
1
1
$begingroup$
@Phicar No. That would be true if the $c_i$ could only be 0 or 1.
$endgroup$
– Milten
Mar 27 at 20:56
$begingroup$
@Phicar No. That would be true if the $c_i$ could only be 0 or 1.
$endgroup$
– Milten
Mar 27 at 20:56
$begingroup$
@Milten Thanks, i didn't read that.
$endgroup$
– Phicar
Mar 27 at 21:10
$begingroup$
@Milten Thanks, i didn't read that.
$endgroup$
– Phicar
Mar 27 at 21:10
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
HINT: Use the identity $P(A_kcup B_n-k) = P(A_k) + P(B_n-k) - P(A_kcap B_n-k)$. Can you figure out the last probability?
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3165057%2fpa-k-%25e2%2588%25aa-b-n%25e2%2588%2592k-for-k-0-1-n%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
HINT: Use the identity $P(A_kcup B_n-k) = P(A_k) + P(B_n-k) - P(A_kcap B_n-k)$. Can you figure out the last probability?
$endgroup$
add a comment |
$begingroup$
HINT: Use the identity $P(A_kcup B_n-k) = P(A_k) + P(B_n-k) - P(A_kcap B_n-k)$. Can you figure out the last probability?
$endgroup$
add a comment |
$begingroup$
HINT: Use the identity $P(A_kcup B_n-k) = P(A_k) + P(B_n-k) - P(A_kcap B_n-k)$. Can you figure out the last probability?
$endgroup$
HINT: Use the identity $P(A_kcup B_n-k) = P(A_k) + P(B_n-k) - P(A_kcap B_n-k)$. Can you figure out the last probability?
answered Mar 27 at 20:52
MiltenMilten
3746
3746
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3165057%2fpa-k-%25e2%2588%25aa-b-n%25e2%2588%2592k-for-k-0-1-n%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
What does $p$ and $q$ mean? Is $p=P(c_i=0)$?
$endgroup$
– Milten
Mar 27 at 20:18
$begingroup$
$p$ is the probability of success and it's 1/3, q is the probability of unsuccess and it's 2/3
$endgroup$
– user658422
Mar 27 at 20:30
$begingroup$
Well, $A_k=B_n-k$ Is not it?
$endgroup$
– Phicar
Mar 27 at 20:31
1
$begingroup$
@Phicar No. That would be true if the $c_i$ could only be 0 or 1.
$endgroup$
– Milten
Mar 27 at 20:56
$begingroup$
@Milten Thanks, i didn't read that.
$endgroup$
– Phicar
Mar 27 at 21:10