198k views
2 votes
Given a square with two vertices of one side located at -5,-3 and -5,12 in square units what is its area

User Kjprice
by
6.9k points

1 Answer

2 votes

Answer:

225 units squared

Explanation:

Lets find the distance (the side length of the square)

D=sqrt((x2-x1)^(2)+(y2-y1)^(2))

plug in the coordinates:

D=sqrt((-5-(-5))^(2)+(12-(-3))^(2))

D=sqrt(0^(2)+15^(2))

D=sqrt(15^(2))

D=15

Area of a square is side length squared

A=s^2

A=15^2

A=225 units squared

User Natxet
by
7.6k points