Since this is a triangle all the angles within the triangle add up to 180 degrees so....
82+(9x+2)+(7x)=180
82+2+16x=180
16x+84=180
16x=96
X=6
If we plug in X to angle(9x+2) and angle (7x) we will get 56 and 42. We can get angle 2 by subtracting 180-42 which is 138
FINAL ANSWER: 138 degrees
Step-by-step explanation:






Hope this is correct and helpful
HAVE A GOOD DAY!
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).
The answer is
x=10+2y
Steps:
2(x-2y)=20
x-2y=20/2 (in fraction form 20/2)
x-2y=10
X=10+2y