Alright, lets get started.
We have given angle A = 40°
We are also given angle B is complement of A.
Complementary angles are two angles whose sum is 90, it means
angle B = 
angle B = 
angle B = 50° Answer
Now given, angle C is supplement of angle B.
Supplementary angles are two angles whose sum is 180°.
Means angle C = 
angle C = 
angle C = 130° : Answer
Means angle B = 50° and angle C = 130°
Hope it will help :)
Answer:
4.5 ft
Step-by-step explanation:
Given that the two fugures in the question above are similar, it means they have the same shape, even though they are if different sizes, the ratio of their corresponding sides are proportional. Thus,
18/x = 8/2
Let's solve for x as required.
We have,
18/x = 8/2
=>Cross multiply:
18 × 2 = 8 × x
36 = 8x
=>Divide both sides by 8
36/8 = x
4.5 = x
x = 4.5 ft
The first option is our answer = 4.5 ft
Step-by-step explanation:
2b-3ac
=2×2-3×2×(-1)
= 4+6
=10
Substitute
, so that
. Then the ODE is equivalent to

which is separable as

Split the left side into partial fractions,

so that integrating both sides is trivial and we get








Given the initial condition
, we find

so that the ODE has the particular solution,

Answer:
The 95% confidence interval for the true proportion of university students who use laptop in class to take notes is (0.2839, 0.4161).
Step-by-step explanation:
The (1 - <em>α</em>)% confidence interval for population proportion <em>P</em> is:

The information provided is:
<em>x</em> = number of students who responded as"yes" = 70
<em>n</em> = sample size = 200
Confidence level = 95%
The formula to compute the sample proportion is:

The R codes for the construction of the 95% confidence interval is:
> x=70
> n=200
> p=x/n
> p
[1] 0.35
> s=sqrt((p*(1-p))/n)
> s
[1] 0.03372684
> E=qnorm(0.975)*s
> lower=p-E
> upper=p+E
> lower
[1] 0.2838966
> upper
[1] 0.4161034
Thus, the 95% confidence interval for the true proportion of university students who use laptop in class to take notes is (0.2839, 0.4161).