You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
Jonathan Ho edited this page Mar 23, 2020
·
1 revision
For this challenge, we are given an image, carreg.png, and we need to find the brand and model of the car as well as when they were first produced.
Looking into the plate patterns of license plates from different countries, we find that the car is from the United Kingdom. Using this knowledge, we can go to the UK government site for vehicle lookup and use the license plate in the image to get more information.
Result:
We find that the car is a Ford, but we still don't know the model. Doing a reverse image search of the car tells us that it is a Ford Ka. The flag requires that we find the year that it was first produced, so we lookup production dates of Ford Ka and find that the second generation was first produced in 2008.