document.write( "Question 1007690: Students in a fifth-grade class were given an exam. During the next 2 years, the same students were retested several times. The average scores was given by the model f (t)=90-4log(t+1), 0 <=t<=24
\n" );
document.write( "Where t is the time in months.
\n" );
document.write( "A) what is the average score on the original exam?
\n" );
document.write( "B) what was the average score after 6 months?
\n" );
document.write( "C what was the average score after 18 months? \n" );
document.write( "
Algebra.Com's Answer #660117 by MaxWong(38)![]() ![]() ![]() You can put this solution on YOUR website! A) Average score = f(0) = 90 - 4 log(0+1) = 90 - 4(0) = 90 \n" ); document.write( "B) Average score = f(6) = 90 - 4 log(6+1) = 90 - 4log7 which is about 86.6 \n" ); document.write( "C) Average score = f(18) = 90 - 4 log(18+1) = 90 - 4log19 which is about 84.9 \n" ); document.write( " |