Calculating expected value of product of two numbersExpected value for a random variableExpected Value of a LotteryA 3 digit number is produced by randomly by rearranging the digits 1,2,3. the person receives this in money. find the expected value received?Expected Value Intermediate Counting ProblemCalculating expected value of a pareto distributionCard Game: Two Slightly Different Expected Value derivavationsCalculating the expected payoff in a 2-finger morra gameProbability that product of digits of a number is divisible by 3Expected value for a sum of two special diceHow many $4$-digit positive integers with distinct digits are there in which the sum of the first two digits equals the sum of the last two digits?
Can a German sentence have two subjects?
Why is "Reports" in sentence down without "The"
Copycat chess is back
Should I join an office cleaning event for free?
Can I interfere when another PC is about to be attacked?
Can I make popcorn with any corn?
How do I create uniquely male characters?
Chess with symmetric move-square
Closed subgroups of abelian groups
Is it possible to make sharp wind that can cut stuff from afar?
Divisibility of sum of multinomials
How to determine if window is maximised or minimised from bash script
How can the DM most effectively choose 1 out of an odd number of players to be targeted by an attack or effect?
Can you lasso down a wizard who is using the Levitate spell?
Is there really no realistic way for a skeleton monster to move around without magic?
Is Social Media Science Fiction?
What is GPS' 19 year rollover and does it present a cybersecurity issue?
Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)
What is the white spray-pattern residue inside these Falcon Heavy nozzles?
How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
Is there a familial term for apples and pears?
I see my dog run
Infinite past with a beginning?
Calculating expected value of product of two numbers
Expected value for a random variableExpected Value of a LotteryA 3 digit number is produced by randomly by rearranging the digits 1,2,3. the person receives this in money. find the expected value received?Expected Value Intermediate Counting ProblemCalculating expected value of a pareto distributionCard Game: Two Slightly Different Expected Value derivavationsCalculating the expected payoff in a 2-finger morra gameProbability that product of digits of a number is divisible by 3Expected value for a sum of two special diceHow many $4$-digit positive integers with distinct digits are there in which the sum of the first two digits equals the sum of the last two digits?
$begingroup$
Hi guys want to understand if my process on the following problem is correct or not.
Digits $1$, $2$, $3$ are randomly arranged to form a one-digit number and two-digit number. What is the expected value of the product of the two numbers?
I first knew that there are $6$ distinct ways to create a one-digit number and two-digit number based on the three available numbers ($3!$). I calculated the products of all of these distinct possibilities.
$$(1, 23): 1 × 23 = 23\
(1, 32): 1 × 32 = 32\
(2, 13): 2 × 13 = 26\
(2, 31): 2 × 31 = 62\
(3, 12): 3 × 12 = 36\
(3, 21): 3 × 21 = 63$$
So I calculated the expected value in the following way:
$$E[textProduct]=frac16×23+frac16×32+frac16×26+frac16×62+ frac16×36+frac16×63=40.33.$$
Is my idea like this correct?
probability expected-value
$endgroup$
add a comment |
$begingroup$
Hi guys want to understand if my process on the following problem is correct or not.
Digits $1$, $2$, $3$ are randomly arranged to form a one-digit number and two-digit number. What is the expected value of the product of the two numbers?
I first knew that there are $6$ distinct ways to create a one-digit number and two-digit number based on the three available numbers ($3!$). I calculated the products of all of these distinct possibilities.
$$(1, 23): 1 × 23 = 23\
(1, 32): 1 × 32 = 32\
(2, 13): 2 × 13 = 26\
(2, 31): 2 × 31 = 62\
(3, 12): 3 × 12 = 36\
(3, 21): 3 × 21 = 63$$
So I calculated the expected value in the following way:
$$E[textProduct]=frac16×23+frac16×32+frac16×26+frac16×62+ frac16×36+frac16×63=40.33.$$
Is my idea like this correct?
probability expected-value
$endgroup$
$begingroup$
Your reasoning looks solid.
$endgroup$
– lulu
Mar 29 at 22:33
1
$begingroup$
Better formatting would make it easier to follow your calculation, though. here is a good tutorial on formatting for this site.
$endgroup$
– lulu
Mar 29 at 22:34
$begingroup$
Arithmetically, it would be easier to add up all the numbers and then divide by 6.
$endgroup$
– herb steinberg
Mar 30 at 0:36
add a comment |
$begingroup$
Hi guys want to understand if my process on the following problem is correct or not.
Digits $1$, $2$, $3$ are randomly arranged to form a one-digit number and two-digit number. What is the expected value of the product of the two numbers?
I first knew that there are $6$ distinct ways to create a one-digit number and two-digit number based on the three available numbers ($3!$). I calculated the products of all of these distinct possibilities.
$$(1, 23): 1 × 23 = 23\
(1, 32): 1 × 32 = 32\
(2, 13): 2 × 13 = 26\
(2, 31): 2 × 31 = 62\
(3, 12): 3 × 12 = 36\
(3, 21): 3 × 21 = 63$$
So I calculated the expected value in the following way:
$$E[textProduct]=frac16×23+frac16×32+frac16×26+frac16×62+ frac16×36+frac16×63=40.33.$$
Is my idea like this correct?
probability expected-value
$endgroup$
Hi guys want to understand if my process on the following problem is correct or not.
Digits $1$, $2$, $3$ are randomly arranged to form a one-digit number and two-digit number. What is the expected value of the product of the two numbers?
I first knew that there are $6$ distinct ways to create a one-digit number and two-digit number based on the three available numbers ($3!$). I calculated the products of all of these distinct possibilities.
$$(1, 23): 1 × 23 = 23\
(1, 32): 1 × 32 = 32\
(2, 13): 2 × 13 = 26\
(2, 31): 2 × 31 = 62\
(3, 12): 3 × 12 = 36\
(3, 21): 3 × 21 = 63$$
So I calculated the expected value in the following way:
$$E[textProduct]=frac16×23+frac16×32+frac16×26+frac16×62+ frac16×36+frac16×63=40.33.$$
Is my idea like this correct?
probability expected-value
probability expected-value
edited Apr 1 at 23:18
heropup
65.4k865104
65.4k865104
asked Mar 29 at 22:28
RobinRobin
575
575
$begingroup$
Your reasoning looks solid.
$endgroup$
– lulu
Mar 29 at 22:33
1
$begingroup$
Better formatting would make it easier to follow your calculation, though. here is a good tutorial on formatting for this site.
$endgroup$
– lulu
Mar 29 at 22:34
$begingroup$
Arithmetically, it would be easier to add up all the numbers and then divide by 6.
$endgroup$
– herb steinberg
Mar 30 at 0:36
add a comment |
$begingroup$
Your reasoning looks solid.
$endgroup$
– lulu
Mar 29 at 22:33
1
$begingroup$
Better formatting would make it easier to follow your calculation, though. here is a good tutorial on formatting for this site.
$endgroup$
– lulu
Mar 29 at 22:34
$begingroup$
Arithmetically, it would be easier to add up all the numbers and then divide by 6.
$endgroup$
– herb steinberg
Mar 30 at 0:36
$begingroup$
Your reasoning looks solid.
$endgroup$
– lulu
Mar 29 at 22:33
$begingroup$
Your reasoning looks solid.
$endgroup$
– lulu
Mar 29 at 22:33
1
1
$begingroup$
Better formatting would make it easier to follow your calculation, though. here is a good tutorial on formatting for this site.
$endgroup$
– lulu
Mar 29 at 22:34
$begingroup$
Better formatting would make it easier to follow your calculation, though. here is a good tutorial on formatting for this site.
$endgroup$
– lulu
Mar 29 at 22:34
$begingroup$
Arithmetically, it would be easier to add up all the numbers and then divide by 6.
$endgroup$
– herb steinberg
Mar 30 at 0:36
$begingroup$
Arithmetically, it would be easier to add up all the numbers and then divide by 6.
$endgroup$
– herb steinberg
Mar 30 at 0:36
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
A more formal way to perform this computation is to observe that if $(a,b,c)$ represents a permutation of the set $1,2,3$, then take $f(a,b,c) = (10a + b)c$ as the product formed. Then we observe $$f(a,b,c) + f(b,c,a) + f(c,a,b) = (10a + b)c + (10b + c)a + (10c + a)b = 11(ab + bc + ca),$$ and because this expression is symmetric in $a, b, c$, the sum of the other three permutations is also equal to this value. Therefore, the expectation is simply $$frac226(ab+bc+ca)$$ and without loss of generality we may take $a = 1$, $b = 2$, $c = 3$ to obtain $$frac226(2 + 6 + 3) = frac1213.$$
It is worth noting that this solution applies to any choice of three distinct decimal digits $1$ through $9$.
$endgroup$
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%2f3167702%2fcalculating-expected-value-of-product-of-two-numbers%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$
A more formal way to perform this computation is to observe that if $(a,b,c)$ represents a permutation of the set $1,2,3$, then take $f(a,b,c) = (10a + b)c$ as the product formed. Then we observe $$f(a,b,c) + f(b,c,a) + f(c,a,b) = (10a + b)c + (10b + c)a + (10c + a)b = 11(ab + bc + ca),$$ and because this expression is symmetric in $a, b, c$, the sum of the other three permutations is also equal to this value. Therefore, the expectation is simply $$frac226(ab+bc+ca)$$ and without loss of generality we may take $a = 1$, $b = 2$, $c = 3$ to obtain $$frac226(2 + 6 + 3) = frac1213.$$
It is worth noting that this solution applies to any choice of three distinct decimal digits $1$ through $9$.
$endgroup$
add a comment |
$begingroup$
A more formal way to perform this computation is to observe that if $(a,b,c)$ represents a permutation of the set $1,2,3$, then take $f(a,b,c) = (10a + b)c$ as the product formed. Then we observe $$f(a,b,c) + f(b,c,a) + f(c,a,b) = (10a + b)c + (10b + c)a + (10c + a)b = 11(ab + bc + ca),$$ and because this expression is symmetric in $a, b, c$, the sum of the other three permutations is also equal to this value. Therefore, the expectation is simply $$frac226(ab+bc+ca)$$ and without loss of generality we may take $a = 1$, $b = 2$, $c = 3$ to obtain $$frac226(2 + 6 + 3) = frac1213.$$
It is worth noting that this solution applies to any choice of three distinct decimal digits $1$ through $9$.
$endgroup$
add a comment |
$begingroup$
A more formal way to perform this computation is to observe that if $(a,b,c)$ represents a permutation of the set $1,2,3$, then take $f(a,b,c) = (10a + b)c$ as the product formed. Then we observe $$f(a,b,c) + f(b,c,a) + f(c,a,b) = (10a + b)c + (10b + c)a + (10c + a)b = 11(ab + bc + ca),$$ and because this expression is symmetric in $a, b, c$, the sum of the other three permutations is also equal to this value. Therefore, the expectation is simply $$frac226(ab+bc+ca)$$ and without loss of generality we may take $a = 1$, $b = 2$, $c = 3$ to obtain $$frac226(2 + 6 + 3) = frac1213.$$
It is worth noting that this solution applies to any choice of three distinct decimal digits $1$ through $9$.
$endgroup$
A more formal way to perform this computation is to observe that if $(a,b,c)$ represents a permutation of the set $1,2,3$, then take $f(a,b,c) = (10a + b)c$ as the product formed. Then we observe $$f(a,b,c) + f(b,c,a) + f(c,a,b) = (10a + b)c + (10b + c)a + (10c + a)b = 11(ab + bc + ca),$$ and because this expression is symmetric in $a, b, c$, the sum of the other three permutations is also equal to this value. Therefore, the expectation is simply $$frac226(ab+bc+ca)$$ and without loss of generality we may take $a = 1$, $b = 2$, $c = 3$ to obtain $$frac226(2 + 6 + 3) = frac1213.$$
It is worth noting that this solution applies to any choice of three distinct decimal digits $1$ through $9$.
answered Mar 30 at 0:36
heropupheropup
65.4k865104
65.4k865104
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%2f3167702%2fcalculating-expected-value-of-product-of-two-numbers%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$
Your reasoning looks solid.
$endgroup$
– lulu
Mar 29 at 22:33
1
$begingroup$
Better formatting would make it easier to follow your calculation, though. here is a good tutorial on formatting for this site.
$endgroup$
– lulu
Mar 29 at 22:34
$begingroup$
Arithmetically, it would be easier to add up all the numbers and then divide by 6.
$endgroup$
– herb steinberg
Mar 30 at 0:36