document.write( "Question 990013: Two scout troops are camping. One troop has 40 members and the other 48 members. The scout masters want to divide them into groups. How can the scouts of the two troops be grouped so that each group has the biggest number possible of scouts and each group has the same number of scouts with no scouts left out? \n" ); document.write( "
Algebra.Com's Answer #802309 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
We are finding the GCD (greatest common divisor) of 40 and 48.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "40 = 2^3 * 5
\n" ); document.write( "48 = 2^4 *3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "GCD(40, 48) = 2^3 = 8
\n" ); document.write( "
\n" );