Memorize the definition of standard deviation: the sd is the square root of the average of the squared deviations of the mean. Wow. Let's do it.
Step 1. First we need the mean. That's easy. Add them up and divide by the count. Check if you get 16.88/5 = 2.81333.
Step 2. Now we're going to subtract this from each of the values, and square the result. Don't worry about negative signs, the squaring will get rid of those. Example for the first number:
(1 - 2.813)^2 = 3.29
The list of numbers I get is (rounded, in reality round as little as possible):
3.29, 2.60, 1.41, 2.35, 1.66, 6.18
Step 3: Add them all up. I get 17.49.
Step 4: Divide by the count of numbers. 17.49/6 = 2.91
Step 5: Take the square root from this result. SQRT(2.91) = 1.707305
TIP: Use excel to do all these steps, then run the set of numbers through Excel's built-in sd function (called STDEV.P) and see that you get the same result!
Answer:
D
Step-by-step explanation:
Stan works for 28 hours and gets paid $12 for each hour, so the amount of money he gets in total is $12*28 = $336.
Answer:
The digit '0' is in the ones place.
Answer:
600 L of 30% proof and 400 L of 80% proof is needed
Step-by-step explanation:
Let the amount of 30% smell proof be x while that of 80% smell proof is y
Then;
x + y = 1000 •••••(i)
Also;
30% of x + 80% of y = 50% of 1000
0.3x + 0.8y = 500 •••••(ii)
From i, x = 1000 - y
Put this into ii
0.3(1000-y) + 0.8y = 500
300 - 0.3y + 0.8y = 500
0.5y = 500-300
0.5y = 200
y = 200/0.5
y = 400 L
But x = 1000 - y
x = 1000 - 400 = 600 L
Answer:
prime number = 2,3,5
P( getting prime number ) = 3/6
= 1/2