document.write( "Question 960030: In a hotel in Hong Kong, a room key is a card. The card has positions for holes that form a 4 by 6 arrays. Each position in the array is either punched with a hole or left blank. How many different keys are possible?
\n" ); document.write( "The answer is 16777216, but I am not sure what are the steps to solving this.
\n" ); document.write( "

Algebra.Com's Answer #586726 by MathLover1(20849)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "given:
\n" ); document.write( "\"4\" by \"6\" arrays=>\"4%2A6=24\"\r
\n" ); document.write( "\n" ); document.write( "punched or not = \"2\" choices\r
\n" ); document.write( "\n" ); document.write( "\"total_+combinations+=+2%5E24=+16777216\"
\n" ); document.write( "
\n" );