sschultz22 sschultz22
  • 04-03-2019
  • Mathematics
contestada

use the pythagorean theorem to find the distance between the points (4,3) and (-4,-3)

Respuesta :

Аноним Аноним
  • 04-03-2019

Draw a right triangle (attachment below):

Length of the vertical line = 6 units

Length of horizontal line = 8 units

a^2 + b^2 = c^2

6^2 + 8^2 = 100

Square root of 100 = 10

The distance between the two points is 10 units.

Ver imagen Аноним
Answer Link
Burnett567
Burnett567 Burnett567
  • 04-03-2019
Square root of 100= 10
Answer Link

Otras preguntas

The supreme court has refused to define the term republican form of government because
what is the genotype of a heterozygous person with a cleft chin?
What is the price at which a dealer will sell a bond?
Which the following consists of all the benefits a product will provide for consumers or business​ customers? A. Augmented product B. Core product C. Actual pro
If you find that the hydrogen alpha line in a star’s spectrum occurs at a wavelength of 656.45 nm, what is the star’s approximate radial velocity? Note that the
Chyle is delivered to the blood via the lymphatic system. True or False
Which graph is a Linear function of x?
Demand is said to be ___________ when the quantity demanded is very responsive to changes in price.
In the eighteenth century, many liberal thinkers believed that representative institutions could defend the liberty and interests of the people. In terms of pol
What is wrong with line 1? public class G { private int x; public G() { x=3;} public void setX(int val){ x=val; } public String toString(){