document.write( "Question 1099186: Each ship in a fleet is assigned a three-digit number that does not begin with a 1 or a 0 and does not contain a 6 or a 9. How many different numbers may be assigned under these conditions?\r
\n" ); document.write( "\n" ); document.write( "A) 216
\n" ); document.write( "B) 252
\n" ); document.write( "C) 336
\n" ); document.write( "D) 384
\n" ); document.write( "E) 512
\n" ); document.write( "

Algebra.Com's Answer #713613 by ikleyn(53763)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "There are only  10-4 = 6  allowed digits at the first, most left position.\r\n" );
document.write( "\r\n" );
document.write( "There are       10-2 = 8  allowed digits at the second position.\r\n" );
document.write( "\r\n" );
document.write( "There are       10-2 = 8  allowed digits at the third position.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "In all, there are 6*8*8 = 384 possible numbers.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );