document.write( "Question 968125: Penny has 3 red 5 green & 7 black pencils in her case. She takes 1 pencil out
\n" ); document.write( "at random & puts the pencil back into the case she does this 30 times. how many
\n" ); document.write( "pencils would she expect to be 1. green 2. red . 3 black
\n" ); document.write( "

Algebra.Com's Answer #591671 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
Penny has 3 red 5 green & 7 black pencils in her case. She takes 1 pencil out
\n" ); document.write( "at random & puts the pencil back into the case she does this 30 times. how many
\n" ); document.write( "pencils would she expect to be 1. green 2. red . 3 black
\n" ); document.write( "
\r\n" );
document.write( "She has 3+5+7 = 15 pencils, so\r\n" );
document.write( "\r\n" );
document.write( "\"matrix%281%2C2%2C3%2F15%2Cths%29\" or \"matrix%281%2C2%2C1%2F5%2Cth%29\" of the pencils are\r\n" );
document.write( "red, so \"matrix%281%2C2%2C1%2F5%2Cth%29\" of the time she will pick a red pencil.\r\n" );
document.write( "\"matrix%281%2C2%2C1%2F5%2Cth%29\" of 30 times is 6 times. So she would expect to\r\n" );
document.write( "get a red pencil about 6 of the 30 times.\r\n" );
document.write( "\r\n" );
document.write( "\"matrix%281%2C2%2C5%2F15%2Cths%29\" or \"matrix%281%2C2%2C1%2F3%2Crd%29\" of the pencils are\r\n" );
document.write( "green, so \"matrix%281%2C2%2C1%2F3%2Crd%29\" of the time she will pick a green pencil.\r\n" );
document.write( "\"matrix%281%2C2%2C1%2F3%2Crd%29\" of 30 times is 10 times. So she would expect to\r\n" );
document.write( "get a green pencil about 10 of the 30 times.\r\n" );
document.write( "\r\n" );
document.write( "\"matrix%281%2C2%2C7%2F15%2Cths%29\" of the pencils are black, so \"matrix%281%2C2%2C7%2F15%2Cths%29\" of the time she will pick a black pencil.\r\n" );
document.write( "\"matrix%281%2C2%2C7%2F15%2Cths%29\" of 30 times is 14 times. So she would expect to\r\n" );
document.write( "get a black pencil about 14 of the 30 times. \r\n" );
document.write( "\r\n" );
document.write( "[ Of course she won't get exactly that with every 30 times she gets a pencil,\r\n" );
document.write( "but it she took out a pencil 30 times every day for a year, and kept a record\r\n" );
document.write( "of how many of each color she drew out every day, the average would be very\r\n" );
document.write( "close to an average of 6 reds per day, 10 greens, per day, and 14 blacks per\r\n" );
document.write( "day.  Not exactly, but close.]  \r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );