You can
put this solution on YOUR website!Since you did not specify the base of the logarithms, I'm presuming that this problem uses
logarithms to the base 10.
.
The average score (S) the first time the exam was given occurs when t equals zero. This makes
the equation:
.
S = 76 - 18*log(0+1) = 76 - 18*log(1)
.
but log(1) = 0
.
so the equation reduces to:
.
S = 76 - 18*0 = 76
.
So the first time the exam was given the average score was 76.
.
After 4 months the average score becomes:
.
S = 76 - 18*log(4+1) = 76 - 18*log(5)
.
Using a calculator you can find that log(5) = 0.69897. Substituting this value for log(5)
changes the equation to:
.
S = 76 - 18*(0.69897) = 76 - 12.58146= 63.4185.
.
So 4 months later when the students took the exam, they scored an average of 63.4 on it.
.
A year (12 months) after they first took the exam they re-tested. The equation becomes:
.
S = 76 - 18*log(12+1) = 76 - 18*log(13)
.
and a calculator tells you that log(13) = 1.1139. Substituting this value for log(13) makes
the equation become:
.
S = 76 - 18*1.1139 = 76 - 20.0502 = 55.9498
.
So a year after they took the original exam, the students re-took it and scored an average
of 55.9 on it.
.
Hope this helps you to gain a little better understanding of working with logarithms.