document.write( "Question 587705: Solve/write an algorithm to find the average score on 5 quizzes and determine if the average is less than 60 \n" ); document.write( "
Algebra.Com's Answer #374213 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
the formula for the average would be:
\n" ); document.write( "average = sum(x1 though x5) / 5
\n" ); document.write( "x1 = first score
\n" ); document.write( "x2 = second score
\n" ); document.write( "x3 = third score
\n" ); document.write( "etc.
\n" ); document.write( "once you find the average, you then look at it and see whether it's greater than or equal to or less than 60.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );