Answer:
x=17
Step-by-step explanation:
Since these angles are supplementary, they will add up to 180 degrees, so you can set up the equation like this:
4x+8+104=180
First, combine like terms:
4x+(8+104)=180
4x+112=180
Next, subtract 112 from both sides:
4x+112(-112)=180(-112)
4x=68
Then, divide each side by 4:
4x(/4)=68(/4)
x=17
17 is your answer.
True, and it's called an isosceles right triangle :D
Answer:
442554 square miles
Step-by-step explanation:
The area of a triangle is given by :
0.5*A*B*Sin(∅) where A and B are two sides and ∅ is the angle between them.
We will find ∅ by applying cosine rule:
c^2 = a^2 + b^2 − 2ab cos(∅)
Where ∅ is angle between sides a and b.
In this example:
a=1028, b=1046, c= 965
Plugging in the values, we get ∅=55.4°
Applying the formula for Area:
0.5*A*B*Sin(∅)
0.5*1028*1046*Sin(55.4)= 442554 square miles
Answer:
P(t) = 27000 * (1/9)^(t/4)
Step-by-step explanation:
This problem can me modelled with an exponencial formula:
P = Po * (1+r)^t
Where P is the final value, Po is the inicial value, r is the rate and t is the amount of time.
In this problem, we have that the inicial population/value is 27000, the rate is -8/9 (negative because the population decays), and the time t is in months, so as the rate is for every 4 months, we use the value (t/4) in the exponencial.
So, our function will be:
P(t) = 27000 * (1-8/9)^(t/4)
P(t) = 27000 * (1/9)^(t/4)