Puzzle #30
I hope you like PAT codes! We're at the race track and we need to get the robots going. Better kick things in to gear and get these guys going.
Hint #1 - Start with the first PAT code on the side of the machine. PAT will now give you a clue on how to solve this puzzle. Also make a note that each moves at a constant speed, that'll be important in the next puzzle.
PAT says each machine will give you a set of numbers, followed by two digits. The first represents the number of digits that are correct, the second represents the number of digits in the right order. Start scanning each bot to build up your numbers.
Hint #2 - Once scanned you should end up with these numbers
4509-3-2
9435-4-0
4095-3-1
6739-2-1
Based on the logic PAT has shared, line 9435-4-0 indicates that all four digits are correct, but in the wrong order. We can use this to figure out the correct order.