document.write( "Question 205795: 2. how many different 4 letter radio station call letters can be made if repeats are allowed and the first letter must be k
\n" );
document.write( "a.1000
\n" );
document.write( "b.17,576
\n" );
document.write( "c.78
\n" );
document.write( "d.456,976 \n" );
document.write( "
Algebra.Com's Answer #155418 by Targetweek(62)![]() ![]() ![]() You can put this solution on YOUR website! Well to find possible number of permutations (where order does matter), use the equation... \n" ); document.write( " \n" ); document.write( "When plugged in you get 456,976 different call letters \n" ); document.write( "divide that number by 26 and you get 17,576 \n" ); document.write( "so the answer is b \n" ); document.write( "This works because... \n" ); document.write( "Ex. A,B,C can be arranged... \n" ); document.write( "A B C \n" ); document.write( "A C B \n" ); document.write( "B A C \n" ); document.write( "B C A \n" ); document.write( "C A B \n" ); document.write( "C B A \n" ); document.write( "there were three choices (or n = 3) and 1/3 of the choices start with A for example, the same applies to the above problem \n" ); document.write( " \n" ); document.write( " |