document.write( "Question 127376: If I know a three day moving average is 50. How would I figure how much it needs to change today to make the three day change to 48. \n" ); document.write( "
Algebra.Com's Answer #93392 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! the 3-day average is 50, so the sum is 3*50 or 150\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for an average of 48, the sum is 3*48 or 144\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so you have to change the sum by 144-150 or -6 \n" ); document.write( " |