document.write( "Question 829625: 2. Mary’s average on two biology quizzes is 7. What should Mary score on the next quiz in order to have an average of 8 for the three quizzes? \n" ); document.write( "
Algebra.Com's Answer #499971 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Mary’s average on two biology quizzes is 7. What should Mary score on the next quiz in order to have an average of 8 for the three quizzes? \n" ); document.write( "*** \n" ); document.write( "let x=Mary's required score on the next quiz. \n" ); document.write( "(2*7+x)/3=8 \n" ); document.write( "14+x/3=8 \n" ); document.write( "14+x=24 \n" ); document.write( "x=24-14 \n" ); document.write( "x=10 \n" ); document.write( "Mary's required score on the next quiz=8 \n" ); document.write( " \n" ); document.write( " |