USING R STUDIO( only answer number 2)
HOW DO I INPUT THIS, EXACT COMMANDS
PLEASE
2) Now, we'll use the means and standard deviations we've found to predict what proportion of people should different heights if the height variables follow a normal distribution. This will involve finding Z-scores and then using the pnorm command. See these notes on doing calculations with the normal distribution.
Task. Assuming that height follows a normal distribution with the mean and standard deviation you found in the previous exercise, find the Z-scores for heights 6'4", 5'8", and 5'2". Then, answer the following questions:
• What percentile is the height 5'2"?
• What portion of people are taller than 6'4"?
• What portion of people are between 5'2" and 5'8"?
that question above is based on the question/data below which is answered
Now, let's find the means and standard deviations
of height and weight
Task. Store the mean and standard deviation of
the height and weight variables under the
names height.xbar, weight.xbar, height.s
and weight.s (recall that & and s are the
mathematical symbols used most commonly for a
sample mean and a sample standard deviation).
Also, output the means and standard deviation.
Recall that mean and sd are the commands to find
the mean and standard deviation of a variable.
When I say to store these values under the
names height.bar, weight.bar, height.s
and weight.s, I mean to write a command like
height.xbar
<- mean(...)
This won't output the mean, but it will save it
as height.sbar, and then in future problems you
can write height.bar rather than copying and
pasting the actual number. To output the mean, you
can issue a command consisting of just the variable
name on a line by itself, like this:
height.xbar
## 111 67.145
ANSWER TO THIS IS "mean(cdc$weight) and height.xbar <- mean(cdc$weight)

Answers

Answer 1

To input the given commands and find the Z-scores for the different heights, you will need to use the following steps:

1. Convert the heights from feet and inches to inches. For example, 6'4" would be 76 inches, 5'8" would be 68 inches, and 5'2" would be 62 inches.

2. Use the formula Z = (X - mean) / standard deviation to find the Z-scores for each height. For example, for the height of 6'4", you would use the formula Z = (76 - height.xbar) / height.s.

3. Use the pnorm command to find the percentiles for each Z-score. For example, for the Z-score of the height 6'4", you would use the command pnorm(Z).

4. Use the pnorm command with the lower.tail = FALSE argument to find the portion of people taller than a given height. For example, for the height of 6'4", you would use the command pnorm(Z, lower.tail = FALSE).

5. Use the pnorm command with the lower and upper limits to find the portion of people between two heights. For example, for the heights of 5'2" and 5'8", you would use the command pnorm(upper limit) - pnorm(lower limit).

Using these steps, you can input the given commands and find the Z-scores and percentiles for the different heights. Remember to use the variable names height.xbar and height.s for the mean and standard deviation of the height variable, and to use the number, variable, and height terms in your answer.

Learn more about heights from feet

brainly.com/question/544911

#SPJ11


Related Questions

Wendy was riding her bike along a trail and travelled 56 miles in 6 hours. When Iman was riding on the same trail she travelled 10.1 miles per hour.


What was Wendy's unit rate for her bike ride? (Miles per Hour)

Answers

Answer:

Is Wendy was going faster at 10.5 mph.

To find mph, you divide the distance by the time. 63 divided by 6 is 10.5, which is faster than 10.1

There are 124 people waiting to take a ride in a hot air balloon. The balloon can hold 14 passengers at a time

Answers

If the balloon can hold 14 passengers at a time, then number of rounds to empty the que is 9.

In order to find out number of rounds it will take to empty the queue of 124 people, we divide the total number of people by the number of people that can be carried in each round,

⇒ Number of rounds = (Total number of people)/(Number of people per round);

⇒ Number of rounds = 124/14,

⇒ Number of rounds = 8.86 (rounded to two decimal places)

Since we can't have a fraction of a round, we round up to the nearest whole number.

Therefore, the balloon will need to make 9 rounds to empty the queue of 124 people.

Learn more about Hot Air Balloon here

https://brainly.com/question/29182380

#SPJ4

The given question is incomplete, the complete question is

There are 124 people waiting to take a ride in a hot air balloon. The balloon can hold 14 passengers at a time, how many rounds will it take to empty the que?

Find the value of x.

Answers

Step-by-step explanation:

similar means that they have the same angles, and that there is one common scaling factor between correlating sides of the 2 triangles.

so,

38/60 = (x + 10)/36

x + 10 = 38×36/60 = 38×3/5 = 114/5

x = 114/5 - 10 = 114/5 - 50/5 = 64/5 = 12.8

Help
Algebra 2 please help answer 17

Answers

The natural logarithm function is ln(p) = ln(100) - 0.35t

How to determine the natural logarithm function

From the question, we have the following parameters that can be used in our computation:

The table of values

The function can be represented as

p = ae^kt

Using the points on the table, we have

ae^(k * 0) = 100

So, we have

a = 100

This gives

p = 100e^kt

Using another point, we have

70.5y = 100e^(k * 1)

70.5y = 100e^k

So, we have

e^k = 0.705

Take the natural logarithm of both sides

