Answer:
D = .44P
Step-by-step explanation:
We need to find the slope of the line
m = (y2-y1)/ (x2-x1)
Using two points
m = (22-4.4) /(50-10)
= 17.6/40
= .44 lb/ in^2 ft
We can use the point slope form of the equation
y-y1 = m(x-x1) where y=D and x=P
D-4.4 = .44 (P-10)
Distribute
D-4.4 = .44P - 4.4
Add 4.4 to each side
D -4.4+4.4 = .44P -4.4+4.4
D = .44P
For #16, every input by +1 has an output of +7.
9 + 7 = 16
16 + 7 = 23
23 + 7 = 30.....
Answer:4/6
Step-by-step explanation:because we multiply the fraccion by 2
So for this problem we need to do order of operations so the very first step that we need to do here is (8+2) because that is the smallest enclosed symbols (8+2)=10 next divide by 20 because that is the next step in the equation which 20/10=2, so now we have {[2]^6+6} and due to order of operations the next step here is to take 2 to the power of 6 which is 64 so now we have {64+6} which is 70 so now we have 70/(4^2/2) and due to order of operations we do the parentheses first and that would mean that we do 4^2 because exponents come after parantheses like so,
70/(16/2) now we do 16/2 because its still inside the paranthesess so 16/2=8 so now we have 70/8 and that equals are end answer of 8.75 Enjoy!=)
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.