Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You are in charge of modernizing a busy 20 kilometre-long stretch of highway near a large city. The speed limit on there is 90 km/h

image text in transcribedimage text in transcribed
image text in transcribedimage text in transcribed
You are in charge of modernizing a busy 20 kilometre-long stretch of highway near a large city. The speed limit on there is 90 km/h and residents have been complaining of excessive speeding on the highway, and the police haven't been able to keep up with the problem. Yourjob is to design some speed traps (described below) that can catch speeding drivers and automatically send them speeding tickets. There are existing metal structures like this one placed every 2 kilometres along this stretch of highway (11 of them in total). The city has a large number of smart cameras that can read the license plates of cars and note the exact times (to the second) the cars pass by the cameras. Your plan is to attach one of these cameras to each of the structures mentioned above. The data from the cameras is then transmitted to a computer system that records the exact time of day at which each car passes each camera in a central database. Your goal is to write a very simple program that will use this data to detect cars that exceed the speed limit, so that their owners can be sent speeding tickets. To avoid errors, you want to design the system to only assign speeding tickets to cars that go at least 10% faster than the speed limit. How should your program work? Describe how a computer can analyze the data collected by the cameras and be sure that a car was speeding at some point. (Your explanation should reference a theorem you've studied recently. You're not being asked to actually write computer code, but describe, mostly in words, how the computer would analyze the data above to nd speed ers, and we can be sure of its conclusions.) Here is some sample data you can think about. This is the data collected about two cars (the column headers are their license plates) as they travel down this stretch of highway and pass all the cameras. One if these cars should get a speeding ticket and the other should not. You are not required to discuss this sample data in your solution. It's just to give you something to work with. ABCD 123 DCBA 777 Cam 1 2022-03-25 12:45:01 2022-03-23 21:03:26 Cam 2 2022-03-25 12:46:28 2022-03-23 21:04:46 Cam 3 2022-03-25 12:47:48 2022-03-23 21:06:01 Cam 4 2022-03-25 12:49:06 2022-03-23 21:07:12 Cam 5 2022-03-25 12:50:36 2022-03-23 21:08:27 Cam 6 2022-03-25 12:52:08 2022-03-23 21:09:43 Cam 7 2022-03-25 12:53:43 2022-03-23 21:11:03 Cam 8 2022-03-25 12:55:12 2022-03-23 21:12:22 Cam 9 2022-03-25 12:56:37 2022-03-23 21:13:43 Cam 10 2022-03-25 12:58:00 2022-03-23 21:15:09 Cam 11 2022-03-25 12:59:21 2022-03-23 21:16:39

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Differential Equations With Involutions

Authors: Alberto Cabada, F Adrián F Tojo

1st Edition

9462391211, 9789462391215

More Books

Students also viewed these Mathematics questions

Question

Get married, do not wait for me

Answered: 1 week ago

Question

Do not pay him, wait until I come

Answered: 1 week ago

Question

Do not get married, wait until I come, etc.

Answered: 1 week ago