document.write( "Question 890547: Ten students sit for an exam with a maximum score of 100. The average is 92. What is the minimum mark a student could have scored? \n" ); document.write( "
Algebra.Com's Answer #539080 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Ten students sit for an exam with a maximum score of 100. The average is 92. What is the minimum mark a student could have scored? \n" ); document.write( "(900+x)/10=92 \n" ); document.write( "900+x=920 \n" ); document.write( "x=20 \n" ); document.write( "minimum mark a student could have scored? 20 \n" ); document.write( " |