#"Given : " a = 12 " in", c = 10 " in", t = 15 " in"#
#color(green)("Knowing three sides of a triangle, we can use Heron's formula to calculate the area."#
#s = (a + c + t) / 2 = (12 + 10 + 15) / 2 = 18.5#
#A_t = sqrt(18.5 * (18.5-12) * (18.5 - 10) * (18.5 - 3)) = 59.8 " in"^2#
#color(crimson)("Using two sides and included angle to find area"#,
#A_t = (1/2) * a * c * sin T#
#sin T = (2 * 59.8) / (12 * 10) = 0.9969#
#hat T = sin ^-1 0.9969 ~~ 85.49@#
#color(maroon)("Using Law of Sines"#
#a / sin A = c / sin C = t / sin T#
#12 / sin A = 10 / sin C = 15 / sin (85.49^@)#
#sin A = (12 * sin (85.49) ) / 15 = 0.7975#
#hat A = sin ^-1 0.7975 = 52.89^@#
#hat C = 180 - hat A - hat T = 180 - 85.49 - 52.89 = 41.62^@#