document.write( "Question 230596: A bag of jelly belly candies contains the following colored jelly beans: red (10), blue (2), orange (5), brown (21), green (0), and yellow (18). Construct the probability distribution for x. \n" ); document.write( "
Algebra.Com's Answer #170779 by user_dude2008(1862)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "     x      |             P(x)\r\n" );
document.write( "----------------------------------------\r\n" );
document.write( "  red       |    10/56 = 5/28 = 0.17857\r\n" );
document.write( "  blue      |    2/56 = 1/28 = 0.0357\r\n" );
document.write( "  orange    |    5/56 = 1/28 = 0.0892\r\n" );
document.write( "  brown     |    21/56 = 3/8 = 0.375\r\n" );
document.write( "  green     |    0/56 = 0\r\n" );
document.write( "  yellow    |    18/56 = 9/28 = 0.3214 \r\n" );
document.write( "\r\n" );
document.write( "
\n" ); document.write( "
\n" );