Found an interesting maths puzzle (originally in German) for those so inclined and who fancy a small diversion:
https://www.spektrum.de/raetsel/wie-viele-fahrgaeste-sind-im-zug/2071047
Translation: A train is pulling 11 passenger cars. There are 381 passengers total, and in any 3 consecutive cars there are 99 passengers. How many are in the ninth carriage?
(Please use CW to prevent spoilers in the replies so that others can enjoy the puzzle too)
twist
@tajac @mattp How I solved it too. I initially expected to have to use the underdeterminedness to construct an integer solution from the least squares solution, but got a surprise. Using the backslash operation, my version of Matlab gives another less symmetric solution. However, an explicit pinv(M)*RHS gives your solution.
twist
@imdef
All the ones that are not 15 can be anything as long as they sum to 84 in each pair 🙂
@mattp