k = ln(0.705)

k = -0.35

The function becomes

p = 100e^(-0.35t)

Take the natural logarithm of both sides

ln(p) = ln(100) - 0.35t

Hence, the function is ln(p) = ln(100) - 0.35t

Read more about functions at

https://brainly.com/question/1415456

#SPJ1

On the first day after the new moon, 2% of the Moon's surface is illuminated. On the second day, 6% is illuminated. Is the percentage illumination of the moon's surface a linear function of the day?

Answers

Answer:

Step-by-step explanation:

The days where it is illuminated is Day 13= 50% and Day 26=100%

Linear model:

Here A simple approach should be considered for linear model that begins at Day 1. In the case when the illumination is increased by 4% every day, so after 11 more days (after Day 2) it reaches 50%. In 13 more days, illumination reaches 100%.

Therefore, we can conclude that The days where it is illuminated is Day 13= 50% and Day 26=100%

Find the missing variable and indicated
angle measure.
A
X =
51°
(3x)°
B
C
mzBDC =

This is the last one for me to be done with the assignment please answer fast:) will mark brainiest

Answers

Answer:x=a

Step-by-step explanation:

Truncated Poisson: Suppose observations come from Poisson(x), but only non-zero values are recorded. The likelihood is L(µ) ἁ || e^(- µ) µ^xi
Data: 3, 1, 2, 4, 2, 1,3,1,2,1 Prior: p(µ) = 1 (a) Construct a Metropolis-Hasting (M-H) algorithm. Use M-H with proposal distribution q(µ| µo) : N(θ: mean = µp, std = 2). Set Prob(acceptance) 0 if µ < 0. Number of MCMC draws 15000 with burn-in phase 1500. Give a 95% confidence interval for µ.

Answers

The result is the 95% confidence interval for µ.

The Metropolis-Hasting (M-H) algorithm is a Markov Chain Monte Carlo (MCMC) method used to sample from a probability distribution. In this case, we want to sample from the posterior distribution of µ, given the recorded data and the prior distribution. The M-H algorithm works by proposing a new value for µ, calculating the acceptance probability, and then deciding whether to accept or reject the proposed value. Here are the steps to construct the M-H algorithm:

Start with an initial value for µ, denoted as µ0.
Propose a new value for µ, denoted as µp, from the proposal distribution q(µ| µo) : N(θ: mean = µp, std = 2).
Calculate the acceptance probability, denoted as α, using the likelihood function L(µ) and the prior distribution p(µ):
α = min{1, [L(µp)/L(µ0)]*[p(µp)/p(µ0)]*[q(µ0| µp)/q(µp| µ0)]}
Generate a random number u from the uniform distribution U(0,1).
If u ≤ α, accept the proposed value and set µ0 = µp. Otherwise, reject the proposed value and keep µ0 unchanged.
Repeat steps 2 to 5 for a specified number of MCMC draws (15000 in this case), and discard the first 1500 draws as the burn-in phase.
Calculate the 95% confidence interval for µ using the remaining 13500 draws.

The 95% confidence interval for µ can be calculated by finding the 2.5th and 97.5th percentiles of the posterior distribution of µ. This can be done by sorting the 13500 draws of µ in ascending order and finding the values that correspond to these percentiles. The result is the 95% confidence interval for µ.

Learn more about Confidence interval

brainly.com/question/29680703

#SPJ11

Please Help, My progress report grades are going in soon for the semester!!
Look at the Screenshot <33

Answers

Answer:

Step-by-step explanation:

Pages Alana writes = m+4

to fill in the blanks add 4 to 5, 7, and 9 because of the 4 extra pages Alana writes.

That will give you: 9, 11, and 13 as your answers

I need some help please

Answers

Answer:

Step-by-step explanation:

so first you add 3 by 4 and see if it is greater than six and then that's your answer.

What is the frequency of each interval?

81, 65, 2, 24, 25, 44, 97, 12, 38, 37

Question 5 options:

81 - 100


61 - 80


1 - 20


21 - 40


41 - 60

1.
1

2.
2

3.
3

4.
4

5.
5

Answers

1 - 20, 21 - 40, 41 - 60, 1.1, 2.2, 3.3, 4.4, 5.5

For the rational function x² – 2x - 8 f(x) = (x - 2)2 a) Determine the x-intercepts b) Determine the approximation equation near each x-intercept c) Determine the equation for the vertical asymptote d) Determine the approximation equation near the vertical asymptote e) Determine the formula for any horizontal and/or slant asymptote

Answers

a) To find the x-intercepts, we set f(x) = 0 and solve for x:
0 = (x² - 2x - 8)/(x - 2)²
0 = x² - 2x - 8
(x - 4)(x + 2) = 0
x = 4, -2
So the x-intercepts are (4,0) and (-2,0).

b) To find the approximation equation near each x-intercept, we can use the first derivative:
f'(x) = (2x - 2)/(x - 2)³
For x = 4:
f'(4) = (2(4) - 2)/(4 - 2)³ = 6
So the approximation equation near x = 4 is y = 6(x - 4).
For x = -2:
f'(-2) = (2(-2) - 2)/(-2 - 2)³ = -1/8
So the approximation equation near x = -2 is y = -1/8(x + 2).

c) To find the equation for the vertical asymptote, we set the denominator of f(x) equal to 0 and solve for x:
(x - 2)² = 0
x = 2
So the equation for the vertical asymptote is x = 2.

d) To find the approximation equation near the vertical asymptote, we can use the first derivative:
f'(x) = (2x - 2)/(x - 2)³
f'(2) = (2(2) - 2)/(2 - 2)³ = undefined
Since the first derivative is undefined at x = 2, we can use the second derivative:
f''(x) = (6x - 6)/(x - 2)⁴
f''(2) = (6(2) - 6)/(2 - 2)⁴ = undefined
Since the second derivative is also undefined at x = 2, we cannot find an approximation equation near the vertical asymptote.

e) To find the formula for any horizontal and/or slant asymptote, we can look at the degree of the numerator and denominator of f(x):
The degree of the numerator is 2 and the degree of the denominator is 2, so there is a horizontal asymptote.
To find the equation of the horizontal asymptote, we can divide the leading coefficients of the numerator and denominator:
1/1 = 1
So the equation of the horizontal asymptote is y = 1.

To know more about intercepts refer here:

https://brainly.com/question/14180189

#SPJ11

can you please help with this assignment

Answers

The side lengths from the triangles are LN = 24 inches, KL = 9 cm and DE = 6 ft

How to determine the side lengths from the triangles

Side length LN

Given that the triangles are similar, we have the following equivalent ratio:

AC : BC = LN : MN

By substitution, we have

36 : 24 = x : 16

So, we have

x/16 = 36/24

Multiply by 16

x = 24

Hence, the length LN is 24 inches

Side length KL

Here, we have the following equivalent ratio:

KL : KJ = AB : AD

By substitution, we have

x : 14 = 7.2 : 11.2

So, we have

x/14 = 7.2/11.2

Multiply by 14

x = 9

Hence, the length KL is 9 cm

Side length DE

Here, we have the following equivalent ratio:

DE : AE = BC : CA

By substitution, we have

x : 9 = 10 : (6 + 9)

So, we have

x/9 = 10/15

Multiply by 9

x = 6

Hence, the length DE is 6 ft

Read more about similar triangles at

https://brainly.com/question/14285697

#SPJ1

Line AB below is 10 cm long.
Line AC is 15 cm long.
Line BE is 8 cm long.
Calculate the length of line CD.
Give your answer as an integer or as a fraction
in its simplest form.

Answers

Using the triangle proportionality theorem, the length of CD is calculated as: 12 cm.

How to Calculate the Length of the Line?

The triangle proportionality theorem states that if a line is parallel to one side of a triangle, it divides the other two sides proportionally.

To calculate the length of the line, recall the triangle proportionality theorem which states that:

Given the following:

AB = 10 cm

AC = 15 cm

BE = 8 cm

CD = ?

Based on the triangle proportionality theorem, we have:

AC/AB = CD/BE

Substitute:

15/10 = CD/8

Cross multiply:

10CD = 120

CD = 120/10

CD = 12 cm

Learn more about the triangle proportionality theorem on:

https://brainly.com/question/8160153

#SPJ1

The demand function for a certain brand of compact discs is given by
p = −3x2 − 4x + 69
where p is the wholesale unit price in dollars and x is the quantity demanded each week, measured in units of a thousand.
(a) Compute the price, p, when x = 4.
Price, p = dollars
(b) Use implicit differentiation to compute the rate of change of demand with respect to price, p, when x = 4. Do not round your answer.
Rate of change of demand, x' = thousands of units per dollar
(c) Compute the elasticity of demand when x = 4. Do not round your answer.
The elasticity of Demand =
2) The yearly demand function for Penn State Bakery cookie trays is given by
x2 + 3p2 + 8x + 12p = 216
where p is the wholesale unit price in dollars and x is the quantity demanded each year, measured in units of a thousand.
(a) Compute the price, p, when x = 10.
Price, p =
dollars
(b) Use implicit differentiation to compute the rate of change of demand with respect to price, p, when x = 10. Do not round your answer.
Rate of change of demand, x' = thousands of units per dollar
(c) Compute the elasticity of demand when x = 10. Do not round your answer.
Elasticity of Demand =
3)
The weekly demand equation is given by
p + x + 3xp = 53,
where x is the number of thousands of units demanded weekly and p is in dollars. If the price p is decreasing at a rate of 70 cents per week when the level of demand is 5000 units, then demand is
decreasing
increasing
at units per week.
4)
A company is decreasing production of math-brain protein bars at a rate of 100 cases per day. All cases produced can be sold. The daily demand function is given by
p(x) = 20 −
x
200
,
where x is the number of cases produced and sold, and p is in dollars.
If the daily production is 800 cases, then revenue is
increasing decreasing
at a rate of dollars per day.
5)
The wholesale price p of e-tablet writing styluses in dollars is related to the supply x in thousands of units by
400p2 − x2 = 14375,
If 5,000 styluses are available at the beginning of a week, and the price is falling at 30 cents per week, then supply is
falling rising
at a rate of styluses per week.

Answers

1. a) The price is 5 dollars. b) The rate of change of demand with respect to price, p, when x = 4 is 5/6 thousands of units per dollar. c) The elasticity of demand when x = 4 is 25/24.

2. a) The price is 2*sqrt(3) dollars. b) The rate of change of demand with respect to price, p, when x = 10 is - (3 * sqrt(3))/(7) thousands of units per dollar. c) The elasticity of demand when x = 10 is -6/7.

3. Demand is increasing at -23.30 thousands of units per week.

4. If the daily production is 800 cases, then revenue is decreasing at a rate of -1200 dollars per day.

5. Supply is rising at a rate of 150.90 thousands of styluses per week.

1)
(a) Compute the price, p, when x = 4.
Price, p = −3(4)^2 − 4(4) + 69 = -48 -16 + 69 = 5 dollars
(b) Use implicit differentiation to compute the rate of change of demand with respect to price, p, when x = 4.
Rate of change of demand, x' = - (2 * -3 * x + 4)/(-3 * 2 * x) = -(-24 + 4)/(-24) = 20/24 = 5/6 thousands of units per dollar
(c) Compute the elasticity of demand when x = 4.
The elasticity of Demand = (x'/x) * (p) = (5/6)/(4) * (5) = 25/24

2)
(a) Compute the price, p, when x = 10.
Price, p = sqrt((216 - 10^2 - 8*10)/3) = sqrt((216 - 100 - 80)/3) = sqrt(12) = 2*sqrt(3) dollars
(b) Use implicit differentiation to compute the rate of change of demand with respect to price, p, when x = 10.
Rate of change of demand, x' = - (2 * 3 * p)/(2 * x + 8) = - (6 * 2 * sqrt(3))/(20 + 8) = - (12 * sqrt(3))/(28) = - (3 * sqrt(3))/(7) thousands of units per dollar
(c) Compute the elasticity of demand when x = 10.
Elasticity of Demand = (x'/x) * (p) = (- (3 * sqrt(3))/(7))/(10) * (2*sqrt(3)) = -6/7

3)
The weekly demand equation is given by p + x + 3xp = 53,
where x is the number of thousands of units demanded weekly and p is in dollars. If the price p is decreasing at a rate of 70 cents per week when the level of demand is 5000 units, then demand is increasing at a rate of (53 - 5000 - 70)/(3*70 + 1) = -4917/211 = -23.30 thousands of units per week.

4)
A company is decreasing production of math-brain protein bars at a rate of 100 cases per day. All cases produced can be sold. The daily demand function is given by p(x) = 20 − x/200,
where x is the number of cases produced and sold, and p is in dollars.
If the daily production is 800 cases, then revenue is decreasing at a rate of (20 - 800/200) * (-100) + (800) * (-1/200) * (-100) = (20 - 4) * (-100) + (800) * (1/2) = -1600 + 400 = -1200 dollars per day.

5)
The wholesale price p of e-tablet writing styluses in dollars is related to the supply x in thousands of units by 400p^2 − x^2 = 14375,
If 5,000 styluses are available at the beginning of a week, and the price is falling at 30 cents per week, then supply is rising at a rate of (2 * 400 * p * (-0.30) - 2 * x * x')/(2 * -1 * x) = (800 * p * (-0.30) - 0)/(2 * -5000) = (800 * sqrt(14375 + 5000^2)/400 * (-0.30) - 0)/(2 * -5000) = (800 * sqrt(14375 + 25000000)/400 * (-0.30))/(2 * -5000) = (2 * sqrt(14375 + 25000000) * (-0.30))/(-5000) = 0.012 * sqrt(14375 + 25000000) = 150.90 thousands of styluses per week.

For more such questions on Elasticity of demand.

https://brainly.com/question/14332014#

#SPJ11

The Question is the About the mathematic about the passengers How many total passengers are on the flight? How many that is the Question and I need the Answer Now

Answers

The number of passengers on one flight is 467.

To calculate the average number of passengers on one flight, we need to divide the total number of passengers by the total number of flights:

Total number of passengers = 456,705

Total number of flights = 995

Maximum passenger capacity per flight = 467

Therefore, the average number of passengers on one flight can be calculated as follows:

Average number of passengers per flight = Total number of passengers / Total number of flights

= 456,705 / 995

= 459.18 (rounded to two decimal places)

However, since the maximum passenger capacity per flight is 467, the actual number of passengers on one flight cannot be higher than that. Therefore, the answer is:

Number of passengers on one flight = Maximum passenger capacity per flight = 467

Learn more about average here

brainly.com/question/9088130

#SPJ4

The given question is incomplete, the complete question is:

United Airlines flies 456705 passengers every week. A Flight has a maximum passenger capacity of 467 passengers. if it completes 995 flights in a week ,then how many passengers are there on one flight?

Solve this number riddle:
I am an odd number.
I am less than 100.
The sum of my digits is 12.
I am a multiple of 15.

What number am I?

Answers

Answer:75

Step-by-step explanation:
7+5=12
15x5=75
75 is odd and I just went through the multiples of 15 haha

Find any numbers for which the rational expression is undefined. (7x^(4)+8)/(5x^(2)+20x)

Answers

The numbers for which the rational expression is undefined are x=0 and x=-4.

To find the numbers for which the rational expression (7x^(4)+8)/(5x^(2)+20x) is undefined, we need to find the values of x that make the denominator equal to zero. This is because division by zero is undefined.

So, we need to solve the equation 5x^(2)+20x=0 for x.

We can factor out a common factor of 5x from the equation:

5x(x+4)=0

Now, we can use the zero product property to set each factor equal to zero and solve for x:

5x=0 or x+4=0

x=0 or x=-4

So, the numbers for which the rational expression is undefined are x=0 and x=-4.

In summary, the rational expression (7x^(4)+8)/(5x^(2)+20x) is undefined for x=0 and x=-4.

To know more about rational expression click on below link:

https://brainly.com/question/17134322#

#SPJ11

Select each expression that can be factored as a difference of squares. 16x^(2)+25y^(2) x^(3)-125 25x^(2)y^(2)-64z^(2) 4x^(2)-9y^(2)

Answers

a) The expression can be factored as (5xy+8z)(5xy-8z).

b) The expression can be factored as (2x+3y)(2x-3y).

The expressions that can be factored as a difference of squares are:

- 25x^(2)y^(2)-64z^(2)
- 4x^(2)-9y^(2)

A difference of squares is an expression in the form a^2 - b^2, which can be factored as (a+b)(a-b). In the first expression, 25x^(2)y^(2) can be rewritten as (5xy)^2 and 64z^(2) can be rewritten as (8z)^2. Therefore, the expression can be factored as (5xy+8z)(5xy-8z).

In the second expression, 4x^(2) can be rewritten as (2x)^2 and 9y^(2) can be rewritten as (3y)^2. Therefore, the expression can be factored as (2x+3y)(2x-3y).

The other two expressions, 16x^(2)+25y^(2) and x^(3)-125, cannot be factored as a difference of squares because they do not have the form a^2 - b^2.

Learn about Expression

brainly.com/question/14083225

#SPJ11

Which function has a zero with a multiplicity of 2 ? f(x)=-3x^(2)+12x+12 f(x)=3x^(2)+24x+48 f(x)=x^(2)+3x+9 f(x)=x^(2)-2x-1

Answers

The function f(x) = 3x² + 24x + 48 has a zero with a multiplicity of 2.

To determine which function has a zero with a multiplicity of 2, we need to find the discriminant of each quadratic function and check if it is equal to zero.

The discriminant is given by the formula: b² - 4ac, where a, b, and c are the coefficients of the quadratic equation ax² + bx + c = 0.

Let's calculate the discriminant for each function:

1) f(x) = -3x² + 12x + 12

Discriminant: b² - 4ac = (12)² - 4(-3)(12) = 144 + 144 = 288 (not zero)

2) f(x) = 3x² + 24x + 48

Discriminant: b² - 4ac = (24)² - 4(3)(48) = 576 - 576 = 0 (zero)

3) f(x) = x² + 3x + 9

Discriminant: b² - 4ac = (3)² - 4(1)(9) = 9 - 36 = -27 (not zero)

4) f(x) = x² - 2x - 1

Discriminant: b² - 4ac = (-2)² - 4(1)(-1) = 4 + 4 = 8 (not zero)

Based on the calculations, the function f(x) = 3x² + 24x + 48 has a zero with a multiplicity of 2.

Learn more about quadratic function click;

https://brainly.com/question/18958913

#SPJ12

Which statements are true about this graph?

Answers

Answer:

the minimum value is -2

the axis of symmetry is then line x=-1

You will create a map with locations that will identify
the different types of angles and lines we have learned
about in class. The base of your map must include at
least two parallel lines which will be named streets,
and at least one transversal which will be named as a
highway.
This assignment can be done digitally or on paper.
Your map must have a key which identifies each of the
following:
➢ One set of corresponding angles
➢ One set of alternate interior angles
➢ One set of alternate exterior angles
➢ One set of vertical angles
➢ One set of complementary angles
➢ One set of supplementary angles
In addition, ALL ANGLES MUST HAVE MEASURES
LISTED. Check back to your notes to see the
relationships between these angles.

Answers

Your final map should include two streets, a highway, and labels for each angle with their corresponding measures. The key should clearly explain each type of angle and their relationships.

What does a map help with?

Maps are also used to help people understand the relationship between different places and their relative size and position. Maps can provide information about the landforms of an area, such as mountains, rivers, valleys, and deserts.

To begin, draw two parallel lines on the map, and then add a transversal crossing them. Label the parallel lines as “streets” and the transversal as “Highway.” Then, label each pair of angles with the corresponding names listed above. For example, the angles that form when the two parallel lines are crossed by the transversal would be labeled as “Alternate Interior Angles.”

Next, measure the angles using a protractor or a ruler. For example, if two parallel lines are crossed by a transversal, measure the four resulting angles. Each angle should be measured and labeled with its degrees.

Finally, add a key to your map. This should include an explanation of each type of angle and their relationships with one another. For example, the key should explain that complementary angles add up to 90 degrees, supplementary angles add up to 180 degrees, etc.

Your final map should include two streets, a highway, and labels for each angle with their corresponding measures. The key should clearly explain each type of angle and their relationships. By completing this assignment, you will have a visual understanding of the different types of angles and lines we have learned in class.

For more information related to complementary angle,

https://brainly.com/question/15592900

#SPJ1

A post office has 2 clerks. Alice enters the post office while 2 other customers, Bob and Claire, are being served by the 2 clerks. She is next in line. Suppose a clerk’s serving time for any customer follows an exponential distribution with parameter λ independently. Customers will be served once any of the clerks are available.
What is the probability that Bob the last customer to leave the post office?

Answers

The probability that Bob is the last customer to leave the post office comes out as (1 - e^(-λx))^2. The probability that Bob is the last customer to leave the post office can be calculated using the exponential distribution formula.

The exponential distribution is a continuous probability distribution used to model the time between events in a Poisson process. The formula for the exponential distribution is: P(X=x) = λe^(-λx)

Where X is the random variable representing the time between events, λ is the rate parameter, and e is the base of the natural logarithm.


P(Bob is the last customer to leave) = P(Bob's serving time > Alice's serving time) * P(Bob's serving time > Claire's serving time). Since the serving times follow an exponential distribution with parameter λ, we can use the formula to calculate the probabilities:

P(Bob's serving time > Alice's serving time) = ∫_0^∞ λe^(-λx) dx = 1 - e^(-λx)
P(Bob's serving time > Claire's serving time) = ∫_0^∞ λe^(-λx) dx = 1 - e^(-λx)


P(Bob is the last customer to leave) = (1 - e^(-λx))^2
Therefore, the probability that Bob is the last customer to leave the post office is (1 - e^(-λx))^2.

Know more about exponential distribution here:

https://brainly.com/question/28235111

#SPJ11

What is the approximate distance from Denver to Chicago? Use a proportional relationship to solve the problem. Show your work.

Answers

We can observe that Denver and Chicago are separated by 1,114 miles by changing the units.

What is changing the unit?

Changing the unit is the process of converting a given quantity from one unit of measurement to another. This is done to ensure accuracy and consistency in measurement. This process is used in many different areas of life, from converting between metric and imperial measurements in cooking to converting between Fahrenheit and Celsius in temperature measurement.

We now employ the conversion in the left-hand corner. We can simplify this as: since each unit equals 557 miles,
2 units equal 1,114 miles (2 * 557 miles).
The distance between Denver and Chicago is 1,114 miles.

To learn more about changing the unit
https://brainly.com/question/30759896
#SPJ1

What function does this graph represent?

Answers

The answer is c, it’s easy to work out why.
0.5(x-4)^2-5, -5 at the end of the eqn moves it down 5 units on the y axis.
(X-4) moves the graph along the xaxis to the RIGHT or positive x axis. It’s it was (x+5) you move to left!

Susan borrowed $25,000 from a bank for one year at the rate of 10.5% per annum. Compute the amount she must pay to the bank to clear her loan amount; interest is compounded half yearly.

Answers

Susan must pay back $27,693.90 to clear her loan amount, including the interest.

How to find half-yearly compounded interest?

If the interest is compounded half-yearly, then we need to use the formula:

[tex]A = P(1 + \dfrac{r}{n})^{(nt)}[/tex]

Where:

A is the amount to be paid back

P is the principal amount borrowed (initial investment)

r is the annual interest rate (as a decimal)

n is the number of times the interest is compounded per year

t is the time duration of the investment in years

Here, P = $25,000, r = 10.5% = 0.105, n = 2 (since interest has compounded half yearly), and t = 1 year.

Substituting these values into the formula, we get:

[tex]A = 25,000(1 + \dfrac{0.105}{2})^{(2\times1)}[/tex]

= $25,000(1.0525)²

= $27,693.90 (rounded to the nearest cent)

Therefore, she must pay back $27,693.90 to clear her loan amount, including the interest.

Learn more about the interest here:

https://brainly.com/question/21841560

#SPJ9

What is the solution of log^3x-2^125=3

Answers

The solution to the logarithmic equation log_(3x - 2)(125) = 3 is given as follows:

x = 7/3.

How to solve the logarithmic equation?


The logarithmic equation for this problem is defined as follows:

log_(3x - 2)(125) = 3

The definition of the logarithm can be applied, which means that if we elevate the base of 3x - 2 to the power of 3, we obtain the result of 125.

With the application of the definition, the expression is given as follows:

(3x - 2)³ = 125.

125 is the third power of 5, hence:

(3x - 2)³ = 5³.


The third power function is one-to-one function, meaning that each output is related to a single input, hence the value of x is obtained as follows:

3x - 2 = 5

3x = 7

x = 7/3.

More can be learned about logarithmic equations at https://brainly.com/question/9778690

#SPJ1

Need this by friday

Answers

Measurement of S is 127. I hope my messy work helps you understand how i got there

answer all the questions on this page

Answers

Answer:

(a).

Area of circle:

=πr²

=6²×π

=36π

=113.0973355292...

=113.1 cm² (1 d.p.)

(b).

Volume of cylinder = πr²×height

1700=6²π×h

1700=113.1×h

1700÷113.1=h

15.0309460654=h

h=15.0cm (1 d.p.)

ative. Check your work by evaluating the ve rules given in this chapter. 3. g(x)=(1)/(x^(2)+5) 27. 29.

Answers

The five rules given in this chapter are important for algebraic manipulation. Firstly, the Commutative Rule states that when two numbers are added or multiplied, the order of the numbers does not matter.

Secondly, the Associative Rule states that when three or more numbers are added or multiplied, the order in which the operations are performed does not affect the result.

Thirdly, the Distributive Rule states that when a number is multiplied by a sum of two numbers, the number can be distributed to each of the two numbers.

Fourthly, the Additive Identity Rule states that when any number is added to zero, the result is the same number. Finally, the Multiplicative Inverse Rule states that if a number is multiplied by its reciprocal, the result is one.

Together, these five rules form the basis for many algebraic operations. They are important for understanding and manipulating equations, solving for unknowns, and more. By understanding and applying these five rules, students will be able to work more efficiently and accurately with algebraic expressions.

Know more about Associative Rule here

https://brainly.com/question/24231514#

#SPJ11

Two chords |AB| = 10cm, and |CD| = 6cm are drawn on the alternative sides of a circle of radius 6cm. Find the distance between the chords

Answers

The distance between the two chords is approximately 0.894 cm where |AB|=10cm and |CD|=6cm

What is a chord?

Chord is the longest segment that can be drawn within the circle, connecting two points on the circle that are not necessarily opposite each other.

According to question:

We can use the following formula to find the distance between two chords in a circle:

d = |(AB-CD)/(2√(r²-(AB/2-CD/2)²))|

where d is the distance between the chords, AB and CD are the lengths of the chords, and r is the radius of the circle.

By substituting, we get:

d = |(10-6)/(2√(6²-(10/2-6/2)²))|

d = |4/(2√(6²-(8/2)²))|

d = |4/(2√(6²-4²))|

d = |4/(2√(20))|

d = |4/(2×2√(5))|

d = |2/√(5)|

d ≈ 0.894 cm

Therefore, the distance between the two chords is approximately 0.894 cm.

To know more about chord visit:

https://brainly.com/question/13046585

#SPJ1

Other Questions
Lucky DuckWhat is the probability you will choose each duck described below?Write the answer as a fraction in lowest terms and place it in the appropriatebox (certain, likely, unlikely, impossible).The ducks arenumbered from onethrough twelve!Even Unlikely Impossible Mengxi has $10 000 to invest. She invests part in a term deposit paying 5% /year, and the remainder in Canada Savings Bonds paying 3. 5% /year. At the end of the year, she has earned simple interest of $413. How much did she invest at each rate? (Algebra) List five significant facts about Tim OBriens life or writing career that seem to relate to this novel. Make sure you have the correct Tim OBrien Submit a journal entry (a doc or .pdf file) that thoughtfully addresses each of the four following bullet points. This assignment does not have a minimum word count, but will likely be upwards of 400 words in order to meet the requirements of the "Excellent" rubric criteria.1. Would you consider the price elasticity of demand for toilet paper to be elastic or inelastic? Why?2. What are some of the non-price determinants (factors) of demand and non-price determinants (factors) of supply for toilet paper?3. What are some of the determinants of supply for toilet paper?4. What do you feel were the most impactful contributing factors to the toilet paper shortage of 2020? Please guys help me out!!!Describe the results of Pagers experiment? What resources does Latin America export? Original content Houghton Mifflin Harcourt Publishing Company. Additions and changes to the original content are the responsibility of the instructor. 108 Guided Reading Workbook What is the term used for the high- energy species that is formedalong the pathway of the enzyme-catalyzed conversion of substrateto product ?A) prosubstrate B ) transition state C ) substrate D )e Chase starts an IRA (Individual Retirement Account) at the age of 26 to save for retirement. He deposits $400 each month. Upon retirement at the age of 65 his retirement savings is $838,879.58, Determine the amount of money Chase deposited over the length of the investment and how much he made in interest upon retirement Formulas Logan invested $3,800 in an account paying an interest rate of 5% compoundedcontinuously. Qasim invested $3,800 in an account paying an interest rate of 6%compounded annually. To the nearest hundredth of a year, how much longer wouldit take for Logan's money to double than for Qasim's money to double? at and Daphne Carrigan are a married couple in their 40s. They are Australian resident individuals for income tax purposes. The couple has two dependent children, Alex aged 6 and Payne aged 8. Pat and Daphne do not have private health cover. These are the facts relevant to their current income year:Daphne is employed as a teacher at university. Her employer-issued PAYG payment, summary uploaded to her ATO profile, reflects the following:Gross salary $20,000PAYG withheld from her salary $380Daphne owns shares in an ASX listed company. This company paid $3,600 into her bank account after declaring fully franked dividends. The company is liable to pay tax at the rate of 30%. Daphnes franking credits in relation to these dividends total $1,542.86.This table shows you the calculation of Daphnes taxable income if the question required you to calculate her taxable income. Note that in order to meet the assessment criteria for ordinary income items, you must use section 6-5 ITAA97 and you must add the relevant characteristic that fits with the income item we cover these in Topic 3. An answer for section 6-5 ITAA97 is incomplete if you dont add a correct characteristic. To earn the mark for each item, all of the elements must be present in your answer. See the Topic 1 Learning guide that lists the remaining sections.This is the calculation of Daphnes taxable income for the 20202021 income year:$MarkSalary, s 6-5 ITAA97 income from employment, or regular and periodic20,000Dividends, s 44 ITAA363,600Franking credits, s 207-20 ITAA971,543Taxable income$25,143Pat operates his own business called Carrigan Sports Management. This business acts as the manager for professional sports stars in several sporting codes to negotiate their contracts, and to find them sponsorship deals and paid public appearances. The business records of Carrigan Sports Management reflect the following for the income year:Turnover, comprising of commission for services to clients, ordinary income, s 6-5 ITAA97, income from business $3,230,000Tax deductible expenses including rent, council rates and taxes, electricity, telephone, internet charges, s 8-1 ITAA97 $1,235,000Tax deductible salaries paid to staff, s 8-1 ITAA97 $650,000Capital allowances, Div 328 ITAA97 (tax deductible depreciation) on office equipment and computers $145,000During the income year, Pat remitted PAYG payments of $400,000 to the ATO in prepayment of his income tax liability arising from his business.Pat also rented out a unit that he owns in a unit complex in St Lucia to a tenant. These are the relevant details:Rent received, ordinary income, s 6-5 ITAA97, income from property $20,000Tax deductible expenses for the rental property, s 8-1 ITAA97 $15,000Tax deductible interest charged on the mortgage loan that Pat used to fund the purchase cost of the unit, s 8-1 ITAA97 $10,000This table shows you the calculation of Pats taxable income if the question required you to calculate his taxable income.$ MarkTurnover, commission, s 6-5 ITAA97, ordinary income, income from business$3,230,000Expenses for rent, rates, electricity, telephone, internet, s 8-1 ITAA97($1,235,000)Salaries, s 8-1 ITAA97($650,000)Capital allowances, Div 328 ITAA97($145,000)Rent, s 6-5 ITAA97, ordinary income, income from property$20,000Expenses for the rental property, s 8-1 ITAA97($15,000)Interest, s 8-1 ITAA97($10,000)Taxable income$1,195,000You are required to:Calculate Daphnes tax payable or refundable. Provide all your calculations, explanations, formulas and bases for calculations.Calculate Pats tax payable or refundable. Provide all your calculations, explanations, formulas and bases for calculations. On a scale from 1-10 with 1 being not important at all and 10 being the most important, how important is it for regular, every day people to know about tax deductions and tax credits. Why did you rate it the way you rated it? Which of the following is not an argument that inhabitants of the Faroe Islands use to justify their continued hunting of pilot whales?A.Restricting the hunting of pilot whales would result in an over-population of the species.B.Whale meat and blubber are an important source of food for the people who live on the islands.C.Hunts are carefully regulated by the Faroese government.D.Whale meat and blubber are distributed equally to all members of the community Jefferson worried the issues that arose during the Missouri Compromise would soon create:A- an empire.B- disunion.C- another war with Great Britain.D- a recession. y = -15 x -5 11 x + y = -17I need help with this. What is a benefit of learning about personality theories? (HELP ME PLEASE!!!!)-18 12 -15 and 15 12 81 are opposites. helpppppppppppLORAN is a long range hyperbolic navigation system. Suppose two LORAN transmitters are located at the coordinates and , where unit distance on the coordinate plane is measured in miles A receiver is located somewhere in the first quadrant. The receiver computes that the difference in the distances from the receiver to these transmitters is 180 miles. What is the standard form of the hyperbola that the receiver sits on if the transmitters behave as foci of the hyperbola? Mr. Silverstone invested some money in 3 different investment products. The investment was as follows: a. The interest rate of the annuity was 2%. b. The interest rate of the annuity was 4%. c. The interest rate of the bond was 5%. d. The interest earned from all three investments together was $950. Which linear equation shows interest earned from each investment if the total was $950? a.) a + b + c = 950 b.) 0.04a + 0.06b + 0.05c = 9.50 c.) 0.04a + 0.06b + 0.05c = 950 d.) 4a + 6b + 5c = 950 What are the beliefs of a committed conservative? i need help with my homework or else i will fail