Expected cost of eight successes where we can 'purchase' more attempts
$begingroup$
So we want to achieve $8$ successes where each trial has a probability of succeeding of $0.3$,
$$P(S) = 0.3.$$
We have $8$ "free" trials, and assuming we don't get lucky and get $8$ successes from our free trials, we can pay $1.00$ dollar for a $10%$ chance to regain one trial. So say we get $3$ successes from the free trials, then we would need to pay at least $5$ dollars [but expected value of $50$ dollars because $50times0.1 = 5$ successful $10%$ chances] to regain the $5$ unsuccessful attempts. What is our expected cost to obtain $8$ successes?
In my attempt I start with the expected number of successes from the $8$ free trials ($n times p = 8 times 0.3 = 2.4$) and then start a cycle; we have $5,6$ trials to be regained that we missed on the first trials, which would take an expected $$56.00$ (or fifty-six $10%$ chances) to regain.
Then from that we get an expected ($5.6 times 0.3 =$) $1.68$ successes and have $4.08$ successes total. Wash and repeat until we hit $8$ successes. I'm getting around $$185.00$ as an answer but I'm not sure of my answer and also curious if there's a better or less tedious way of doing this problem.
Any thoughts are appreciated. Thanks!
probability statistics
$endgroup$
add a comment |
$begingroup$
So we want to achieve $8$ successes where each trial has a probability of succeeding of $0.3$,
$$P(S) = 0.3.$$
We have $8$ "free" trials, and assuming we don't get lucky and get $8$ successes from our free trials, we can pay $1.00$ dollar for a $10%$ chance to regain one trial. So say we get $3$ successes from the free trials, then we would need to pay at least $5$ dollars [but expected value of $50$ dollars because $50times0.1 = 5$ successful $10%$ chances] to regain the $5$ unsuccessful attempts. What is our expected cost to obtain $8$ successes?
In my attempt I start with the expected number of successes from the $8$ free trials ($n times p = 8 times 0.3 = 2.4$) and then start a cycle; we have $5,6$ trials to be regained that we missed on the first trials, which would take an expected $$56.00$ (or fifty-six $10%$ chances) to regain.
Then from that we get an expected ($5.6 times 0.3 =$) $1.68$ successes and have $4.08$ successes total. Wash and repeat until we hit $8$ successes. I'm getting around $$185.00$ as an answer but I'm not sure of my answer and also curious if there's a better or less tedious way of doing this problem.
Any thoughts are appreciated. Thanks!
probability statistics
$endgroup$
add a comment |
$begingroup$
So we want to achieve $8$ successes where each trial has a probability of succeeding of $0.3$,
$$P(S) = 0.3.$$
We have $8$ "free" trials, and assuming we don't get lucky and get $8$ successes from our free trials, we can pay $1.00$ dollar for a $10%$ chance to regain one trial. So say we get $3$ successes from the free trials, then we would need to pay at least $5$ dollars [but expected value of $50$ dollars because $50times0.1 = 5$ successful $10%$ chances] to regain the $5$ unsuccessful attempts. What is our expected cost to obtain $8$ successes?
In my attempt I start with the expected number of successes from the $8$ free trials ($n times p = 8 times 0.3 = 2.4$) and then start a cycle; we have $5,6$ trials to be regained that we missed on the first trials, which would take an expected $$56.00$ (or fifty-six $10%$ chances) to regain.
Then from that we get an expected ($5.6 times 0.3 =$) $1.68$ successes and have $4.08$ successes total. Wash and repeat until we hit $8$ successes. I'm getting around $$185.00$ as an answer but I'm not sure of my answer and also curious if there's a better or less tedious way of doing this problem.
Any thoughts are appreciated. Thanks!
probability statistics
$endgroup$
So we want to achieve $8$ successes where each trial has a probability of succeeding of $0.3$,
$$P(S) = 0.3.$$
We have $8$ "free" trials, and assuming we don't get lucky and get $8$ successes from our free trials, we can pay $1.00$ dollar for a $10%$ chance to regain one trial. So say we get $3$ successes from the free trials, then we would need to pay at least $5$ dollars [but expected value of $50$ dollars because $50times0.1 = 5$ successful $10%$ chances] to regain the $5$ unsuccessful attempts. What is our expected cost to obtain $8$ successes?
In my attempt I start with the expected number of successes from the $8$ free trials ($n times p = 8 times 0.3 = 2.4$) and then start a cycle; we have $5,6$ trials to be regained that we missed on the first trials, which would take an expected $$56.00$ (or fifty-six $10%$ chances) to regain.
Then from that we get an expected ($5.6 times 0.3 =$) $1.68$ successes and have $4.08$ successes total. Wash and repeat until we hit $8$ successes. I'm getting around $$185.00$ as an answer but I'm not sure of my answer and also curious if there's a better or less tedious way of doing this problem.
Any thoughts are appreciated. Thanks!
probability statistics
probability statistics
edited Dec 17 '18 at 4:04
Tianlalu
3,08421138
3,08421138
asked Dec 17 '18 at 3:02
Nance GaronNance Garon
61
61
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Yes there is a simpler way. $frac{8}{0.3} = 26.667$ which rounds up to $27$ trials to get an expected $8$ successes. So you have to pay for another $19$ trials for which the expected number of $$1$ payments would $frac{19}{0.1} = 190$ hence the expected cost would be $$190$.
$endgroup$
1
$begingroup$
If this is an expected value, then there should be no issue I think with the expected number of required trials being fractional.
$endgroup$
– Riley
Dec 17 '18 at 3:37
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
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%2f3043486%2fexpected-cost-of-eight-successes-where-we-can-purchase-more-attempts%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$
Yes there is a simpler way. $frac{8}{0.3} = 26.667$ which rounds up to $27$ trials to get an expected $8$ successes. So you have to pay for another $19$ trials for which the expected number of $$1$ payments would $frac{19}{0.1} = 190$ hence the expected cost would be $$190$.
$endgroup$
1
$begingroup$
If this is an expected value, then there should be no issue I think with the expected number of required trials being fractional.
$endgroup$
– Riley
Dec 17 '18 at 3:37
add a comment |
$begingroup$
Yes there is a simpler way. $frac{8}{0.3} = 26.667$ which rounds up to $27$ trials to get an expected $8$ successes. So you have to pay for another $19$ trials for which the expected number of $$1$ payments would $frac{19}{0.1} = 190$ hence the expected cost would be $$190$.
$endgroup$
1
$begingroup$
If this is an expected value, then there should be no issue I think with the expected number of required trials being fractional.
$endgroup$
– Riley
Dec 17 '18 at 3:37
add a comment |
$begingroup$
Yes there is a simpler way. $frac{8}{0.3} = 26.667$ which rounds up to $27$ trials to get an expected $8$ successes. So you have to pay for another $19$ trials for which the expected number of $$1$ payments would $frac{19}{0.1} = 190$ hence the expected cost would be $$190$.
$endgroup$
Yes there is a simpler way. $frac{8}{0.3} = 26.667$ which rounds up to $27$ trials to get an expected $8$ successes. So you have to pay for another $19$ trials for which the expected number of $$1$ payments would $frac{19}{0.1} = 190$ hence the expected cost would be $$190$.
answered Dec 17 '18 at 3:33
Phil HPhil H
4,2582312
4,2582312
1
$begingroup$
If this is an expected value, then there should be no issue I think with the expected number of required trials being fractional.
$endgroup$
– Riley
Dec 17 '18 at 3:37
add a comment |
1
$begingroup$
If this is an expected value, then there should be no issue I think with the expected number of required trials being fractional.
$endgroup$
– Riley
Dec 17 '18 at 3:37
1
1
$begingroup$
If this is an expected value, then there should be no issue I think with the expected number of required trials being fractional.
$endgroup$
– Riley
Dec 17 '18 at 3:37
$begingroup$
If this is an expected value, then there should be no issue I think with the expected number of required trials being fractional.
$endgroup$
– Riley
Dec 17 '18 at 3:37
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%2f3043486%2fexpected-cost-of-eight-successes-where-we-can-purchase-more-attempts%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