document.write( "Question 1131185: Mrs. DiNardo's physics class has 115 students, classified by academic year and gender, as illustrated in
\n" );
document.write( "the following table. Mrs. DiNardo randomly chooses one student to collect yesterday's work. What is the
\n" );
document.write( "probability that she selects a female, given that she chooses randomly from only the juniors? Express
\n" );
document.write( "your answer as a fraction in lowest terms or a decimal rounded to the nearest millionth.\r
\n" );
document.write( "\n" );
document.write( "Mrs. DiNardo's Physics Class
\n" );
document.write( "Classification Males Females
\n" );
document.write( "Freshmen 20 Males 9 Females
\n" );
document.write( "Sophomores 18 Males 15 Females
\n" );
document.write( "Juniors 10 Males 12 Females
\n" );
document.write( "Seniors 12 Males 19 Females \n" );
document.write( "
Algebra.Com's Answer #747814 by greenestamps(13198)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "\"...given that she chooses randomly from only the juniors...\" means she is only choosing from among the 22 juniors. 12 of the 22 juniors are female, so the probability is 12/22 = 6/11. \n" ); document.write( "Formally (the way conditional probability is usually taught), \r\n" ); document.write( " P(junior AND female) 12/115 12 6\r\n" ); document.write( " P(female|junior) = -------------------- = ------ = -- = --\r\n" ); document.write( " P(junior) 22/115 22 11\r\n" ); document.write( " \n" ); document.write( " |