document.write( "Question 1210373: EmilĂa has an average of 70 on 4 different tests. If the lowest score is dropped, her average rises to 90. What is the lowest score? \n" ); document.write( "
Algebra.Com's Answer #852130 by math_tutor2020(3816)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "x = sum of the three scores after the lowest score was dropped, i.e. we ignore the lowest score \n" ); document.write( "x/3 = 90 = mean of those three scores \n" ); document.write( "x = 3*90 = 270\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = lowest score that was dropped \n" ); document.write( "x+y = sum of four test scores \n" ); document.write( "(x+y)/4 = 70 \n" ); document.write( "(270+y)/4 = 70 \n" ); document.write( "270+y = 4*70 \n" ); document.write( "270+y = 280 \n" ); document.write( "y = 280-270 \n" ); document.write( "y = 10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 10 \n" ); document.write( " \n" ); document.write( " |