Question 1197251
<font color=black size=3>
A = (-3,3)
B = (-1,-1)
C = (3,-3)


Use the distance formula to calculate the distance from A to B, which gives the length of side AB.
(x1,y1) = (-3,3) and (x2, y2) = (-1,-1)
d = sqrt( (x1-x2)^2 + (y1-y2)^2 )
d = sqrt( (-3-(-1))^2 + (3-(-1))^2 ) 
d = sqrt( (-3+1)^2 + (3+1)^2 )
d = sqrt( (-2)^2 + (4)^2 )
d = sqrt( 4 + 16 )
d = sqrt( 20 )


Segment AB is exactly sqrt(20) units long.
This is side c since angle C is opposite this side.


Repeat similar steps for BC and AC.


The sides of triangle ABC are
a = segment BC = sqrt(20)
b = segment AC = sqrt(72)
c = segment AB = sqrt(20)


Now we can use the law of cosines to find angle A
a^2 = b^2 + c^2 - 2*b*c*cos(A)
(sqrt(20))^2 = (sqrt(72))^2 + (sqrt(20))^2 - 2*sqrt(72)*sqrt(20)*cos(A)
20 = 72+20 - 2*sqrt(72)*sqrt(20)*cos(A)
20 = 92 - 2*sqrt(72*20)*cos(A)
20 - 92 = -2*sqrt(1440)*cos(A)
-72 = -2*sqrt(144*10)*cos(A)
-72 = -2*sqrt(144)*sqrt(10)*cos(A)
-72 = -2*12*sqrt(10)*cos(A)
-72 = -24*sqrt(10)*cos(A)
cos(A) = -72/(-24*sqrt(10))
cos(A) = 0.94868329805051
A = arccos(0.94868329805051)
A = 18.4349488229227
A = 18.435


Angle A is roughly 18.435 degrees.
Since triangle ABC is isosceles, this means angle C is also this approximate measure. 
The congruent angles are opposite the congruent sides. Use the law of cosines to confirm this statement.


The remaining angle B is,
A+B+C = 180
B = 180-(A+C)
B = 180-(18.4349488229227+18.4349488229227)
B = 143.130102354154
B = 143.130


Summary:
Angle A = 18.435 degrees
Angle B = 143.130 degrees
Angle C = 18.435 degrees
Each value is approximate.
Round these values according to the instructions your teacher gives you.
</font>