You are programming a robotic drill to drill holes in a circuit board. After the holes have been drilled, electronic com
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
You are programming a robotic drill to drill holes in a circuit board. After the holes have been drilled, electronic com
You are programming a robotic drill to drill holes in a circuit board. After the holes have been drilled, electronic components will be inserted into them. You use an ordered par to specify a hole's location. For example, the ordered pair (1, 2) specifies a location that is 1 mm to the right and 2 mm above the board's lower left corner, as shown in the figure below. The drill is programmed to return to (0,0) after completing a circuit board. The cost of drilling a board is determined by the distance the drill must travel, and the deill moves only horizontally and vertically. For example, if the drill starts at (0.0) and then travels to (1, 2) to drill a hole, it travels horizontally 1 mm and vertically 2 mm, for a total of 3 mm hole at(1.2) circuit board The machine drits holes at (45) and then (1, 1). (a) How far does the drill travel when it moves from (0,0) to (4, 5)? mm (b) How far does the drill travel when it moves from (4, 5) to (1, 1); mm (c) How far does the drill travel when it moves from (1, 1) to (0,0) mm d) How far does the drill travel in total? mm
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!