document.write( "Question 1007212: Jim and Cindy take eight tests over the semester. Jim's test scores were 83, 95, 76, 90, 72, 84, 65, and 75. Cindy's test scores were: 80, 70, 75, 80, 93, 80, 86, and 89.
\n" );
document.write( "Who had the highest average and what is the higher average?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #623179 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! To find an average, you divide the total scores by the number of tests... \n" ); document.write( "Jim ==> (83+95+76+90+72+84+65+75) / 8 = 80 \n" ); document.write( "Cindy ==> (80+70+75+80+93+80+86+89) / 8 = 81.625 \n" ); document.write( "Cindy's average is higher at 81.625. \n" ); document.write( " |