document.write( "Question 353975:  all male jury of 12 peopke is chosen for a trial. The defense lawyer claims the jury must have been chosen in a biased manner because 50% of the city;s adult residents are women and yet jury contains no women. Assess the claim by answering the following: 
\n" );
document.write( "If the jury were randomly chosen from the city's adult population , what is the probability that the jury would have a) no females, b) at least one female? \n" );
document.write( "
| Algebra.Com's Answer #253119 by stanbon(75887)      You can put this solution on YOUR website! all male jury of 12 peopke is chosen for a trial. The defense lawyer claims the jury must have been chosen in a biased manner because 50% of the city's adult residents are women and yet the jury contains no women. Assess the claim by answering the following: \n" ); document.write( "If the jury were randomly chosen from the city's adult population , what is the probability that the jury would have \n" ); document.write( "a) no females, \n" ); document.write( "P(x = 0 of 12) = (1/2)^12 = 0.0002441 \n" ); document.write( "------------------- \n" ); document.write( "b) at least one female? \n" ); document.write( "P(at least one) = 1 - P(no female) \n" ); document.write( "= 1 - 0.0002441 \n" ); document.write( "= 0.999756... \n" ); document.write( "------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |