document.write( "Question 853478: You want to make five-letter codes that use the letters A, F, E, R, and M without repeating any letter. What is the probability that a randomly chosen code starts
\n" );
document.write( "with A? should be in decimal form.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #514135 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! First letter can be A, F, E, R, M with equal probability\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "probability = 1/5 = 0.2 \n" ); document.write( " |