Answer: H
Step-by-step explanation:
Supplementary angles just mean they add up to 180 degrees. 180 degrees means that when the two angles are put together one of each of their sides will form a straight line.
You have to first mess around with the first shape, ABCD, and split that into a rectangle and a right triangle. once you do that, it's pretty painstaking, but simple.
if you look at it you can tell that EFGH is just half the size, but the same ratios and everything.
So, you would just take every perimeter measurement from ABCD, and divide it by two and then sum them together.
2.5 + 1.5 + 4.0 + 2.0 = 10
Equation describes a sloping line. For any
equation ax+by+c = 0, slope is .<span>X intercept is found by setting y to 0: ax+by=c becomes ax=c. that means that x = c/a. 30/5 = 6.Y intercept is found by setting x to 0: the equation becomes by=c, and therefore y = c/b. Y intercept is 30/-3 = -10.Slope is -5/-3 = 1.66666666666667.<span> Equation in slope-intercept form: y=1.66666666666667*x+-10.</span></span>
Answer:
> a<-rnorm(20,50,6)
> a
[1] 51.72213 53.09989 59.89221 32.44023 47.59386 33.59892 47.26718 55.61510 47.95505 48.19296 54.46905
[12] 45.78072 57.30045 57.91624 50.83297 52.61790 62.07713 53.75661 49.34651 53.01501
Then we can find the mean and the standard deviation with the following formulas:
> mean(a)
[1] 50.72451
> sqrt(var(a))
[1] 7.470221
Step-by-step explanation:
For this case first we need to create the sample of size 20 for the following distribution:

And we can use the following code: rnorm(20,50,6) and we got this output:
> a<-rnorm(20,50,6)
> a
[1] 51.72213 53.09989 59.89221 32.44023 47.59386 33.59892 47.26718 55.61510 47.95505 48.19296 54.46905
[12] 45.78072 57.30045 57.91624 50.83297 52.61790 62.07713 53.75661 49.34651 53.01501
Then we can find the mean and the standard deviation with the following formulas:
> mean(a)
[1] 50.72451
> sqrt(var(a))
[1] 7.470221
It is understood without being written that the slope of this line is 1. If we rewrite the point-slope form of the line it would be y-8=1(x-4) where 1 is the slope. We move the -8 over by addition to get y = 1x-4+8, or, simplified, y=x+4, the first choice in your answers.