document.write( "Question 1190761: The mean of a set of numbers is 500.
\n" );
document.write( "a. If 10 is added to each of the numbers in the set, then what will be the mean of the new set?
\n" );
document.write( "b. If each of the numbers in the set are multiplied by -5, then what will be the mean of the new
\n" );
document.write( "set? \n" );
document.write( "
Algebra.Com's Answer #822463 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let's say we had the set \n" ); document.write( "{400,500,600} \n" ); document.write( "The mean is 500. We can check as such \n" ); document.write( "(400+500+600)/3 = 1500/3 = 500\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now let's add 10 to each number \n" ); document.write( "{410,510,610} \n" ); document.write( "and repeat the process of finding the mean \n" ); document.write( "(410+510+610)/3 = 1530/3 = 510 \n" ); document.write( "The mean has increased by 10.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We can rewrite that equation like so \n" ); document.write( "(410+510+610)/3 = (400+500+600 + 10+10+10)/3 \n" ); document.write( "(410+510+610)/3 = 500 + (10+10+10)/3 \n" ); document.write( "(410+510+610)/3 = 500 + (3*10)/3 \n" ); document.write( "(410+510+610)/3 = 500 + 10 \n" ); document.write( "(410+510+610)/3 = 510 \n" ); document.write( "If we add 10 to each number in the set, then the mean goes up by 10.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This can be applied in a more general sense, and it doesn't only work with this particular set (nor does it only apply to sets of 3 items)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "{x1,x2,x3,...,xn} = original set of values \n" ); document.write( "S = sum of the original items = x1+x2+x3+...+xn \n" ); document.write( "S/n = original mean\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's say we add on k to each number \n" ); document.write( "This is equivalent to adding nk because there are n copies of k being added on. \n" ); document.write( "So, \n" ); document.write( "new mean = (S+nk)/n \n" ); document.write( "new mean = (S/n)+(nk/n) \n" ); document.write( "new mean = (old mean)+k \n" ); document.write( "Therefore, what happened with the \"adding 10\" example earlier wasn't just a coincidence.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now let's consider multiplying each item in the set {x1,x2,...,xn} by some constant R \n" ); document.write( "We would get this new set {Rx1,Rx2,...,Rxn}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's find the new mean of this scaled set. \n" ); document.write( "new mean = (sum of the x values)/n \n" ); document.write( "new mean = (Rx1+Rx2+...+Rxn)/n \n" ); document.write( "new mean = (R*(x1+x2+...+xn))/n \n" ); document.write( "new mean = (R*S)/n \n" ); document.write( "new mean = R*(S/n) \n" ); document.write( "new mean = R*(old mean)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So if we were to multiply each value by R = -5, then, \n" ); document.write( "new mean = R*(old mean) \n" ); document.write( "new mean = -5*(500) \n" ); document.write( "new mean = -2500\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Or you could go back to the example with 3 items from earlier \n" ); document.write( "{400,500,600} \n" ); document.write( "Multiply everything by -5 to get \n" ); document.write( "{-2000,-2500,-3000} \n" ); document.write( "Then compute the mean \n" ); document.write( "(-2000+(-2500)+(-3000))/3 = -7500/3 = -2500\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To summarize: \n" ); document.write( "If you add 10 to each number, then the mean goes up by 10 \n" ); document.write( "If you multiply each number by -5, then the mean is multiplied by -5\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "============================================ \n" ); document.write( "Answers: \n" ); document.write( "a) 510 \n" ); document.write( "b) -2500 \n" ); document.write( " \n" ); document.write( " |