Value of x is 11
Step-by-step explanation:
- Step 1: Find x when ΔABC ≅ ΔDEC.
When these two triangles are congruent, their corresponding angles and sides will be equal.
⇒ ∠B = ∠E
⇒ 44° = 4x
∴ x = 44/4 = 11
Answer:
1176
Step-by-step explanation:
i hope this helps out
Answer:
a=6.9
Step-by-step explanation:
Since you know that C is a right angle, you can use the Law of Sines to find a. The first step is to find the size of the angle A, which is 180-74-90=16. Now, you set up a ratio that involves 3 knowns and one unknown to get
, which after cross multiplying yields
. PM me if you have any questions?
Step-by-step explanation:
To check out how efficient or accurate a model is, we use the akaike information criterion or the Bayesian. If the AIC or BIC are lower, then this model would be better. They are also used to control for model complexity
Akaike information criterion = 2k-2ln where k is the number of parameter. A higher k gives a higher AIC.
In the real world complex models are discouraged and avoided since
1. They cause data to be over fitted and can capture noise and information from this data.
2. They are complex and therefore difficult to interpret
3. They consume a lot of time and computing them has several inefficiencies.
Using these two as measure of performance, we can select optimal choice of independent variable.
With forward/backward regression, we are able to put new variables in the model or remove from it. The best is the one with lowest AIC.