document.write( "Question 99459: A set contains five integers. when distinct elements of this set are added togehter, two at a time, the complete list of different possible sums that result are: 637, 669, 794, 915, 919, 951, 1040, 1072, 1197\r
\n" );
document.write( "\n" );
document.write( "What is the largest of the five integers in the set? \n" );
document.write( "
Algebra.Com's Answer #72404 by 303795(602)![]() ![]() ![]() You can put this solution on YOUR website! This problem is incomplete. There should be another total. \n" ); document.write( "The first number adds to 4 others = 4 \n" ); document.write( "The second number adds with the remaining 3 = 3 \n" ); document.write( "The third number adds to the remaining 2 = 2 \n" ); document.write( "The fourth and fifth numbers add with each other = 1 \n" ); document.write( "4 + 3 + 2 + 1 = 10 totals are required. \n" ); document.write( " |