document.write( "Question 1035895: there are 5 sacks, and they are weighed 2 at a time. Their weights are 11,11.2,11.3,11.4,11.5,11.6,11.7,11.8,12 and 12.1. This is the weight of all the possible outcomes. How heavy are each of the sacks? \n" ); document.write( "
Algebra.Com's Answer #650514 by ikleyn(52778)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "there are 5 sacks, and they are weighed 2 at a time. \n" ); document.write( "Their weights are 11, 11.2, 11.3, 11.4, 11.5, 11.6, 11.7, 11.8, 12 and 12.1. \n" ); document.write( "This is the weight of all the possible outcomes. How heavy are each of the sacks? \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let us call these sacks by the names \"a\", \"b\", \"c\", \"d\" and \"e\".\r\n" ); document.write( "\r\n" ); document.write( "And let \"a\" be the lightest, \"b\" is the next by the weight, \"c\" is the next after \"b\", \"d\" is next after \"c\", and \"e\" is \r\n" ); document.write( "the next after \"d\" (and the last).\r\n" ); document.write( "\r\n" ); document.write( "Since all 10 given outcomes are different numbers, all \"a, \"b\", \"c\", \"d\" and \"e\" have different weights. \r\n" ); document.write( "Had some of the sacks have equal weight, some numbers in the outcome data would be equal, which is not the case.\r\n" ); document.write( "\r\n" ); document.write( "If you add all outcomes, you will get the sum \r\n" ); document.write( "\r\n" ); document.write( "11 + 11.2 + 11.3 + 11.4 + 11.5 + 11.6 + 11.7+ 11.8 + 12 + 12.1 = 115.6.\r\n" ); document.write( "\r\n" ); document.write( "It is the sum of all pairs (a+b), (a+c), (a+d), . . . , (d+e) taken 2 at a time. By grouping and regrouping,\r\n" ); document.write( "you can easily understand that it is nothing else as 4*(a+b+c+d+e), i.e four times the sum of (a+b+c+f+e).\r\n" ); document.write( "\r\n" ); document.write( "It implies that the sum\r\n" ); document.write( "\r\n" ); document.write( "a + b + c + d + e = \n" ); document.write( " \n" ); document.write( " |