document.write( "Question 848623: You have one jar, there are 30 blue marbles, 18 red marbles, 26 green marbles and 31 yellow marbles in it. If 8 marbles are to be picked from the jar, how many of these marbles would you expect to be red? \n" ); document.write( "
Algebra.Com's Answer #511216 by swincher4391(1107)\"\" \"About 
You can put this solution on YOUR website!
Make two outcomes: Red, Not Red.\r
\n" ); document.write( "\n" ); document.write( "We have 105 marbles and 18 of them are red.\r
\n" ); document.write( "\n" ); document.write( "So we define a binomial distribution where \r
\n" ); document.write( "\n" ); document.write( "p[red] = 18/(30+18+26+31) = 6/35\r
\n" ); document.write( "\n" ); document.write( "The expected value of a binomial with n trials and p = probability of success is n*p.\r
\n" ); document.write( "\n" ); document.write( "We take 8* (6/35)= 48/35 = 1.37\r
\n" ); document.write( "\n" ); document.write( "Since we cannot draw 1.37 red marbles. We say we expect 1 marble to be red.
\n" ); document.write( "
\n" );