document.write( "Question 695129: How do I find the average of these numbers?
\n" ); document.write( "2,4,6,10,12,14
\n" ); document.write( "

Algebra.Com's Answer #428335 by Ave(106)\"\" \"About 
You can put this solution on YOUR website!
Add all the numbers together and then divide by how many numbers you added
\n" ); document.write( "2+4+6+10+12+14=48 add all numbers together
\n" ); document.write( "48/6 divide the sum by how many numbers you added
\n" ); document.write( "8 is the average
\n" ); document.write( "
\n" );