document.write( "Question 697398: A bag of colored blocks contains the following assortment of colors:
\n" );
document.write( "red (11), blue (22), orange (18), purple (13), green (10), and yellow (6).
\n" );
document.write( "
\n" );
document.write( "Construct the probability distribution for x. \n" );
document.write( "
Algebra.Com's Answer #430020 by Positive_EV(69)![]() ![]() You can put this solution on YOUR website! The probability distribution is a list of each possible outcome and its respective probability. There are six outcomes possible: red, blue, orange, purple, green, and yellow. The probability of drawing a block of a given color is the number of blocks of that color divided by the number of blocks total, assuming a block is drawn at random and all blocks have an equal chance of being picked. The total number of blocks is: \r \n" ); document.write( "\n" ); document.write( "11 + 22 + 18 + 13 + 10 + 6 = 80 \r \n" ); document.write( "\n" ); document.write( "So, the probability of drawing a red block is 11/80, blue is 22/80 = 11/40, orange = 18/80 = 9/40, purple = 13/80, green = 10/80 = 1/8, and yellow = 6/80 = 3/40. This is the distribution of the probabilities of each outcome: \r \n" ); document.write( "\n" ); document.write( "Red: 11/80 \n" ); document.write( "Blue: 11/40 \n" ); document.write( "Orange: 9/40 \n" ); document.write( "Purple: 13/80 \n" ); document.write( "Green: 1/8 \n" ); document.write( "Yellow: 3/40 \n" ); document.write( " |