document.write( "Question 772474: find the average of all even numbers below 25?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #470900 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "The average of any number of equally spaced numbers (an arithmetic\r\n" );
document.write( "sequence or progression) is found by averaing the smallest and largest\r\n" );
document.write( "term.  The smallest term is 0 and the largest is 24\r\n" );
document.write( "\r\n" );
document.write( "Average = \"%28smallest%2Blargest%29%2F2\" = \"%280%2B24%29%2F2\" = \"24%2F2\" = 12.\r\n" );
document.write( "\r\n" );
document.write( "If you don't count 0, then \r\n" );
document.write( "\r\n" );
document.write( "Average = \"%28smallest%2Blargest%29%2F2\" = \"%282%2B24%29%2F2\" = \"26%2F2\" = 13.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );