document.write( "Question 1012920: mark's average score after x scores is 80%. He calculate he will have an 83% if he scores 98% on the next test. How many tests has mark attempted so far? \n" ); document.write( "
Algebra.Com's Answer #629041 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
Average =total/n
\n" ); document.write( "80=total/n
\n" ); document.write( "83=(total+98)/(n+1)
\n" ); document.write( "80n=total
\n" ); document.write( "83n+83-98=total=83n-15
\n" ); document.write( "Therefore, 80n=83n-15
\n" ); document.write( "-3n=-15
\n" ); document.write( "n=5
\n" ); document.write( "He has taken 5 tests so far,and total score is 400 for an average of 80
\n" ); document.write( "with 6 tests,the total will be 498, and the average is 83.
\n" ); document.write( "
\n" );