document.write( "Question 1119359: The average, or mean, D, of three exam grades, w, r, and v, is given by the following formula.
\n" );
document.write( " D = w+r+v over 3
\n" );
document.write( "(a) Solve the formula for v.
\n" );
document.write( "(b) Use the formula in part (a) to solve this problem. On your first two exams, your grades are 86% and 89%: w=86 and r=89. What must you get on the third exam to have an average of 86%? \n" );
document.write( "
Algebra.Com's Answer #734882 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! D=(w+r+v)/3; 3D=w+r+v; v=3D-w-r \n" ); document.write( "Substitute \n" ); document.write( "v=258-86-89 \n" ); document.write( "v=83% \n" ); document.write( " |