The mean amount of time it takes a kidney stone to pass is 16 days and the standard deviation is 5 days. Suppose that one individual is randomly chosen. Let X = time to pass the kidney stone. Round all answers to 4 decimal places where possible.a. What is the distribution of X? X ~ N(16Correct,5Correct) b. Find the probability that a randomly selected person with a kidney stone will take longer than 17 days to pass it. 0.2Incorrectc. Find the minimum number for the upper quarter of the time to pass a kidney stone. 0.8Incorrect days.

Answers

Answer 1

Answer:

• (a)X ~ N(16, 5)

,

• (b)0.4207

,

• (c)19.37 days

Explanation:

(a)

• The mean amount of time = 16 days

,

• The standard deviation = 5 days.

Therefore, the distribution of X is:

[tex]X\sim N(16,5)[/tex]

(b)P(X>17)

To find the required probabability, recall the z-score formula:

[tex]z=\frac{X-\mu}{\sigma}[/tex]

When X=17

[tex]z=\frac{17-16}{5}=\frac{1}{5}=0.2[/tex]

Next, find the probability, P(x>0.2) from the z-score table:

[tex]P(x>0.2)=0.4207[/tex]

The probability that a randomly selected person with a kidney stone will take longer than 17 days to pass it is 0.4207.

(c)The upper quarter is the value under which 75% of data points are found.

The z-score associated with the 75th percentile = 0.674.

We want to find the value of X when z=0.674.

[tex]\begin{gathered} z=\frac{X-\mu}{\sigma} \\ 0.674=\frac{X-16}{5} \\ \text{ Cross multiply} \\ X-16=5\times0.674 \\ X=16+(5\times0.674) \\ X=19.37 \end{gathered}[/tex]

The minimum number for the upper quarter of the time to pass a kidney stone is 19.37 days.


Related Questions

Find (and classify) the critical points of the following function and determine if they are local max, local min, or neither: f(x) =2x^3 + 3x^2 - 120x

Answers

As given by the question

There are given that the function:

[tex]f(x)=2x^3+3x^2-120x[/tex]

Now,

To find the critical point, differentiate the given function with respect to x and put the result of function equal to zero

So,

[tex]\begin{gathered} f(x)=2x^3+3x^2-120x \\ f^{\prime}(x)=6x^2+6x-120 \end{gathered}[/tex]

Then,

[tex]\begin{gathered} f^{\prime}(x)=0 \\ 6x^2+6x-120=0 \\ x^2+x-20=0 \\ x^2+5x-4x-20=0 \\ x(x+5)-4(x+5) \\ (x-4)(x+5) \\ x=4,\text{ -5} \end{gathered}[/tex]

Now,

To find the y-coordinate, we need to substitute the above value, x = 4, -5, into the function f(x)

So,

First put x = 4 into the given function:

[tex]\begin{gathered} f(x)=2x^3+3x^2-120x \\ f(4)=2(4)^3+3(4)^2-120(4) \\ =128+48-480 \\ =-304 \end{gathered}[/tex]

And,

Put x = -5 into the function f(x):

[tex]\begin{gathered} f(x)=2x^3+3x^2-120x \\ f(-5)=2(-5)^3+3(-5)^2-120(-5) \\ =-250+75+600 \\ =425 \end{gathered}[/tex]

Hence, the critical point is, (4, -304) and (-5, 425).

Now,

To find the local maxima and local minima, we need to find the second derivative of the given function:;

So,

[tex]\begin{gathered} f^{\prime}(x)=6x^2+6x-120 \\ f^{\doubleprime}(x)=12x+6 \end{gathered}[/tex]

Now,

The put the value from critical point into the above function to check whether it is maxima or minima.

So,

First put x = 4 into above function:

[tex]\begin{gathered} f^{\doubleprime}(x)=12x+6 \\ f^{\doubleprime}(4)=12(4)+6 \\ f^{\doubleprime}(4)=48+6 \\ f^{\doubleprime}(4)=54 \\ f^{\doubleprime}(4)>0 \end{gathered}[/tex]

And,

Put x = -5 into the above function

[tex]\begin{gathered} f^{\doubleprime}(x)=12x+6 \\ f^{\doubleprime}(-5)=12(-5)+6 \\ f^{\doubleprime}(-5)=-60+6 \\ f^{\doubleprime}(-5)=-54 \\ f^{\doubleprime}(-5)<0 \end{gathered}[/tex]

Then,

According to the concept, if f''(x)>0 then it is local minima function and if f''(x)<0, then it is local maxima function

Hence, the given function is local maxima at (-5, 425) and the value is -54 and the given function is local minima at point (4, -304) and the value is 54.

Solve the following compound inequalities. Use both a line graph and interval notation to write each solution set.
t+1-5 ort+1> 5

Answers

The value of the inequality expression given as t + 1 < -5 or t + 1 > 5 is (-oo, -6) u (4, oo)

How to determine the solution to the inequality?

The inequality expression is given as

t + 1 < -5 or t + 1 > 5

Collect the like terms in the above expressions

So, we have

t < -5 - 1 or t > 5 - 1

Evaluate the like terms in the above expressions

So, we have

t < -6 or t > 4

Hence, the solution to the inequality is t < -6 or t > 4

Rewrite as an interval notation

(-oo, -6) u (4, oo)

See attachment of the number line

Read more about inequality at

https://brainly.com/question/25275758

#SPJ1

Find the equation of the tangent line to the curve y = x^3- 4x - 5 at the point (2, -5).Tangent Line Equation:

Answers

Let's find the derivative of y:

[tex]\begin{gathered} y=x^3-4x-5 \\ \frac{dy}{dx}=3x^2-4 \end{gathered}[/tex]

Evaluate the derivative for x = 2:

[tex]\frac{dy}{dx}\begin{cases} \\ x=2\end{cases}=3(2)^2-4=12-4=8[/tex]

Now, we have the slope, let's use the point-slope formula to find the equation:

[tex]\begin{gathered} y-y1=m(x-x1) \\ _{\text{ }}where\colon \\ (x1,y1)=(2,-5) \\ m=8 \\ y+5=8(x-2) \\ y+5=8x-16 \\ y=8x-21 \end{gathered}[/tex]

Answer:

y = 8x - 21

With aging body fat increases in muscle mass declines the graph to the right shows the percent body fat in a group of adult women and men as they age from 25 to 75 years age is represented along the X-axis and percent body fat is represented along the Y-axis use interval notation to give the domain and range for the graph of the function for women

Answers

Step 1

The domain and range of a function is the set of all possible inputs and outputs of a function respectively. The domain is found along the x-axis, the range on the other hand is found along the y-axis.

Find the domain of the graph of the function of women using interval notation.

[tex]\text{Domain:\lbrack}25,75\rbrack[/tex]

Step 2

Find the range of the graph of the function of women using interval notation.

[tex]\text{Range:}\lbrack32,40\rbrack[/tex]

Therefore, the domain and range in interval notation for the women respectively are;

[tex]\begin{gathered} \text{Domain:\lbrack}25,75\rbrack \\ \text{Range:}\lbrack32,40\rbrack \end{gathered}[/tex]

Multiply the expressions.
-0.6y(4.5 - 2.8y) =
answer 1
-2.86
-2.7
1.68
3.9
--------- y² +
answer 2
-2.86
-2.7
1.68
3.9​

Answers

Answer:

1.68y²+ 2.7y is the answer

hope it helps

Put the following equation of a line into slope-intercept form, simplifying all fractions.4x + 20y = -180

Answers

The equation of a straight line is

y = mx + c

4x + 20y = -180

make 20y the subject of the formula

20y = -180 - 4x

20y = -4x - 180

divide all through by 20

20y/20 = -4x/20 - 180/20

y = -1/5x - 9

The answer is y = -1/5x - 9 where your slope is -1/5 and intercept is -9

I got the last question right that was similar so I’m unsure what I’m doing wrong for this one

Answers

[tex]6x+y=34[/tex]

Solve x:

[tex][/tex]

The product of two consecutive positive even integers is 48. Find the greatest positive integer.

Answers

From that statement we can create the following equation,

[tex]n\cdot \left(n+2\right)=48[/tex]

solving for n,

[tex]\begin{gathered} n^2+2n=48 \\ n^2+2n-48=0 \\ n_{1,\:2}=\frac{-2\pm \sqrt{2^2-4\cdot \:1\cdot \left(-48\right)}}{2\cdot \:1} \\ n_{1,\:2}=\frac{-2\pm \:14}{2\cdot \:1} \\ n_1=\frac{-2+14}{2\cdot \:1},\:n_2=\frac{-2-14}{2\cdot \:1} \\ n=6,\:n=-8 \end{gathered}[/tex]

We can only use the positive number for this problem, therefore n = 6

From the above, the set of numbers is 6 and 6+2=8, since 6*8=48.

Answer: the greatest integer is 8

What is the length of the arc ? ( Precalc )

Answers

We're going to use the following formula:

[tex]L=2\cdot\pi\cdot r\cdot\frac{\theta}{360}[/tex]

If we replace our values:

[tex]L=2\cdot\pi\cdot3\cdot\frac{60}{360}=\pi[/tex]

Therefore, the length is pi.

Solve the equation for solutions in the interval [0°, 360°). Round to the nearest degree.

Answers

We will have the following:

[tex]\sin (2\theta)=-\frac{1}{2}\Rightarrow2\theta=2\pi n_1+\frac{7\pi}{6}[/tex][tex]\Rightarrow\theta=\pi n_1+\frac{7\pi}{12}[/tex]

Now, we will solve for the following:

[tex]\Rightarrow\pi n_1+\frac{7\pi}{12}\le2\pi\Rightarrow\pi n_1\le\frac{17\pi}{12}[/tex][tex]\Rightarrow n_1\le\frac{17}{12}[/tex]

This value in degrees is:

[tex]\frac{17}{12}\text{radians}=81.169\text{degrees}[/tex]

So, the solution is located in the interval:

[tex]\lbrack0,81\rbrack[/tex]

f(x) = (x ^ 2 + 2x + 7) ^ 3 then

Answers

Answer

[tex]f^{\prime}(x)=6(x+1)(x^{2}+2x+7)^{2}[/tex][tex]f^{\prime}(1)=1200[/tex]

Explanation

Given

[tex]f\mleft(x\mright)=(x^2+2x+7)^3[/tex]

To find the derivative, we have to apply the chain rule:

[tex][u(x)^n]^{\prime}=n\cdot u(x)^{n-1}\cdot u^{\prime}(x)[/tex]

Considering that in our case,

[tex]u(x)=x^2+2x+7[/tex][tex]u^{\prime}(x)=2x+2+0[/tex]

and n = 3, then:

[tex]=3\cdot(x^2+2x+7)^{3-1}\cdot(2x+2)[/tex]

Simplifying:

[tex]f^{\prime}(x)=3\cdot2(x+1)(x^2+2x+7)^2[/tex][tex]f^{\prime}(x)=6(x+1)(x^2+2x+7)^2[/tex]

Finally, we have to replace 1 in each x in f'(x) to find f'(1):

[tex]f^{\prime}(1)=6((1)+1)((1)^2+2(1)+7)^2[/tex][tex]f^{\prime}(1)=6(1+1)(1+2+7)^2[/tex][tex]f^{\prime}(1)=6(2)(10)^2[/tex][tex]f^{\prime}(1)=6(2)(100)[/tex][tex]f^{\prime}(1)=12(100)[/tex][tex]f^{\prime}(1)=1200[/tex]

A golf course charges you $54 for a round of golf using a set of their clubs, and $42 if you have your own clubs. You decide to buy a set of clubs for $280 and your friend wants to just use the course's clubs.a. Write an equation to describe the cost for x number of rounds for you.b. write an equation to describe the cost for x number of rounds for your friend.c. How many rounds must you play to recover the cost of the clubs? (Find the break-even point).

Answers

Answer

You must play 24 rounds to recover the cost of the club

Step-by-step explanation:

The amount golf charged for using their set clubs = $54

They charged $42 for using personal course

let x be the number of rounds played

let y be the total cost of the clubs

Since you will be buying a set of clubs worth $280

Then, the first equation is

a. y = 280 + 42x

b. y = 54x

c . Calculate the number of rounds that must be played to recover the cost of the clubs

To calculate this, we need to equate equations a and b together

280 + 42x = 54x

Collect the like terms

280 = 54x - 42x

280 = 12x

Isolate x by dividing through by 12

280/12 = 12x/12

x = 23.3333

Hence, you must play 24 rounds to recover the cost of the club

Priya is mixing drops of food coloring to create purple frosting for a cake. She uses 24 drops of red dye and 16 drops of blue dye. Find the ratio of drops of red dye to total drops of dye. Express as a simplified ratio.

Answers

Priya uses 24 drops of red dye,

She also uses 16 drops of blue dye,

[tex]\begin{gathered} \text{Total drops of dye=}24+16 \\ =40\text{drops of dye} \end{gathered}[/tex]

We are told to find the ratio of drops of red dye to the total drops dye.

[tex]=\frac{\text{red drops of dye}}{\text{total drops of dye}}[/tex][tex]\begin{gathered} =\frac{24}{40}=\frac{3}{5} \\ =3\colon5 \end{gathered}[/tex]

Hence, the ratio of drops of red die to the total drops of die to the simplest rato is

3 : 5.

If quadrilateral WXYZ is transformed using the rule T(-1.2), in whatdirections should WXYZ be translated?O 1 unit down, 2 units rightO 1 unit left, 2 units upO 1 unit up, 2 units leftO 1 unit right, 2 units up

Answers

[tex]undefined[/tex]

Evaluate the expression when m=9 and n=7.
5m +n
Correction: m = 7 and n = 9

Answers

We have the expression:

[tex]5m+n\text{.}[/tex]

We must evaluate the expression for:

• m = 7,

,

• n = 9.

Replacing the values of m and n in the expression above, we get:

[tex]5\cdot7+9=35+9=44.[/tex]

Answer

44

How many different lineups can Coach Lay create using 10 girls to fill 5 spots on the basketball court. Positions do not matter.

Answers

This is the formula for combinations

In this case, n = 10 and k = 5

C = 10!/(10-5)!(5)! = 3628800/(120)(120) = 3628800/14400 = 252

Answer:

252 different line u

A container built for transatlantic shipping is constructed in the shape of a right rectangular prism. Its dimensions are 9.5 ft by 5.5 ft by 9 ft. The container is entirely full. If, on average, its contents weigh 0.99 pounds per cubic foot, and, on average, the contents are worth $4.37 per pound, find the value of the container’s contents. Round your answer to the nearest cent.

Answers

step 1

Find out the volume of the rectangular container

[tex]V=L\cdot W\cdot H[/tex]

Substitute given values

[tex]\begin{gathered} V=9.5\cdot5.5\cdot9 \\ V=470.25\text{ ft3} \end{gathered}[/tex]

step 2

Find out the weight of the container

Multiply the volume by the density of 0.99 pounds per cubic foot

0.99*470.25=465.5475 pounds

step 3

Multiply the weight by the factor of $4.37 per pound

so

4.37*465.5475=$2,034.44

therefore

The answer is $2,034.44

The dog looked at the cat warily A with interestb viciously c hungrily d with caution

Answers

Answer

Option D is correct.

The dog looked at the cat with caution.

is the same as

The dog looked at the cat warily.

Explanation

The word warily means 'using caution' or 'cautiously'.

Hope this Helps!!!

A set of pool balls contains 15 balls numbered 1-15.
Without replacement: What is the probability that an odd number ball is picked
out of a box twice without the first one being replaced?
With replacement: What is the probability that an even number ball is picked with
the first ball drawn being inserted back into the box?

Answers

Step-by-step explanation:

a probability is always

desired cases / totally possible cases

the first case I assume means that we need the probability to pick 2 odd-numbered balls in a row, if we do not put the first drawn ball back into the box.

starting condition :

15 basks in total.

1, 3, 5, 7, 9, 11, 13, 15 = 8 odd numbered balls

2, 4, 6, 8, 10, 12, 14 = 7 even numbered balls

the probability for the first ball to be odd numbered :

8/15

now we have

14 remaining balls in total.

7 remaining odd numbered balls.

the probability of the second ball being odd numbered is

7/14 = 1/2

so, the probability of both as one combined event is

8/15 × 1/2 = 4/15 = 0.266666666...

now back to the starting condition.

the probability to pick an even numbered ball is

7/15

we put the ball back in and pull a second time.

the probability to an even numbered ball is

7/15

so, the probability of both as one combined event is

7/15 × 7/15 = 49/225 = 0.217777777...

Given the function [tex]y=(m^2-1)x^2+2(m-1)x+2[/tex] , find the values of parameter m for which the function is always positive.

Answers

Answer: [tex](-\infty, -1) \cup (1, \infty)[/tex]

Step-by-step explanation:

The function is always positive when it has a positive leading coefficient (since that means the graph will open up), and when the discriminant is negative (meaning the graph will never cross the x-axis).

Condition I. Leading coefficient is positive

[tex]m^2 -1 > 0 \implies m < -1 \text{ or } m > 1[/tex]

Condition II. Discriminant is negative

[tex](2(m-1))^2 -4(m^2 -1)(2) < 0\\\\4(m^2 -2m+1)-8(m^2 -1) < 0\\\\4m^2 -8m+4-8m^2 +8 < 0\\\\-4m^2 -8m+12 < 0\\\\m^2 +2m-3 > 0\\\\(m+3)(m-1) > 0\\\\m < -3 \text{ or } m > 1[/tex]

Taking the intersection of these intervals, we get [tex]m < -1[/tex] or [tex]m > 1[/tex].

Find LM if LN = 137mm.

Answers

[tex]\begin{gathered} \text{M is the mid point of LN, so } \\ LM=\frac{LN}{2}=\frac{137}{2}=68.5\text{ mm} \end{gathered}[/tex]

Refer to your equation for the line that models the association between latitude and temperature of the cities: Yours y = -12 + 120 Computer calculated y = -1.07 + 119 What does the slope mean in the context of this situation?

Answers

The slope in the equations represent the change in temperature by the change in lattitude. This means that for each unit change in the latitude the temperature will decrease by an amount given by the slope.

I need to help finding the length of the arc shown in red..

Answers

We have the next formula to find the length is

[tex]\text{arc length }=\text{ 2}\pi r(\frac{\theta}{360})[/tex]

where

r=10

theta=45°

[tex]\begin{gathered} \text{arc length=}2\pi(10)\frac{45}{360}=\frac{5}{2}\pi \\ \end{gathered}[/tex]

the arc length is 5/2 pi cm

Ride 'em Rodeo is a traveling rodeo show. Last night, there were 5 people wearing
boots at the rodeo for every 2 people who were not wearing boots.
If there were 125 people wearing boots at the rodeo last night, how many people were
there altogether?

Answers

The total number of people that were there altogether at the radio show is 175 people.

How to calculate the value?

From the information, there were 5 people wearing boots at the rodeo for every 2 people who were not wearing boots.

It was also illustrated that there were 125 people wearing boots at the rodeo last night, those that aren't wearing boots will be illustrated by x.

2/5 = x/125

Collect like terms

5x = 125 × 2

5x = 250

Divide

x = 250/5

x = 50

Those not wearing boots = 50

Total number of people will be:

= Those wearing boots + Those not wearing

= 125 + 50

= 175

Learn more about proportion on:

brainly.com/question/19994681

#SPJ1

Answer:

175

Step-by-step explanation:

Express M in terms of B and n: B = 3Mn 2

Answers

We are given the expression B=3Mn/2 and told to express M in terms of B and n. This means that we should apply mathematical operations on both sides of the equation so we "isolate " M on one side of the equality sign. We begin with the given equation

[tex]B=\frac{3\cdot M\cdot n}{2}[/tex]

First, we multiply both sides by 2, so we get

[tex]2\cdot B=3\cdot M\cdot n[/tex]

Next, we divide by 3 on both sides, so we get

[tex]\frac{2\cdot B}{3}=M\cdot n[/tex]

Finally, we divide both sides by n, so we get

[tex]\frac{2\cdot B}{3\cdot n}=M[/tex]

In this case, we have succesfully expressed M in terms of B and n

You start at (9,2). you move left 9 units. where do you end

Answers

If you start at (9,2) and then move left 9 units, you'll end up at (0, 2)

The area of an equilateral triangle is decreasing at a rate of 3 cm2/min. Find the rate (in centimeters per minute) at which the length of a side is decreasing when the area of the triangle is 100 cm2.

Answers

The rate at which the length of a side is decreasing when the area of the triangle is 100 cm² is equal to -0.227 centimeters per minute.

What is rate of change?

Rate of change is a type of function that describes the average rate at which a quantity either decreases or increases with respect to another quantity.

How to calculate the area of an equilateral triangle?

Mathematically, the area of an equilateral triangle can be calculated by using this formula;

A = (√3/4)s²

Where:

A represents the area of an equilateral triangle.s represents the side length of an equilateral triangle.

Next, we would determine the side length of a square by making s the subject of formula as follows:

s = (√4A)/√3

s = (√4 × 100)/√3

Side length, s = 15.20

Note: The rate of change (dA/dt) is negative because it is decreasing.

By applying chain rule of differentiation, the rate of change (dA/dt) in area of this equilateral triangle with respect to time is given by:

dA/dt = (√3/4)(2s)ds/dt

dA/dt = (√3/4) × (2 × 15.20) × -3

dA/dt = -0.227 centimeters per minute.

Read more on rate here: brainly.com/question/15648128

#SPJ1

John starting playing video games as soon as he got home from school. He played videogames for 45 minutes. Then, it took John 30 minutes to finish his homework. When Johnfinished his homework, it was 4:25 P.M. What time did John get home from school?

Answers

Given:

After coming from school to home,

He played video games for 45 minutes.

Then he took 30 minutes to finish his homework.

When John finished his homework, it was 4:25 PM.

To find:

The time at which John got home from school

Explanation:

According to the problem,

Total time to play video games and do homework is,

[tex]\begin{gathered} 45mins+30mins=75mins \\ =1hr15mins \end{gathered}[/tex]

So, the time he got home from school will be,

[tex]4:25P.M.-1hr15mins=3:10P.M.[/tex]

Final answer:

The time he got home from school is 3:10 P.M.

the day of the lowest show the most ever in a single day by random sample of 13 students calculate the 38th and the 60th percentile of data

Answers

We have that the sample consist in n=13 students. The percentile formula is given by

[tex]P_x=\frac{x}{100}\times n\text{ position}[/tex]

where x denotes the percentaje. In the first case, p=38, then, we have

[tex]\begin{gathered} P_{38}=\frac{38}{100}\times13\text{ position} \\ P_{38}=4.94\text{ position} \end{gathered}[/tex]

then, we get

[tex]P_{38}=41[/tex]

that is, P_38 corresponds to 41 miles driven.

In the second case, by substituting x=60 in our formula, we get

[tex]\begin{gathered} P_{60}=\frac{60}{100}\times13\text{ position} \\ P_{60}=7.8\text{ position} \end{gathered}[/tex]

which gives

[tex]P_{60}=56[/tex]

that is, P_60 corresponds to 56 miles driven.

Then, the answers are:

[tex]P_{38}=41[/tex]

This means that approximately 38% of the data lie below 41, when the data are ranked.

[tex]P_{60}=56[/tex]

This means that approximately 60% of the data lie below 56, when the data are ranked.

What is the volume of this triangle right prism 8 cm 15 cm 12 cm

Answers

The volume of a triangle right prism is given by the formula

Other Questions
Which of the following is a right guaranteed to citizensin the Bill of Rights?1. checks and balances2 right to remain silent3. separation of powers4 women's right to vote if a manager uses positive reinforcers, such as money and gift certificates, to shape the behavior of his or her employees, what can the manager then expect? check all that apply. A statement of Chandler's biweekly earnings is given below. What is Chandler's gross pay? 23 4u < 11 what is the answer let f ( x ) = 6356 x + 5095 . Use interval notation. Many answers are possible. in the experiment of the preceding exercise, the subjects were randomly assigned to the different treatments. what is the most important reason for this random assignment? What are gray matter and white matter, and where are they found? Paraphrase what Juliet says in lines 116-24. Even though I'm happy to be with _______, I have no joy of what's happening ______. It is too ______ and ________. It's like ___________, which stops existing as soon as you can ________ __________. which methods correctly solve for the variable x in the equation 2/5m = 8? Why were the Ouendat important to the fur trade with Europeans?O They were the first Northwest Indigenous group to have contact with Europeans.O They traded furs with Russians on the coast of Alaska.O They began supplying furs to the French in the early 1600s.O They had land stolen from them where Fort Astoria was built. octavius wants to write the equation of a line perpendicular to y=-4x + 5 that passes through the point (8,-3). Describe the mistake octavius made and write the correct equation of the line. 3(4x+1)^2-5=25 using square root property NO LINKS!! Please help me with this problem O DESCRIPTIVE STATISTICInterpreting relative frequency-histogramsStudents at a major university in Southern California are complaining about a serious housing crunch. Many of the university's students, they complain, have tocommute too far to school because there is not enough housing near campus. The university officials' response is to perform a study. The study, reported in theschool newspaper, contains the following histogram summarizing the commute distances for a sample of 100 students at the university:Relative frequencyCommute distance (in miles)Based on the histogram, find the proportion of commute distances in the sample that are at least 16 miles. Write your answer as a decimal, and do not roundyour answer Two drops of mercury each has a charge on 5.44 nC and a voltage of 235.15 V. If the two drops are merged into one drop, what is the voltage on this drop? suppose that the antenna lengths of woodlice are approximately normally distributed with a mean of inches and a standard deviation of inches. what proportion of woodlice have antenna lengths that are more than inches? round your answer to at least four decimal places. g stock e is expected to pay a dividend of $1.78 one year from today. at that time, the price of stock e is expected to be $92. today, stock e's expected return is 8%, and it is overpriced by $6.33. calculate stock e's required return Solve for w.4w-24w=0If there is more than one solution, separate them with commas.If there is no solution, click on "No solution".W =0U08Nosolution Need help determining if h. F(x)= 3^x is even, odd or neither In planning her retirement, Liza deposits some money at 4.5% interest, with twice as much deposited at 5%. Find the amount deposited at each rate if the total annual interest income is $1595.