Unlike positives, with negatives, the larger a number is, the smaller it is.
Example :
4 > 2
-4 < -2
so -1.8 is GREATER then -2.1
here is a tip :
picture ur number line....plot -2.1....any number to the right is greater and any number to the left is less...and since -1.8 is to the right of -2.1, it is greater then -2.1
If a tablet weighs 1.23 pounds, the weight written as a mixed number would be, 1 as the whole number and 23 is in the hundreds place, so you would write, 1 and 23/100.
Answer:
range=8, mode=1 Median=3 mean=4
Step-by-step explanation:
range= subtract largest from smallest
mode= most frequent
median= middle in an ordered data set
Mean= add them all up and divide by how many you addded up
Answer:
Step-by-step explanation:
1) 30 : 100 = x : 299
x = (30 x 299)/100
x = 89,70 $
2) 299 - 89,70 = 209,30 $
3) 5 : 100 = x : 209,30
x = 10,465 $
209,30 + 10,465 = 219,77 $
Answer:
(a) 0.5899
(b) 0.9166
Step-by-step explanation:
Let X be the random variable that represents the height of a woman. Then, X is normally distributed with
= 62.5 in
= 2.2 in
the normal probability density function is given by
, then
(a)
= 0.5899
(in the R statistical programming language) pnorm(63, mean = 62.5, sd = 2.2)
(b) We are seeking
where n = 37.
is normally distributed with mean 62.5 in and standard deviation
. So, the probability density function is given by
, and
= 0.9166
(in the R statistical programming language) pnorm(63, mean = 62.5, sd = 2.2/sqrt(37))
You can use a table from a book to find the probabilities or a programming language like the R statistical programming language.