document.write( "Question 1145247: Maria have NINE NUMBERS 1, 2,3,4,5,6,7,8 and 9 she adds 2 to some of them and 5 to the others.what is the smallest number of different results she can obtain? \n" ); document.write( "
Algebra.Com's Answer #766480 by ikleyn(52794)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Maria \n" ); document.write( "what is the smallest number of different results she can obtain? \n" ); document.write( "~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let \"a\" denotes any number of the set {1,2,3,4,5,6,7,8,9}, and let \"b\" denotes any number of the same set.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Maria forms new numbers a'= a+2 and b'= b+5. She wants to select some subset A for \"a\"s \r\n" ); document.write( "(and automatically to get its complement B for \"b\"s)\r\n" ); document.write( "\r\n" ); document.write( "in a way that the number of distinct differences a'-b' would be minimal.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The difference a'-b' is \r\n" ); document.write( "\r\n" ); document.write( " a' - b' = (a+2) - (b+5) = (a-b) - 3.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "So, she actually wants to select the subset A and its complement B in a way to have MAXIMUM possible \r\n" ); document.write( "number of solutions of the equation\r\n" ); document.write( "\r\n" ); document.write( " a - b = 3.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "In other terms, she wants to have maximum possible number of pairs (a,b), \"a\" belongs to A, \"b\" belongs to B =\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "/\/\/\/\/\/\/\/\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Below is my addition after posting the above solution.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Still I think that the problem formulation is incomplete and missed something.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " For example, she can put A = {1,2,3,4,5,6,7,8,9} and B = {empty}.\r\n" ); document.write( "\r\n" ); document.write( " Then the number of pairs and differences is 0 (zero, ZERO). (!)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " Another choice is to select A of 8 elements and B (as the complement) of only 1 element.\r\n" ); document.write( " Then the number of different pairs is 8 --- very small, but the mathematical meaning of the problem totally disappears. \r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " Third choice is to select A of 7 elements and B of remaining 2 elements.\r\n" ); document.write( " Then the number of different pairs is 7*2 = 14 only (!), but the the mathematical meaning of the problem \r\n" ); document.write( " disappears, again (at least, in half).\r\n" ); document.write( "\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |