document.write( "Question 1189432: I have 5 marbles numbered 1 through 5 in a bag. Suppose I take out two different marbles at random. What is the expected value of the product of the numbers on the marbles? Answer as a decimal to the nearest tenth.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #820794 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "We have the numbers {1,2,3,4,5} in the bag. \n" ); document.write( "We select 2 different marbles and multiply their face value.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here's a 5x5 multiplication table mentioning the numbers above. \n" ); document.write( "The color coding is to help distinguish the marble value (red or blue) and the stuff in black is the actual product. \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I'll replace those values with a horizontal line.
\n" ); document.write( "{2, 3, 4, 5, 6, 8, 10, 12, 15, 20} \n" ); document.write( "This is the sample space. We only need to list each unique item once. \n" ); document.write( "There are 20 items in the second table shown above. So the chances of getting a product of \"8\" for instance is 2/20 = 1/10 as there are two copies of \"8\" out of 20 items total.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let X be the product and P(X) is the probability of having that product show up. \n" ); document.write( "We can form this probability distribution table
\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "What we do from here is multiply each X and P(X) value together. Each row is handled separate. \n" ); document.write( "We can extend that table to form a third column of X*P(X)
\n" ); document.write( "I'm not reducing the fractions because adding them requires a common denominator\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Add the X*P(X) values to get \n" ); document.write( "(2/10)+(3/10)+(4/10)+(5/10)+(6/10)+(8/10)+(10/10)+(12/10)+(15/10)+(20/10) \n" ); document.write( "(2+3+4+5+6+8+10+12+15+20)/10 \n" ); document.write( "85/10 \n" ); document.write( "8.5 \n" ); document.write( "The expected value is 8.5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If we were to do this experiment many many times (say 1000s of times), and average all the results, then we should get fairly close to 8.5 \n" ); document.write( "This empirical process of seeking out the expected value will not likely land exactly on 8.5 due to the random nature of this process. However, we should get fairly close to it.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 8.5 \n" ); document.write( " \n" ); document.write( " |