I need to find the length of the sides of a triangle. I have an angle and the area of the triangle.
I have the answer but I don't know how to figure it out so it doesn't help.
The area of the triangle is 18cm2 - the angle is 23 degrees.
Can someone explain how I can use the area and the angle to calculate the length of the sides?
Thanks

You obtain the 3 sides of a triangle by using this five equations (for a General triangle):
$a^2+b^2-2abcos(\alpha(a,b))=c^2$ (1)
$b^2+c^2-2bccos(\alpha(b,c))=a^2$ (2)
$a^2+c^2-2accos(\alpha(a,c))=b^2$ (3)
For the area: $A = \frac{1}{2}absin(\alpha(a,b))$ (4)
You also have the angle sum condition: $\alpha(a,b) + \alpha(b,c) +\alpha(a,c)= 180°$ (5)
From These you compute all other angles and the 3 sides of the triangle.