document.write( "Question 650852: How do I find the average of the list of numbers?\r
\n" );
document.write( "\n" );
document.write( "3/4, 5/12, and 17/39 (simplified) \n" );
document.write( "
Algebra.Com's Answer #407457 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How do I find the average of the list of numbers?\r \n" ); document.write( "\n" ); document.write( "3/4, 5/12, and 17/39 (simplified) \n" ); document.write( "----------------- \n" ); document.write( "Add them, divide by the number of elements. \n" ); document.write( "= (3/4 + 5/12 + 17/39)/3 \n" ); document.write( " \n" ); document.write( " |