document.write( "Question 986378: So far this semester your test scores have been 75, 91, and 85. Set up and solve an equation for each problem.
\n" );
document.write( "a. If all of the tests are equally weighted, what score must you get on the fourth test to have a test average of 88? Define any variable used.
\n" );
document.write( "b. If the fourth test counts twice as much as the other three tests, then what score must you get on the fourth test to have a test average of 90? Define any variable used. \n" );
document.write( "
Algebra.Com's Answer #607356 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! So far this semester your test scores have been 75, 91, and 85. \n" ); document.write( " Set up and solve an equation for each problem. \n" ); document.write( ": \n" ); document.write( "a. If all of the tests are equally weighted, what score must you get on the fourth test to have a test average of 88? Define any variable used. \n" ); document.write( "let a = the 4th test grade \n" ); document.write( " \n" ); document.write( "multiply both sides by 4, add the grades \n" ); document.write( "251 + a = 4(88) \n" ); document.write( "a = 352 - 251 \n" ); document.write( "a = 101 to have an 88 average, (you may need extra credit here) \n" ); document.write( ": \n" ); document.write( "b. If the fourth test counts twice as much as the other three tests, then what score must you get on the fourth test to have a test average of 90? Define any variable used. \n" ); document.write( "let b = test grade for this to be true, \n" ); document.write( "Treat it like there are two grades of b, and average 5 tests \n" ); document.write( " \n" ); document.write( "Multiply both sides by 5 \n" ); document.write( "251 + 2b = 5(90) \n" ); document.write( "2b = 450 - 251 \n" ); document.write( "2b = 199 \n" ); document.write( "b = 199/2 \n" ); document.write( "b = 99.5 required to get a 90 average \n" ); document.write( " |