document.write( "Question 980401: What is the probability that a randomly assigned password (3 letter , non repeating)has only vowels in it ? Thanks \n" ); document.write( "
Algebra.Com's Answer #601543 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! What is the probability that a randomly assigned password (3 letter , non repeating)has only vowels in it ? \n" ); document.write( "------------------ \n" ); document.write( "If you mean in English, there are 5 vowels in the 26 letters. \n" ); document.write( "--- \n" ); document.write( "The 1st is 5 of 26 \n" ); document.write( "Then 4 of 25 \n" ); document.write( "Then 3 of 24 \n" ); document.write( "---- \n" ); document.write( "5/26 * 4/25 * 3/24 = 1/26 * 4/5 * 1/8 = 1/26 * 1/5 * 1/2 \n" ); document.write( "= 1/260 \n" ); document.write( " \n" ); document.write( " |