document.write( "Question 1143368: From a shipment of 35 cars being sent to local automobile dealers, 4 are SUVs. What is the probability that if 4 cars arrive at a particular dealership,
\n" );
document.write( "a. all 4 are SUVs?
\n" );
document.write( "b. none are SUVs?
\n" );
document.write( "c. at least 1 is an SUV? \n" );
document.write( "
Algebra.Com's Answer #764418 by Boreal(15235) You can put this solution on YOUR website! for 4 of them (4/35)(3/34)(2/33)(1/32)=0.000019 \n" ); document.write( "for 0 of them (31/35)(30/34)(29/33)(28/32)=0.6009 \n" ); document.write( "at least 1 of them is 1-prob (0 of them)=0.3991 \n" ); document.write( " |