document.write( "Question 1196293: Allanʹs 4 quiz scores in his math class are 87, 89, 88, and 78. What score does he need to obtain on
\n" );
document.write( "his exam to average an 85 if an exam counts as much as two quizzes? \n" );
document.write( "
Algebra.Com's Answer #829073 by math_tutor2020(3816)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "x = score on the exam \n" ); document.write( "2x = equivalent score on a quiz (since the exam counts for two quizzes) \n" ); document.write( "For instance if you got an 82 on the exam, then it is equivalent to 2*82 = 164 points for a quiz. \n" ); document.write( "It might be helpful to think of it like getting 82's on two different extra quizzes.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It also might be helpful to think of the 2x as x+x \n" ); document.write( "So that we can break things further down\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A = set of scores \n" ); document.write( "A = {87, 89, 88, 78, x, x} \n" ); document.write( "Note I listed x twice \n" ); document.write( "There are 6 elements in set A\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now compute the average. Do so by adding up the scores and dividing by the number of scores (6) \n" ); document.write( "So we get: \n" ); document.write( "(87+89+88+78+x+x)/6 \n" ); document.write( "which simplifies to \n" ); document.write( "(342+2x)/6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Set this average equal to the target 85 and solve for x. \n" ); document.write( "(342+2x)/6 = 85 \n" ); document.write( "342+2x = 6*85 \n" ); document.write( "342+2x = 510 \n" ); document.write( "2x = 510-342 \n" ); document.write( "2x = 168 \n" ); document.write( "x = 168/2 \n" ); document.write( "x = 84\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 84 \n" ); document.write( " \n" ); document.write( " |