document.write( "Question 1100381: in how many different ways can a person gathering data for a market research organization select three of the 20 households living in a certain apartment complex if:
\n" );
document.write( "a) A person care about the order in which the households are selected.
\n" );
document.write( "b) A person does not care about the order in which the households are selected.
\n" );
document.write( "c) In how many ways can two paintings by Monet, three paintings by Renoir , and two paintings by Degas be hung side by side on a museum wall if do not distinguish between the paintings by the same artists?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #715071 by stanbon(75887) ![]() You can put this solution on YOUR website! in how many different ways can a person gathering data for a market research organization select three of the 20 households living in a certain apartment complex if: \n" ); document.write( "a) A person cares about the order in which the households are selected. \n" ); document.write( "20P3 = 20!/(20-3)! = 20!/17! = 20*19*17 = 6840 ways \n" ); document.write( "------------------------- \n" ); document.write( "b) A person does not care about the order in which the households are selected. \n" ); document.write( "20C3 = 20!/[17!*3!] = (20*19*18)/(1*2*3) = 1140 \n" ); document.write( "----------------------------------------------- \n" ); document.write( "c) In how many ways can two paintings by Monet, three paintings by Renoir , and two paintings by Degas be hung side by side on a museum wall if do not distinguish between the paintings by the same artists? \n" ); document.write( "Ans:: 7!/(2!*3!*2!) = 210 \n" ); document.write( "----- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |