The length of side BC, rounded to the nearest tenth, is 18.9 units.
To find the length of side BC in the given triangle, we can use the Law of Cosines, which relates the lengths of the sides of a triangle to the cosine of one of its angles. The Law of Cosines states:
![\[ c^2 = a^2 + b^2 - 2ab \cdot \cos(C) \]](https://img.qammunity.org/2022/formulas/mathematics/high-school/1e7xtxh2jths3e88c7hrz1kg5z1gcks677.png)
where
is the length of the side opposite angle C,
and
are the lengths of the other two sides, and
is the cosine of the angle C.
From the image, we have:
- Side AB = 13 (between points A and B)
- Side AC = 7 (between points A and C)
- Angle
![\( A = 140^\circ \)](https://img.qammunity.org/2022/formulas/mathematics/high-school/hhe3ueakksn6xqmqz7xfyv18t3kjbi2bjl.png)
We want to find the length of side BC. Applying the Law of Cosines:
![\[ BC^2 = AB^2 + AC^2 - 2 \cdot AB \cdot AC \cdot \cos(A) \]](https://img.qammunity.org/2022/formulas/mathematics/high-school/yo2jwxz8k1poyfrqhvg91p0gupu0wo6pdx.png)
Plugging in the values:
![\[ BC^2 = 13^2 + 7^2 - 2 \cdot 13 \cdot 7 \cdot \cos(140^\circ) \]](https://img.qammunity.org/2022/formulas/mathematics/high-school/73wsmtujkwhdw8wky5wnqvkdpkzrva8ot7.png)
We will calculate this using the cosine of 140 degrees, which we'll convert to radians because Python's cosine function takes radians. The conversion is
![\( \text{radians} = \text{degrees} * (\pi)/(180) \).](https://img.qammunity.org/2022/formulas/mathematics/high-school/qdvf3d97l0j6legbupx4w2yh3kym6evotc.png)
The length of side BC, rounded to the nearest tenth, is 18.9 units.