document.write( "Question 31898: Five men took turns weighing themselves on a scale. However, they weighed each other two at a time, ten times total , so that every possible combination of two men was weighed. The scale had the following readouts for the pairs: 236 pounds, 244 pounds, 228 pounds, 250 pounds, 258 pounds, 230 pounds, 246 pounds, 238 pounds, 242 pounds, and 252 pounds.\r
\n" );
document.write( "\n" );
document.write( "How heavy was the heaviest man? \n" );
document.write( "
Algebra.Com's Answer #20709 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Five men took turns weighing themselves on a scale. However, they weighed each other two at a time, ten times total , so that every possible combination of two men was weighed. The scale had the following readouts for the pairs: 236 pounds, 244 pounds, 228 pounds, 250 pounds, 258 pounds, 230 pounds, 246 pounds, 238 pounds, 242 pounds, and 252 pounds. \n" ); document.write( "How heavy was the heaviest man? \n" ); document.write( "LET THE WEIGHTS 5 MEN IN ORDER OF DECREASING WEIGHT BE A,B,C,D,E \n" ); document.write( "WHEN THEY WEIGH IN PAIRS WE GET 5C2=5*4/2=10 DIFFERENT PAIRS OR 20 MEN \n" ); document.write( "HENCE THE TOTAL WEIGHT IS FOUR TIMES THE WEIGHT OF THE 5 MEN'S TOTAL WEIGHT \n" ); document.write( "4(A+B+C+D+E)=236+244+228+250+258+230+246+238+242+252=2424 \n" ); document.write( "A+B+C+D+E=606..............I \n" ); document.write( "NOW HEAVIEST IS A+B=258.........II \n" ); document.write( "NEXT HEAVY IS A+C=252...........III \n" ); document.write( "LIGHTEST =D+E=228.................IV \n" ); document.write( "EQN.I-EQN.IV...GIVES.. \n" ); document.write( "A+B+C+D+E-D-E=606-228=374 \n" ); document.write( "A+B+C=374.....................V \n" ); document.write( "EQN.II+EQN.III GIVES \n" ); document.write( "A+B+A+C=258+252=510 \n" ); document.write( "2A+B+C=510.................VI \n" ); document.write( "EQN.VI-EQ.EQN.V...GIVES... \n" ); document.write( "2A+B+C-A-B-C=510-374=136 \n" ); document.write( "A=136 \n" ); document.write( "SO HEAVIEST MAN'S WEIGHT =136 \n" ); document.write( " |