131k views
2 votes
What is the distance between two points with coordinates at (12,0) and (0,35

User Taylor G
by
8.5k points

2 Answers

6 votes

You entered the following points:

A = ( 12 , 0 )

B = ( 0 , 35 )

The distance between points A and B is :

d(A,B)=37

Step-by-step explanation

To find distance between points A(xA,yA) and B(xB,yB), use formula:

d(A,B)=(xBxA)2+(yByA)2

In this example: xA=12 , yA=0 , xB=0 and yB=35 so:

d(A,B)d(A,B)d(A,B)=(0−12)2+(35−0)2

=144+1225=37




User Varagrawal
by
7.5k points
7 votes
The distance formula is derived from the Pythagorean theorem. To find the distance between two points (x1,y1) and (x2,y2), all that you need to do is use the coordinates of these ordered pairs and apply the formula pictured below.
User Soroush Rabiei
by
7.9k points

No related questions found