document.write( "Question 456820: Given three consecutive integers, what is the difference between the average of their squares and the square of their average? \n" ); document.write( "
Algebra.Com's Answer #313540 by spacesurfer(12)![]() ![]() ![]() You can put this solution on YOUR website! Did you try to do this your self? Just do the math:\r \n" ); document.write( "\n" ); document.write( "If a = first integer, then a+1, and a+2 are the other consecutive integers. The average of the squares is:\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The square of the average is:\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hence, the difference is 5/3 - 1 = 2/3.\r \n" ); document.write( "\n" ); document.write( "If the integers didn't increase by 1 and instead increased by b, so like instead of 3,4,5, it was 3, 3+b, 3+2b, for any b (if b = 2, then 3, 5, 7), then the difference is \n" ); document.write( "\n" ); document.write( "if b = 1, then this reduces to 2/3, which we got earlier. \n" ); document.write( " |