document.write( "Question 1092566: Professor Johnson gives only midterm exam and a final exam. The semester average is
\n" ); document.write( "computed by taking 1/3 of the midterm exam score plus 2/3 of the final exam score. To get a C, Beth must have a
\n" ); document.write( "semester average between 70 and 79 inclusive. If Beth scored only 64 on the midterm, then for what range of scores
\n" ); document.write( "on the final exam would Beth earn a C?
\n" ); document.write( "

Algebra.Com's Answer #707209 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
let M represent the mideterm score.
\n" ); document.write( "let F represent the final score.
\n" ); document.write( "let A represent the overall score.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the formula is A = 1/3 * M + 2/3 * F\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "when M = 64, this formula becomes A = 1/3 * 64 + 2/3 * F\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "simplify to get A = 64/3 + 2/3 * F\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "when A = 70, this formula becomes 70 = 1/3 * 64 + 2/3 * F\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "multiply both sides of this equation by 3 to get 210 = 64 + 2 * F\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve for F to get F = (210 - 64) / 2 = 73\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "she needs to get a 73 on the final in order for the overall score to be equal to 70.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "1/3 * 64 + 2/3 * 73 = 70\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "when A = 79, this formula becomes 79 = 1/3 * 64 + 2/3 * F\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "multiply both sides of the equation by 3 to get 237 = 64 + 2 * F\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve for F to get F = (237 - 64) / 2 = 86.5\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "she needs to get an 86.5 on the final in order for the overall score to be equal to 79.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "1/3 * 64 + 2/3 * 86.5 = 79\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in order to get a C, which is any score from 70 to 79, she needs to get any score from 73 to 86.5 on the final.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );