document.write( "Question 1083527: the number of ways that 8 people could be seated around the table would be computed from
\n" );
document.write( "
\n" );
document.write( "8 to the 8th power
\n" );
document.write( "
\n" );
document.write( "8*8
\n" );
document.write( "
\n" );
document.write( "8!
\n" );
document.write( "
\n" );
document.write( "8!/4!4!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #697528 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 8, seat 1. Now you have 7, seat another one. Now you have 6. Etcetera. \n" ); document.write( "8*7*6*5*4*3*2*1 or in factorial form: 8! \n" ); document.write( " |