document.write( "Question 1203583: Richie's average on his math test was 64%. On the next test he had a mark of 76%, and this raised his overall average to 67%. When he wrote the next test after this his average improved again by 1%. What mark did he get on the last test?\r
\n" );
document.write( "\n" );
document.write( "A) 68% B) 69% C) 70% D) 71% E) 72% \n" );
document.write( "
Algebra.Com's Answer #839253 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "x% = score on the last test \n" ); document.write( "n = number of math tests he has taken before the 76% and x% scores\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(sum of test scores)/(number of tests) = average score \n" ); document.write( "(sum of test scores)/n = 64 \n" ); document.write( "sum of test scores = 64n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "64n+76 = updated sum after taking another test \n" ); document.write( "(64n+76)/(n+1) = updated average \n" ); document.write( "(64n+76)/(n+1) = 67 \n" ); document.write( "64n+76 = 67(n+1) \n" ); document.write( "64n+76 = 67n+67 \n" ); document.write( "64n-67n = 67-76 \n" ); document.write( "-3n = -9 \n" ); document.write( "n = -9/(-3) \n" ); document.write( "n = 3 \n" ); document.write( "Richie has taken 3 tests so far to get an average of 64% \n" ); document.write( "The fourth test score is 76% which moves the average to 67%\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The 5th test score is unknown, which we call x. \n" ); document.write( "What we do know is that taking this 5th test will move the average to 68% \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(64n+76+x)/5 = 68 \n" ); document.write( "(64*3+76+x)/5 = 68 \n" ); document.write( "(268+x)/5 = 68 \n" ); document.write( "268+x = 5*68 \n" ); document.write( "268+x = 340 \n" ); document.write( "x = 340-268 \n" ); document.write( "x = 72\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 72% \n" ); document.write( " \n" ); document.write( " |