Stephanie M. answered 07/07/15
Tutor
5.0
(917)
Degree in Math with 5+ Years of Tutoring Experience
It seems like the data was collected by sorting all 1500 tests into old tests and new tests. Then, the number of passed old tests was used to calculate the overall pass rate for the old test and the number of passed new tests was used to calculate the overall pass rate for the new test. The number of total passed tests was used to calculate the overall pass rate of the test ("current pass rate").
These pass rates mean that 80% of learners passed the old test, 39% of learners pass the new test, and at the moment, 63% of people who have taken either version have passed. As time goes on, if the new test is not changed, the current pass rate of 63% will drop lower and lower until it effectively reaches 39%.
You can use this information to figure out how many people have taken the new test (N) and how many have taken the old test (O) so far:
N + O = 1500
0.8(O) + 0.39(N) = 0.63(1500)
0.8(1500 - N) + 0.39(N) = 0.63(1500)
1200 - 0.41(N) = 945
-0.41(N) = -255
N = 622
O = 1500 - N
O = 1500 - 622
O = 878