Question 1209009
<font color=black size=3>
Part (a)
Here is a diagram if your teacher/textbook has not provided it.
{{{
drawing(400,400,-3.1,2.56,-4.88,4.04,
line(-0.62,3.04,1.56,0),line(1.56,0,0.74,-3.88),line(0.74,-3.88,-2.1,-0.56),line(-2.1,-0.56,-0.62,3.04),
locate(-0.62,3.44,"A"),locate(1.62,0,"B"),locate(0.74,-3.88,"C"),locate(-2.2,-0.56,"D"),locate(0.66,1.7,"50"),locate(1.48-0.2,-1.8,"65"),locate(-1.1,-2.22,"80"),locate(0.82,0.12,130^o),locate(0.43,-2.94,52^o),
locate(-2.8,-4.2,matrix(1,4,"Diagram","not","to","scale"))
)
}}}


Let's draw in diagonal AC so we split the quadrilateral into triangles ABC and ACD.
{{{
drawing(400,400,-3.1,2.56,-4.88,4.04,
line(-0.62,3.04,1.56,0),line(1.56,0,0.74,-3.88),line(0.74,-3.88,-2.1,-0.56),line(-2.1,-0.56,-0.62,3.04),
line(-0.62,3.04,0.74,-3.88),
locate(-0.62,3.44,"A"),locate(1.62,0,"B"),locate(0.74,-3.88,"C"),locate(-2.2,-0.56,"D"),locate(0.66,1.7,"50"),locate(1.48-0.2,-1.8,"65"),locate(-1.1,-2.22,"80"),locate(0.82,0.12,130^o),
locate(-0.2,0,"x"),
locate(-2.8,-4.2,matrix(1,4,"Diagram","not","to","scale"))
)
}}}
x = length of segment AC


Focus on triangle ABC only. 
Either cover up the other triangle, or draw triangle ABC off to the side.
We use the Law of Cosines to find x.
b^2 = a^2 + c^2 - 2*a*c*cos(B)
x^2 = 65^2 + 50^2 - 2*65*50*cos(130)
x^2 = 10903.11946296
x = sqrt(10903.11946296)
x = 104.41800354
This value is approximate. 
Unless otherwise stated, each decimal value mentioned from here on out will also be approximate. 
The distance from A to C is <font color=red>roughly 104.418 meters</font> when rounding to 3 decimal places.
Please make sure that your calculator is set to degrees mode.


------------------------
Part (b)


Triangle ABC has these side lengths
AB = 50 (given)
BC = 65 (given)
AC = 104.41800354 (approximate; see part (a) )


We can use Heron's triangle area formula to get the following
s = semi perimeter = (a+b+c)/2 = (65+104.41800354+50)/2 = 109.70900177
area = sqrt(s*(s-a)*(s-b)*(s-c))
area = sqrt(109.70900177*(109.70900177-65)*(109.70900177-104.41800354)*(109.70900177-50))
area = 1244.822220001852
Triangle ABC has area of <font color=red>approximately 1244.822 square meters</font> when rounding to 3 decimal places.


------------------------
Part (c)


The previous part relies on calculating the length of AC. 


Luckily there's a much faster way to find the area of triangle ABC without needing AC at all. 
I'll use the SAS triangle area formula. SAS stands for "side angle side".
area = 0.5*side1*side2*sin( included angle )
area = 0.5*AB*BC*sin(angle ABC )
area = 0.5*50*65*sin(130)
area = 1244.822220068339
When rounding to 3 decimal places, we get <font color=red>1244.822 square meters</font> once again. 


-----------------------
Part (d)


Let y = measure of angle ACB
The adjacent angle ACD is 52-y. Angles ACB and ACD add to 52 degrees (measure of angle BCD).


Since we found x = AC = 104.41800354 approximately, we can update the diagram to this
{{{
drawing(400,400,-3.1,2.56,-4.88,4.04,
line(-0.62,3.04,1.56,0),line(1.56,0,0.74,-3.88),line(0.74,-3.88,-2.1,-0.56),line(-2.1,-0.56,-0.62,3.04),
line(-0.62,3.04,0.74,-3.88),
locate(-0.62,3.44,"A"),locate(1.62,0,"B"),locate(0.74,-3.88,"C"),locate(-2.2,-0.56,"D"),locate(0.66,1.7,"50"),locate(1.48-0.2,-1.8,"65"),locate(-1.1,-2.22,"80"),locate(0.82,0.12,130^o),
locate(-0.2-1.3,0,104.41800354),
locate(0.43+0.25,-2.94+0.5,y^o),
locate(0.43-0.9,-2.94+1.1,(52-y)^o),
locate(-2.8,-4.2,matrix(1,4,"Diagram","not","to","scale"))
)
}}}
Focus on triangle ABC.
Use the Law of Cosines to determine angle y.
c^2 = a^2+b^2 - 2*a*b*cos(C)
50^2 = 65^2+104.41800354^2 - 2*65*104.41800354*cos(y)
I'll skip a few steps and leave the arithmetic for the student to do. 
You should arrive at y = 21.51940163 degrees approximately.


Alternatively, you can use the Law of Sines
sin(B)/b = sin(C)/c
sin(130)/104.41800354 = sin(y)/50
I'll let the student handle the scratch work to solve for angle y. 
You should arrive at the previously mentioned y value. Or very close to it.
This is the approximate measure of angle ACB.


Adjacent to this is angle ACD, which has measure of 52-y = 52-21.51940163 = 30.48059837 degrees approximately.
Now we can use the SAS area formula to find the area of triangle ACD.
area = 0.5*side1*side2*sin( included angle )
area = 0.5*AC*CD*sin(angle ACD )
area = 0.5*104.41800354*80*sin(30.48059837)
area = 2118.62695314
Like with all of the other decimal values mentioned, this value is approximate.


Then we add the two triangle areas to get the area of the quadrilateral. 
Refer to either part (b) or part (c) to get the area of triangle ABC.
area(ABCD) = area(ABC) + area(ACD)
area(ABCD) = 1244.82222000 + 2118.62695314
area(ABCD) = 3363.44917314
The area of quadrilateral ABCD is <font color=red>approximately 3363.449 square meters</font>.


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


Answers Summary
(a) <font color=red>104.418 meters</font>
(b) <font color=red>1244.822 square meters</font>
(c) <font color=red>1244.822 square meters</font>
(d) <font color=red>3363.449 square meters</font>
Each decimal value is approximate.
</font>