Custom Tool: Exercise 6
In this exercise, you will design a tool that allows the user to select 2 points and enter a positive integer value n. This tool, in turn, will then construct a segment that connects these two points and will construct points that cut this segment into n congruent segments.
The applet below contains a custom-made tool entitled Congruent Segment Divider.
The icon for this tool should be obvious.
Interact with this tool for a few minutes, then complete the task that follows.
Without downloading the applet seen above, take what you've learned from this session to create your own applet that contains a Congruent Segment Divider tool. Be sure this tool performs the same operation as the Congruent Segment Divider tool in the applet above.