document.write( "Question 1086775: the math class has 4 exams. Each exam is out of 100 possible points. jackie got 67, 84, and 78. jackie wants to get at least a B.for the class, what score should she get on her last exam \n" ); document.write( "
Algebra.Com's Answer #701007 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Exam Scores = {67,84,7,x} where x is a real number and \n" ); document.write( "Sum of the scores = S = 67+84+78+x = 229+x \n" ); document.write( "sample size = n = 4 \n" ); document.write( "Average = A = (sum of scores)/(sample size) = S/n = (229+x)/4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We want the average to be a B or higher. I'm assuming the grade \"B\" corresponds to a score of 80, which you could argue is a B- but I'm going to ignore the plus/minus for the letter grades. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So, \n" ); document.write( "A > 80 \n" ); document.write( "(229+x)/4 > 80 \n" ); document.write( "4*(229+x)/4 > 4*80 \n" ); document.write( "229+x > 320 \n" ); document.write( "229+x-229 > 320-229 \n" ); document.write( "x > 91 \n" ); document.write( "So you need to get a score of 91 to get an overall average of 80 \n" ); document.write( "If you score higher than 91, then the average will be larger than 80\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you place a B grade at something like 85, then \n" ); document.write( "A > 80 \n" ); document.write( "(229+x)/4 > 85 \n" ); document.write( "4*(229+x)/4 > 4*85 \n" ); document.write( "229+x > 340 \n" ); document.write( "229+x-229 > 340-229 \n" ); document.write( "x > 111 \n" ); document.write( "which is impossible to accomplish (x maxes out at 100)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You're probably wondering: \"What is the highest average possible?\". That happens when x = 100. Let's plug that into the equation below to find A \n" ); document.write( "A = (229+x)/4 \n" ); document.write( "A = (229+100)/4 \n" ); document.write( "A = 82.25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the best average possible is 82.25% or 82% if you round to the nearest whole percent. \n" ); document.write( " |