document.write( "Question 327666: A farmer has 2494 sheep and 2193 lamb. He farms them into flocks, keeping sheep and lamb separate and having the same number of animals in each flock. If these flock are as large as possible, find:
\n" );
document.write( "1. the maximum number of animals in each flock and
\n" );
document.write( "2. total number of flocks required for this purpose. \n" );
document.write( "
Algebra.Com's Answer #234700 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "\r\n" ); document.write( "The greatest common divisor of 2494 and 2193 is 43\r\n" ); document.write( "\r\n" ); document.write( "2494 = 43*58\r\n" ); document.write( "2193 = 43*51\r\n" ); document.write( "\r\n" ); document.write( "1. There are 43 in each flock.\r\n" ); document.write( "2. There are 58 flocks of sheep and 51 flocks of lambs, for a total\r\n" ); document.write( " of 58+51 or 109 flocks in all.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |