V = 1/3 l h w
V = 1/3 (12)(15)(9)
V= = 540
answer 540 m^3
According to the conversion table we know,
1 meter = 100cm
This means if we need to convert meters to centimeters, we need to multiply by 100
Or
If we need to convert from centimeters to meters, we need to divide by 100.
Here the length of the wire needed to wrap 175 bundles = 2975 cm.
Now as we need to convert it to meters.
We need to divide this by 100.
We get
2975/100= 29.75
So 2975 cm = 29.75 m
Option D) is the right answer
Answer:
The number is 9.
Step-by-step explanation:
Lets write this as an equation first. We'll substitute the number for the variable <em>x</em>.
80 - 3x = 5x + 8
First, let's add 3x to both sides.
80 - 3x + 3x = 5x + 3x + 8
80 = 8x + 8
Next, let's subtract 8 from both sides.
80 - 8 = 8x + 8 - 8
72 = 8x
Finally, let's divide both sides by 8.
72/8 = 8x/8
9 = x
<em>"x" is 9.</em>
<em>So the secret number is 9.</em>
P.S.
This is my first answer to a Brainly question so please don't complain!
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.