document.write( "Question 847251: A box contains 50 index cards. One letter is written on each card. There are
\n" ); document.write( "5 cards with the letter A
\n" ); document.write( "5 cards with the letter E
\n" ); document.write( "7 cards with the letter H
\n" ); document.write( "10 cards with the letter M
\n" ); document.write( "3 cards with the letter S
\n" ); document.write( "20 cards with the letter T
\n" ); document.write( "If one card is selected, not replaced, and the second card selected, determine p(neither is a vowel)
\n" ); document.write( "

Algebra.Com's Answer #510303 by swincher4391(1107)\"\" \"About 
You can put this solution on YOUR website!
We find that there are 5 + 5 = 10 vowels, while there are 7+10+3+20 = 40 consonants.\r
\n" ); document.write( "\n" ); document.write( "p(neither is a vowel) = p(consonant) * p(consonant | first was consonant) = 40/50 * 39/49 = 0.6367
\n" ); document.write( "
\n" );