document.write( "Question 437657: An airport identification code is made up of three letters, like the examples shown: ABQ, DFW, JFK, LAX, ORD. How many different airport identification codes are possible? (Assume any letter can be repeated and can appear in any position.) \n" ); document.write( "
Algebra.Com's Answer #302766 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Since there are 26 possible choices for each slot, there are \"26%5E3=17576\" different airport ID codes possible. \n" ); document.write( "
\n" );