9•27+2•31-28= ? Is that what you are asking?
Answer:Area = 492.4 m²
Explanation:The area of the triangle can be calculated using the side-angle-side method as follows:
Area = 0.5 * first side * second side * sin(angle included between these two sides)
This rule is illustrated in the attached image.
Now, we have:
AB = 40 m
BC = 25 m
angle B which is the angle included between AB and BC = 80 degrees
The given angle is included between the two given sides, therefore, we can apply the above rule to get the area.
Area of triangle = 0.5*40*25*sin(80)
Area of triangle = 492.4 m²
Hope this helps :)
Answer:
4
Step-by-step explanation:
f(n) is the nth term
Each term f(n) is found by adding the terms just prior to the nth term. Those two terms added are f(n-1) and f(n-2)
The term just before nth term is f(n-1)
The term just before the (n-1)st term is f(n-2)
----------------
For example, let's say n = 3 indicating the 3rd term
n-1 = 3-1 = 2
n-2 = 3-2 = 1
So f(n) = f(n-1) + f(n-2) turns into f(3) = f(2) + f(1). We find the third term by adding the two terms just before it.
f3) = third term
f(2) = second term
f(1) = first term