document.write( "Question 91983: in how many ways can we seat three of five boys and three of five girls if boys and girls must alternate? \n" ); document.write( "
Algebra.Com's Answer #66801 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
in how many ways can we seat three of five boys and three of five girls if boys and girls must alternate?
\n" ); document.write( "--------------
\n" ); document.write( "Pick a boy: 5 ways
\n" ); document.write( "Pick a girl: 5 ways
\n" ); document.write( "Pick a boy: 4 ways
\n" ); document.write( "Pick a girl: 4 ways
\n" ); document.write( "Pick a boy: 3 ways
\n" ); document.write( "Pick a girl: 3 ways
\n" ); document.write( "---------------------
\n" ); document.write( "# of ways = 5^2*4^2*3^2 = 25*16*9 = 3600
\n" ); document.write( "==========
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );