document.write( "Question 631044: How do I find the two arithmetic means between -13 and 8? \n" ); document.write( "
Algebra.Com's Answer #397293 by dfrazzetto(283)![]() ![]() You can put this solution on YOUR website! There is only one arithmetic mean:\r \n" ); document.write( "\n" ); document.write( "add the numbers and divide by 2 (because in this case there are 2 numbers):\r \n" ); document.write( "\n" ); document.write( "mean(n1,n2) = (n1+n2)/2\r \n" ); document.write( "\n" ); document.write( "m = -13 + 8 / 2 = -5/2 = -2.5\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |