document.write( "Question 136400: How many four-element subsets containing two vowels and two consonants can be formed from the set {a, b, c, d, e, f, g, h, i}?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #99922 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How many four-element subsets containing two vowels and two consonants can be formed from the set {a, b, c, d, e, f, g, h, i}? \n" ); document.write( "----------------- \n" ); document.write( "Pick two vowels: 3C2 = 3 ways \n" ); document.write( "Pick two consonents: 6C2 = 15 ways \n" ); document.write( "----------------------------------- \n" ); document.write( "Total number of ways = 3*15 = 45 \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |