The posted solution yields the correct answer, however the solution is not correct because it does not consider the start time.
To find the YOUNGEST, the rider’s AGE must be calculated as the difference between ‘start time’ and ‘birth year’.
Because the start time happens to be 2016 for ALL entries (which is obviously incorrect and unrealistic), the posted solution works.
However if the start time was realistic, a rider born in a different year could be younger than a 16-year-old rider starting a ride in 2016.
For example a rider born in 1885 might have a start time of 1895-01-01 instead of 2016-01-01 and thus be 9 or 10 years old.
I will leave it as an exercise for people to find the true solution, but I wonder if the course authors should find a better example quiz question or revise the wording.
The Quiz question would work if it was qualified with an assumption, for example:
(Assuming all rides were started in 2016) In what year was the youngest bike rider from the sample_training.trips collection born?