document.write( "Question 99021: Please help me solve this problem:
\n" );
document.write( " Four test scores are between 0 and 100 inclusive.
\n" );
document.write( " The mean of these scores is 92. What is the smallest
\n" );
document.write( " any one of the scores can be? \n" );
document.write( "
Algebra.Com's Answer #72061 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If the 4th score is to be the smallest, the other three scores \n" ); document.write( "must be the largest they can be. \n" ); document.write( "------------------- \n" ); document.write( "EQUATION: \n" ); document.write( "Let \"x\" be the 4th score. \n" ); document.write( "(100+100+100+x)/4 = 92 \n" ); document.write( "300+x = 368 \n" ); document.write( "x = 68 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |