document.write( "Question 753764: a biology class has 8 students. how many different lab groups may be formed that will consist of 3 students? \n" ); document.write( "
Algebra.Com's Answer #458637 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
a biology class has 8 students. how many different lab groups may be formed that will consist of 3 students?
\n" ); document.write( ".
\n" ); document.write( "since order does not matter, it is a combination:
\n" ); document.write( "8C3
\n" ); document.write( "= (8!)/[3!(8-3)!]
\n" ); document.write( "= (8!)/[3!5!]
\n" ); document.write( "= (6*7*8)/[3!]
\n" ); document.write( "= (6*7*8)/[2*3]
\n" ); document.write( "= (2*7*8)/[2]
\n" ); document.write( "= (7*8)
\n" ); document.write( "= 56
\n" ); document.write( "
\n" );