Answer:
$153
Step-by-step explanation:
180 * 0.85 = 153
Answer:
x- 3y - 7=0
Step-by-step explanation:
the line in the slope-intercept form:
m= 1/3 and point given (1, -2) by using which we find y-intercept:
- b= y-1/3x
- b= -2- 1/3*1= - 7/3
General form of a line is: ax+by+c= 0
converting:
- y= 1/3x- 7/3 ⇒ 3y= x- 7 ⇒ x- 3y - 7=0
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.