document.write( "Question 320472: In orange county, 12% of those eligible for jury duty are left-handed. Among 250 people selected for jury duty, 25 (or 10%) are lefties. Find the probability of getting at most 25 lefties assuming that they are chosen with a process designed to yeild a 12% rate of lefties. Can we conclude that this process of selecting jurors discriminates against lefties? \n" ); document.write( "
Algebra.Com's Answer #229517 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In orange county, 12% of those eligible for jury duty are left-handed. \n" ); document.write( "-------------------------- \n" ); document.write( "Among 250 people selected for jury duty, 25 (or 10%) are lefties. \n" ); document.write( "-------------------------- \n" ); document.write( "Find the probability of getting at most 25 lefties assuming that they are chosen with a process designed to yield a 12% rate of lefties. \n" ); document.write( "--- \n" ); document.write( "Binomial with n = 250 and p = 0.12 \n" ); document.write( "P(0<= x <= 25) = binompdf(250,0.12,25) = 0.0509\r \n" ); document.write( "\n" ); document.write( "----------------------------- \n" ); document.write( "Can we conclude that this process of selecting jurors discriminates against lefties? \n" ); document.write( "It's lower than the rate of lefties in Orange County. \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |