document.write( "Question 1004876: to earn a B in a course, you must have a final average of 84%. On the first three examinations, you have grades of 80%, 72%, and 86%. if the final examination counts as two grades, what must you get on the final to get a B on the course? \n" ); document.write( "
Algebra.Com's Answer #621220 by addingup(3677)![]() ![]() You can put this solution on YOUR website! We'll call the final grade x. Since it equals two grades: 2x \n" ); document.write( "------------------- \n" ); document.write( "(80+72+86+2x)/5= 84 \n" ); document.write( "(238+2x)/5= 84 Multiply both sides times 5 (the magical rule of \"do no harm\" in equations, always do to one side what you do to the other): \n" ); document.write( "238+2x= 420 Subtract 238 from both sides: \n" ); document.write( "2x= 182 \n" ); document.write( "x= 91 \n" ); document.write( " |