Question 1150871
<font face="times" color="black" size="3">
The tutor @josgarithmetic has the correct answers. This is what the triangle looks like
<img src = "https://i.imgur.com/Je01Op1.png">


An alternative to finding the height (to find the area of the triangle) is to use the formula below
A = 0.5*p*q*sin(R)
A = area of triangle
R is the angle between sides p & q.
This can be thought of as the SAS triangle area formula because we have two sides (p & q) and the included angle between them (angle R). All three of which help us find the area.


So lets say we have
p = 400
q = 368.64
R = 50
So,
A = 0.5*p*q*sin(R) 
A = 0.5*400*368.64*sin(50) 
A = 56478.924702276


The much more closer approximation of the area of the triangle is 56479.2302073497 which is fairly close to 56478.924702276. The discrepancy is due to the number of decimal digits we used for side q = 368.64


------------------------------------------------

Here is more accurate look at the triangle (with better approximations for the side lengths with decimal values)
<img src = "https://i.imgur.com/FONIoSJ.png">


Let's recompute the area with q = 368.6419940428
p = 400
q = 368.6419940428
R = 50
A = 0.5*p*q*sin(R)
A = 0.5*400*368.6419940428*sin(50)
A = 56479.2302073572
This is much closer to 56479.2302073497


------------------------------------------------


There is yet another way to find the area of a triangle if you know two angles and the included side. This can be informally known as the ASA triangle area rule. ASA stands for "angle side angle". Based on the information you are given, the ASA triangle area formula will be much more quicker and direct to finding the area. 


There are 3 slightly different variations of the ASA rule. The rule we'll use is
{{{Area = (c^2*sin(A)*sin(B))/(2*sin(C))}}}
where A,B,C are the angles and 'a','b','c' are the three sides opposite those respective angles.


Refer to the diagram above
A = 50
B = 60
C = 70
a = 326.0829876384
b = 368.6419940428
c = 400


So,
{{{Area = (c^2*sin(A)*sin(B))/(2*sin(C))}}}


{{{Area = (400^2*sin(50)*sin(60))/(2*sin(70))}}}


{{{Area = 56479.2302073497}}}
We get a much more accurate value here (though it's still an approximation).
</font>