Answer:
160 degrees
Step-by-step explanation:
Step 1: A straight line is 180 degrees. So 180 - 100, is 80 degrees. as the opposite angle measurement of the 100 degree.
Step 2: An isosceles triangle has two equal angle measurements, so two of its angles are 80 degrees.
Step 3: All angles in a triangle equal 180 degrees. So add them up (we will call the missing angle, Z) 180 = 80+80+Z. which equals 180= 160+z
Step 4: Solve it. You subtract 160 from both side which comes out to 20 = Z.
Step 5: Now you have the opposite angle of X. Going back to step 1, A straight angle is 180 degrees. 180 - 20 = 160. X = 160 degrees
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.
Answer:
B
Step-by-step explanation:
Answer:
1/30
Step-by-step explanation:
6 white marbles
5 red marbles
+ 19 marbles of other colors
-----------------------------------------------
30 marbles in total
First drawing:
p(white) = (number of white marbles)/(total number of marbles)
p(white) = 6/30 = 1/5
Second drawing:
Since the first marble is replaced, there are still 30 marbles in the bag.
p(red) = (number of red marbles)/(total number of marbles)
p(red) = 5/30 = 1/6
The two drawings are independent events, so the overall probability of the two events is the product of the individual probabilities.
p(white then red) = p(white) × p(red)
p(white then red) = 1/5 × 1/6
p(white then red) = 1/30