document.write( "Question 760432: What is the equation for finding the average of a set of numbers? \n" ); document.write( "
Algebra.Com's Answer #462687 by malglu(63) ![]() You can put this solution on YOUR website! sum of all the numbers in the set, divided by the amount of numbers in the set \n" ); document.write( "use the sigma notation in place of 'the sum of'\r \n" ); document.write( "\n" ); document.write( "e.g. if you have the set {1,9,15,36} \n" ); document.write( "then the average is\r \n" ); document.write( "\n" ); document.write( "1+9+15+36 all divided by 4 \n" ); document.write( " |