document.write( "Question 1027853: Five different positive integers added two at a time give the
\n" );
document.write( "following sums: 16, 20, 22, 23, 25, 28, 29, 30, 34, and 37. Find
\n" );
document.write( "the product of the five integers. \n" );
document.write( "
Algebra.Com's Answer #643110 by ikleyn(52788)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Five different positive integers added two at a time give the following sums: 16, 20, 22, 23, 25, 28, 29, 30, 34, and 37. \n" ); document.write( "Find the product of the five integers. \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I agree with Mr. Edwin McCravy that my solution was wrong. \n" ); document.write( "Mr. Edwin McCravy, thank you for your critics and detecting the error.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I still keep my old solution below for documentary purposes (but probably will delete it later).\r \n" ); document.write( "\n" ); document.write( "Instead, I will put here the other solution, which is shorter.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let the numbers be a < b < c < d < e\r\n" ); document.write( "\r\n" ); document.write( "Then the smallest two, a and b, must have sum 16,\r\n" ); document.write( "\r\n" ); document.write( "a + b = 16\r\n" ); document.write( "\r\n" ); document.write( "and the largest two, d and e, must have sum 37,\r\n" ); document.write( "\r\n" ); document.write( "d + e = 37.\r\n" ); document.write( "\r\n" ); document.write( " ----------------------------------------------------------------------\r\n" ); document.write( " Previous 5 lines are exactly from Mr. McCravy solution, but what follows is different.\r\n" ); document.write( " ----------------------------------------------------------------------\r\n" ); document.write( "\r\n" ); document.write( "Then the middle number c is equal to 66 - (a+b) - (d+e) = 66 - 16 - 37 = 13.\r\n" ); document.write( "\r\n" ); document.write( "(The number 66 goes from my old solution which is correct to this point).\r\n" ); document.write( "\r\n" ); document.write( "OK. So, the two smallest numbers a and b give the sum of 16, and the third number is 13.\r\n" ); document.write( "\r\n" ); document.write( "It means that the next sum, 20 (see the condition) is a+c.\r\n" ); document.write( "It can not be nothing else.\r\n" ); document.write( "If a + c = 20 and c = 13, then a = 20 - 13 = 7. \r\n" ); document.write( "It implies b = 16-7 = 9.\r\n" ); document.write( "\r\n" ); document.write( "So, the first three numbers are a = 7, b = 9 and c = 13.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "OK. Now we can make the similar analysis from the other end.\r\n" ); document.write( "\r\n" ); document.write( "So, the two largest numbers d and e give the sum of 37, and the third number in the descending order is 13.\r\n" ); document.write( "\r\n" ); document.write( "It means that the next from the largest sum, 34 (see the condition) is e+c.\r\n" ); document.write( "It can not be nothing else.\r\n" ); document.write( "If e + c = 34 and c = 13, then e = 34 - 13 = 21. \r\n" ); document.write( "It implies d = 37-21 = 16.\r\n" ); document.write( "\r\n" ); document.write( "Thus the numbers are 7, 9, 13, 16 and 21.\r\n" ); document.write( "Their product is 275184.\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Below is my old >>>wrong<<< solution. \n" ); document.write( "It is still valid in the part that the sum of the five numbers is 66. \n" ); document.write( "What follows after that is wrong. \n" ); document.write( " \r\n" ); document.write( "Let \n" ); document.write( " \n" ); document.write( " |