document.write( "Question 795369: A secret code for a bank vault consists of 4 letters, then 4 digits and then 4 more letters. \r
\n" );
document.write( "\n" );
document.write( "Question: How many codes are possible if repeats are not allowed and the second letter must be 'G' and the first digit must be '0'? \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I have tried this (26*1*24*23*1*9*8*7*22*21*20*19) but when I submit it the answer comes back incorrect. I would appreciate any help thanks. \n" );
document.write( "
Algebra.Com's Answer #480961 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A secret code for a bank vault consists of 4 letters, then 4 digits and then 4 more letters. \r \n" ); document.write( "\n" ); document.write( "Question: How many codes are possible if repeats are not allowed and the second letter must be 'G' and the first digit must be '0'? \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I have tried this (26*1*24*23*1*9*8*7*22*21*20*19) but when I submit it the answer comes back incorrect. I would appreciate any help thanks. \n" ); document.write( "------------ \n" ); document.write( "If the 2nd letter is G, then the 1st can't be 1/26, only 1 of 25. \n" ); document.write( "(25*1*24*23*1*9*8*7*22*21*20*19) \n" ); document.write( " |