Find x
5x-17 = 3x + 1
5x -3x = 17 + 1
2x = 18
2x/2 = 18/2
X = 9
Find the measure of FG
mFG = 5x - 17
mFG = 5(9) - 17
mFG = 45-17
mFG = 28
Answer:
First of all you spelled years instead of yards. But I'd say that Mallory has the longer piece of wire.
Step-by-step explanation:
Because of 2.16 yds over 1 times 1 meter over 3 yds. You divide them instead of multiplying, you get 1.97 meters.
Answer:
No, this result is not surprising. It is a little bit more than one standard deviation above 20%
Step-by-step explanation:
Proportion of each color in the population (p) = 0.20
Sample size (n) = 20 Skittles
The standard deviation of a sampling distribution is determined by:
The difference between the observed proportion of 0.30, and the mean proportion of 0.20 is 0.10, which is just a little bit more than one standard deviation of 0.089. Therefore, this result is not surprising since it is a little bit more than one standard deviation above 20%.
Answer:
The running time is quadratic (O(n²) )
Step-by-step explanation:
For the set up, we have a constant running time of C. The, a log-linearsorting is called, thus, its execution time, denoted by T(n), is O(n*log(n)). Then, we call n times a linear iteration, with a running time of an+b, for certain constants a and b, thus, the running time of the algorithm is
C + T(n) + n*(a*n+b) = an²+bn + T + C
Since T(n) is O(n*log(n)) and n² is asymptotically bigger than n*log(n), then the running time of the algorith is quadratic, therefore, it is O(n²).
Choose choice 2, I had the same question!!