A sensor feeds a raw reading , in millivolts, into a two-stage pipeline. Stage 1 rescales the reading; stage 2 turns the rescaled number into a score.
| Stage | What it computes |
|---|---|
| 1. Rescale | |
| 2. Score |
Stage 1 runs first, and its output is the only thing stage 2 ever sees. So the pipeline as a whole is the composition
If you sketch the graph of , the curve crosses the horizontal line at exactly two points.
Report the -coordinate of the right-hand crossing — that is, the larger of the two raw readings that make the pipeline output a score of .
Give your answer in millivolts, rounded to two decimal places if needed.