document.write( "Question 1098383: After being put into service, some buses manufactured by a XYZ Company have developed cracks on the underside of the main frame. Suppose a particular province has 23 of these buses, and cracks have actually appeared in 12 of them.\r
\n" );
document.write( "\n" );
document.write( "a. How many ways are there to select a sample of 10 buses from the 23 for a thorough inspection?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "b. In how many ways can a sample of 7 buses contain exactly 3 with visible cracks?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #713204 by KMST(5328)![]() ![]() You can put this solution on YOUR website! After being put into service, some buses manufactured by a XYZ Company have developed cracks on the underside of the main frame. Suppose a particular province has 23 of these buses, and cracks have actually appeared in 12 of them. \n" ); document.write( "a. How many ways are there to select a sample of 10 buses from the 23 for a thorough inspection? \n" ); document.write( " Combinations of 23, taking 10 at a time = 23x22x21x20x19x18x17x16x15x14 / (10x9x8x7x6x5x4x3x2) = 1144066. \n" ); document.write( " \n" ); document.write( "b. In how many ways can a sample of 7 buses contain exactly 3 with visible cracks? \n" ); document.write( " The number of possible samples of 7 buses containing exactly 3 buses with visible cracks is \n" ); document.write( "220 x 330 =7260. \n" ); document.write( "because there are 12 buses with visible cracks, \n" ); document.write( "from which you can make 12x11x10 / (3x2) = 220 different sets, \n" ); document.write( "and there are 23 - 12 = 11 buses without visible cracks, \n" ); document.write( "from which you can make 11X10x9x8 / (4x3x2) = 330 different sets, \n" ); document.write( "so there are 22 x 330 = 7260 ways you can pair one set of each kind to make \n" ); document.write( "a sample of 7 buses containing exactly 3 buses with visible cracks. \n" ); document.write( " |