document.write( "Question 1010778: A student earns an 82% on her first test. How many consecutive 100% test scores does she need to bring her average up to 95%? Assume that each test has equal impact on her average grade.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #626254 by macston(5194) You can put this solution on YOUR website! . \n" ); document.write( "x=number of additional tests \n" ); document.write( ". \n" ); document.write( "(82+100x)/(x+1)=95 \n" ); document.write( "82+100x=95(x+1) \n" ); document.write( "82+100x=95x+95 \n" ); document.write( "100x=95x+13 \n" ); document.write( "5x=13 \n" ); document.write( "x=13/5=2.6 \n" ); document.write( "ANSWER: She will have to score 100% \n" ); document.write( "on 2.6 consecutive tests to average 95%. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |