document.write( "Question 701848: A carnival game allows the player to randomly pick a marble from a bag. in the bag there are 25 white, 20 blue, 10 green and 5 black marbles. prizes are given as follows: blue earns a small prize, green earns a medium prize and black earns a large prize. white earns nothing.\r
\n" );
document.write( "\n" );
document.write( "A) if you purchase one chance, what is the probability of winning something? \n" );
document.write( "
Algebra.Com's Answer #432612 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "P(winning something) = 1 - P(winning nothing) = P(drawing a white marble)\r\n" ); document.write( "\r\n" ); document.write( "There are 25 white marbles\r\n" ); document.write( "\r\n" ); document.write( "and 25+20+10+5 = 60 marbles.\r\n" ); document.write( "\r\n" ); document.write( "The probability of drawing a white marble is\r\n" ); document.write( "\r\n" ); document.write( "25 ways out of 60 ways. In probability theory,\r\n" ); document.write( "\r\n" ); document.write( "\"out of\" means \"over\", so the probability of\r\n" ); document.write( "\r\n" ); document.write( "drawing a white mable is 25 over 60 or\n" ); document.write( " |