document.write( "Question 311230: You are generating pin codes for ATM cards. Each pin code has 5 places, and each place can be a small letter or a number between 0 and 9. No letter or number can be used more than once. How many different codes are there?\r
\n" );
document.write( "\n" );
document.write( "a) _10_ * _9_ * _8_ * _26_ * _25_ c) 26! + 10!\r
\n" );
document.write( "\n" );
document.write( "b) _36_ * _35_ * _34_ * _33_ * _32_ d) _35_ * _34_ * _33_ * _32_ * _31_
\n" );
document.write( " I thought the answer was d but i got it wrong can you explain why? \n" );
document.write( "
Algebra.Com's Answer #222606 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! Your first place choice is out of 26 letters+10 numbers=36 total. \n" ); document.write( "Then the second place is out of 35, since you cannot use the one you already chose. \n" ); document.write( "Third, out of 34. \n" ); document.write( "Fourth, out of 33. \n" ); document.write( "Fifth, out of 32. \n" ); document.write( " \n" ); document.write( "b) is the correct answer. \n" ); document.write( " |