document.write( "Question 550138: We have 4 hippos and we weigh them in pairs. After
\n" );
document.write( "weighing all possible pairs, we obtain the following list of
\n" );
document.write( "the weights of all pairs. Here is the list:
\n" );
document.write( "{356,362,374,374,386,392}
\n" );
document.write( "What is the sum of the weights of all the 4 hippos? \n" );
document.write( "
Algebra.Com's Answer #358505 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! We have 4 hippos and we weigh them in pairs. \n" ); document.write( " After weighing all possible pairs, we obtain the following list of \n" ); document.write( "the weights of all pairs. \n" ); document.write( " Here is the list: \n" ); document.write( "{356, 362, 374, 374, 386, 392} \n" ); document.write( "4 hippos a,b,c,d \n" ); document.write( "; \n" ); document.write( "a+b = 356 \n" ); document.write( "a+c = 362 \n" ); document.write( "a+d = 374 \n" ); document.write( "b+c = 374 \n" ); document.write( "b+d = 386 \n" ); document.write( "c+d = 392 \n" ); document.write( ": \n" ); document.write( "Using the 1st two equations \n" ); document.write( "a + 0 + c = 362 \n" ); document.write( "a + b + 0 = 356 \n" ); document.write( "-----------------subtraction eliminates a \n" ); document.write( " -b + c = 6 \n" ); document.write( "c = (b+6) \n" ); document.write( "using the 4th equation \n" ); document.write( "b + c = 374 \n" ); document.write( "replace c with (b+6) \n" ); document.write( "b + (b+6) = 374 \n" ); document.write( "2b = 374-6 \n" ); document.write( "2b = 368 \n" ); document.write( "b = 368/2 \n" ); document.write( "b = 184 kg is b's weight \n" ); document.write( "then using the 1st equation \n" ); document.write( "a + 184 = 356 \n" ); document.write( "a = 356 - 184 \n" ); document.write( "a = 172 kg is a's weight \n" ); document.write( ": \n" ); document.write( "Find c \n" ); document.write( "c = 184 + 6 \n" ); document.write( "c = 190 kg is c's weight \n" ); document.write( ": \n" ); document.write( "find d \n" ); document.write( "d + 190 = 392 \n" ); document.write( "d = 392 - 190 \n" ); document.write( "d = 202 kg is d's weight \n" ); document.write( "\" \n" ); document.write( "find the sum \n" ); document.write( "a = 172 \n" ); document.write( "b = 184 \n" ); document.write( "c = 190 \n" ); document.write( "d = 202 \n" ); document.write( "-------- \n" ); document.write( "sum 748 kg \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |