Answer:
A) ERROR
B) ∠C = 26°
Step-by-step explanation:
Houston, We have a problem!!! too much information
If we had a legit triangle, the law of sines would hold
19/sin138 = 8/sin20
28.395 = 23.390
as this is NOT an equality, the triangle does not exist as described.
IF it did, we'd get different results depending on which set we used
∠F = 180 - 138 - 20 = 22°
Law of sines
19/sin138 = DE/sin22 ⇒ DE = 19sin22/sin138 = <u>10.63697...</u>
or
8/sin20 = DE/sin22 ⇒ DE = 8sin22/sin20 = <u>8.762211...</u>
If we attempt to use Law of cosines
DE² = 19² + 8² - 2(19)(8)cos22 = <u>11.9639...</u>
so really none is correct because we attempt to use trig calculations to a non-triangle.
12) AC² = 15² + 19² - 2(15)(19)cos120
AC = 29.51270...
29.51270 / sin120 = 15/sinC
C = arcsin(15sin120/29.51270) = 26.1142... <u>26°</u>
Answer:
15.71m
Step-by-step explanation:
circumference of a circle = 2πr
where r = 2.5m
where π = 3.142
we have,
2*3.142*2.5 = 15.71m
therefore the circumference of a circle with a radius 2.5m = 15.71 m
Answer:
the sampling distribution of proportions
Step-by-step explanation:
A sample is a small group of observations which is a subset of a larger population containing the entire set of observations. The proportion of success or measure of a certain statistic from the sample, (in the scenario above, the proportion of obese observations on our sample) gives us the sample proportion. Repeated measurement of the sample proportion of this sample whose size is large enough (usually greater Than 30) in other to obtain a range of different proportions for the sample is called the sampling distribution of proportion. Hence, creating a visual plot such as a dot plot of these repeated measurement of the proportion of obese observations gives the sampling distribution of proportions
#include <stdio.h> #include <stdlib.h>
// Function to perform division (x / y) of two numbers x and y. // without using division operator in the code. int divide(int x, int y)
{ // handle divisibility by 0. if (y == 0)
{ printf("Error!! Divisible by 0"); exit(1);
} // store sign of the result.
int sign = 1; if (x * y < 0)
Answer:
C
Step-by-step explanation:
On edge