document.write( "Question 581990: Forty moviegoers were surveyed as they left the movie theater. They were asked the rating of the movie they just say. The resulted are shown below.
\n" );
document.write( "Movie Type Number
\n" );
document.write( "G 4
\n" );
document.write( "PG 12
\n" );
document.write( "PG13 15
\n" );
document.write( "R 9
\n" );
document.write( "If you randomly selected an individual from this group, what is the probability that the individual saw a movie that was rated PG? If you randomly selected an individual from this group, what is the probablity the the individual saw a movie that was rated something other than PG? Formula? \n" );
document.write( "
Algebra.Com's Answer #371903 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! P(selected PG viewer) = (# of PG viewers)/(# total)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(selected PG viewer) = 12/(4+12+15+9)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(selected PG viewer) = 12/40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(selected PG viewer) = 3/10\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the probability that the individual saw a movie that was rated PG is 3/10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In decimal form, this probability is 0.3 (which is a 30% chance)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "---------------\r \n" ); document.write( "\n" ); document.write( "P(selected non PG viewer) = 1 - P(selected PG viewer)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(selected non PG viewer) = 1 - 3/10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(selected non PG viewer) = 10/10 - 3/10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(selected non PG viewer) = (10 - 3)/10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(selected non PG viewer) = 7/10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the probability the the individual saw a movie that was rated something other than PG is 7/10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In decimal form, this probability is 0.7 (which is a 70% chance) \n" ); document.write( " |