Use the Pythagorean equation to compute the distance between the following pairs of (x, y) points below. Assume the units of the coordinate system represent feet and evaluate square roots to two decimal places when necessary.
(6, 7) and (3, 1)

You might also like to view...
To access a Web page, you can enter either an IP address or a domain name in the ____ box of your browser window.
A. address B. link C. hypertext D. Web
The STL provides the class template ____, where the data type of the queue elements is specified by elemType.
A. priority_queue
What is the first step in choosing an optimal location for an access point?
A. Software upgrades B. Market research C. Site survey D. Interference control
How many times will the loop steps in the instructions corresponding to the following pseudocode be executed, assuming 5 values - 0, 8, 6, 3, 0 - are input, one on each record?
``` Read SCORE DOWHILE SCORE > 0 Write SCORE Read SCORE ENDDO ``` a) 0 b) 4 c) 5 d) infinite