document.write( "Question 834608: \"Going into the final exam, which counts as two grades, Kendra has test scores of 84, 78,64, and 88. What score does Kendra need on the final exam in order to have an average of 80?\"
\n" );
document.write( "I always have a problem with these questions.
\n" );
document.write( "I don't want to know the answer cause I want to work it for myself, I just want to know how to set up the problem so I can do it for similar problems in the future too. \n" );
document.write( "
Algebra.Com's Answer #503472 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! For the tests with grades \n" ); document.write( "84, 78, 64, and 88 each test has a weighting of 1. \n" ); document.write( "The final has a weighting of 2.\r \n" ); document.write( "\n" ); document.write( "set w1 = the first weight \n" ); document.write( "w2 = the second weight \n" ); document.write( "w3 = the third weight \n" ); document.write( "and so forth. \n" ); document.write( "set g1 = the first grade \n" ); document.write( "g2 = the second grade \n" ); document.write( "g3 = the third grade \n" ); document.write( "and so forth. \n" ); document.write( "We are looking for a weighted average. \n" ); document.write( "((w1)(g1) + (w2)(g2) + ... )/(sum of weights)\r \n" ); document.write( "\n" ); document.write( "In our situation, g1 = 84, g2 = 78, g3 = 64, g4 = 88 and \n" ); document.write( "g5 = unknown ( This is the final. ). \n" ); document.write( "w1 = 1 , w2 = 1, w3 = 1, w4 = 1, w5 = 2 \n" ); document.write( "For our problem we have\r \n" ); document.write( "\n" ); document.write( "((1)(84) + (1)(78) + (1)(64) + (1)(88) + (2)(g5))/(sum of the weights) \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "To simplify use x in place of g5 \n" ); document.write( " \n" ); document.write( "Set this equal to 80. \n" ); document.write( " \n" ); document.write( "Multiply each side by 6 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "add -314 to each side \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "We need a grade of 83 on the final to obtain an average of 80 . \n" ); document.write( " |