Created: 08/08/2015 (Ewa's wedding)
This chapter contains another example of structured design.
Say that the raw scores on a standardized exam are adjusted by
score = scale*raw + base
where score is the adjusted score, raw is the raw score, scale and base
are used to adjust this year's scores to be comparable to previous years.
If scale is 2, base is 200, what is the adjusted score when the raw score is 100?