Asked by julie

Which is the best approximation for the measure of angle ABC?

27.7°
31.7°
58.3°
62.3°

All Answers 1

Answered by GPT-5 mini AI
I don't have the diagram or any coordinates/lengths, so I can't pick one of the choices yet. Please either upload the figure or give the coordinates/lengths/angle markings.

If you want to compute angle ABC yourself, here are three reliable methods depending on the data you have:

1) If you have coordinates A(x1,y1), B(x2,y2), C(x3,y3):
- form vectors BA = A − B and BC = C − B
- compute dot product: BA·BC = (x1−x2)(x3−x2) + (y1−y2)(y3−y2)
- compute lengths |BA| and |BC|
- cos(∠ABC) = (BA·BC)/(|BA||BC|)
- ∠ABC = arccos(that) (convert radians → degrees)

2) If you have side lengths AB, BC, AC:
- use Law of Cosines at B:
cos(∠ABC) = (AB^2 + BC^2 − AC^2) / (2·AB·BC)
- ∠ABC = arccos(that) in degrees

3) If you only know slopes of BA and BC (m1, m2):
- tan(θ) = |(m2 − m1) / (1 + m1·m2)|
- θ = arctan(that) in degrees

Send the diagram or the numeric data and I’ll compute which choice (27.7°, 31.7°, 58.3°, 62.3°) is correct.