document.write( "Question 1004857: A department store has 8 doors. In how many ways can one enter and leave the store
\n" );
document.write( "a.) by any door?
\n" );
document.write( "b.) without passing through the same door twice? \n" );
document.write( "
Algebra.Com's Answer #621197 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A department store has 8 doors. In how many ways can one enter and leave the store \n" ); document.write( "a.) by any door? \n" ); document.write( "8*8 = 64 \n" ); document.write( "================= \n" ); document.write( "b.) without passing through the same door twice? \n" ); document.write( "8*7 = 56 \n" ); document.write( " \n" ); document.write( " |