You are conducting a study to see if the proportion of women over 40 who regularly have mammograms is significantly less than 0.12. With H1 : p << 0.12 you obtain a test statistic of z=−1.768 z=-1.768. Use a normal distribution calculator and the test statistic to find the P-value accurate to 4 decimal places. It may be left-tailed, right-tailed, or 2-tailed. P-value =

Answers

Answer 1

The p-value for the given test statistic is 0.0385.

Given that a study is conducted for analyzing the proportion of women over 40 who regularly have mammograms is significantly less than 0.12.

With H1 : p << 0.12, the test statistic of z = −1.768 z = -1.768.

We need to find the p-value,

To find the p-value using the given test statistic, we need to use a standard normal distribution table or a calculator.

Since the alternative hypothesis is "p << 0.12," it implies a left-tailed test.

The p-value represents the probability of observing a test statistic as extreme as the one obtained (or more extreme) assuming the null hypothesis is true.

In this case, the test statistic is z = -1.768.

Using a standard normal distribution calculator, we can find the p-value associated with the test statistic. The p-value for a left-tailed test is calculated as the area under the curve to the left of the test statistic.

Entering z = -1.768 into the calculator, the p-value is approximately 0.0381 (rounded to four decimal places).

Therefore, the p-value for the given test statistic is 0.0385.

Learn more about test statistic click;

https://brainly.com/question/33944440

#SPJ4


Related Questions

(Use symbols not mathematical operator)Verify the Associativity of Exclusive OR rule ((p ⊕ q) ⊕ r) ↔ (p ⊕ (q ⊕ r)) by first converting both sides to ANDs and ORs using the Definition of Exclusive OR rule, then using the distributive law and the commutativity and associativity rules.
RULES:
¬(p∧q)↔(¬p∨¬q) DeMorgan And-To-Or
¬(p∨q)↔(¬p∧¬q) DeMorgan Or-To-And
(p⊕q)↔((p∧¬q)∨(¬p∧q)) Exclusive Or
(p∧q)↔(q∧p), (p∨q)↔((q∨p), (p⊕q)↔(q⊕p) Commutativity
(p∧(q∧r))↔((p∧q)∧r), (p∨(q∨r))↔((p∨q)∨r), (p⊕(q⊕r))↔((p⊕q)⊕r) Associativity
(p∧(q∨r))↔((p∧q)∨(p∧r)), (p∨(q∧r))↔((p∨q)∧(p∨r)), (p∧(q⊕r))↔((p∧q)⊕(p∧r)) Distributive Law

Answers

By using the Definition of Exclusive OR rule, the distributive law, and the associativity rule, we have verified that ((p ⊕ q) ⊕ r) ↔ (p ⊕ (q ⊕ r)) holds true.

To verify the associativity of the Exclusive OR rule, we need to show that ((p ⊕ q) ⊕ r) ↔ (p ⊕ (q ⊕ r)) is true by converting both sides to ANDs and ORs using the Definition of Exclusive OR rule and applying the distributive law, commutativity, and associativity rules.

First, let's convert both sides to ANDs and ORs using the Definition of Exclusive OR rule:

((p ⊕ q) ⊕ r) = ((p ∧ ¬q) ∨ (¬p ∧ q)) ⊕ r

(p ⊕ (q ⊕ r)) = p ⊕ ((q ∧ ¬r) ∨ (¬q ∧ r))

Next, let's apply the distributive law to both sides:

((p ∧ ¬q) ∨ (¬p ∧ q)) ⊕ r = (p ∧ (q ∧ ¬r)) ∨ (p ∧ (¬q ∧ r))

Now, let's simplify the expressions further:

((p ∧ ¬q) ∨ (¬p ∧ q)) ⊕ r = (p ∧ q ∧ ¬r) ∨ (p ∧ ¬q ∧ r)

(p ∧ (q ∧ ¬r)) ∨ (p ∧ (¬q ∧ r)) = (p ∧ q ∧ ¬r) ∨ (p ∧ ¬q ∧ r)

By comparing both sides, we can see that they are equivalent.

Therefore, by using the Definition of Exclusive OR rule, the distributive law, and the associativity rule, we have verified that ((p ⊕ q) ⊕ r) ↔ (p ⊕ (q ⊕ r)) holds true.

To know more about distributive law:

https://brainly.com/question/30339269


#SPJ4

Sep 26,5:58:07PM Watch help video Find an expression which represents the difference when (5x+6y) is subtracted from (2x+7y) in simplest terms.

Answers

To find an expression that represents the difference when (5x + 6y) is subtracted from (2x + 7y), we need to subtract (5x + 6y) from (2x + 7y).

When we subtract (5x + 6y) from (2x + 7y), we get:(2x + 7y) - (5x + 6y) = 2x + 7y - 5x - 6yNow we can simplify the expression by combining like terms. The like terms are the x terms and the y terms, so we group them separately:2x - 5x + 7y - 6y = -3x + ySo the expression that represents the difference when (5x + 6y) is subtracted from (2x + 7y) in simplest terms is: -3x + y.Note: The expression -3x + y represents the difference of the terms 2x + 7y and 5x + 6y.

To know more about expression visit:

https://brainly.com/question/28170201

#SPJ11

Use synthetic division to find the quotient: (3x^3-7x^2+2x+1)/(x-2)

Answers

The quotient is 3x^2 - x - 2.

To use synthetic division to find the quotient of (3x^3 - 7x^2 + 2x + 1) divided by (x - 2), we set up the synthetic division table as follows:

Copy code

  |   3    -7     2     1

2 |_____________________

First, we write down the coefficients of the dividend (3x^3 - 7x^2 + 2x + 1) in descending order: 3, -7, 2, 1. Then, we bring down the first coefficient, 3, as the first value in the second row.

Next, we multiply the divisor, 2, by the number in the second row and write the result below the next coefficient. Multiply: 2 * 3 = 6.

Copy code

  |   3    -7     2     1

2 | 6

Add the result, 6, to the next coefficient in the first row: -7 + 6 = -1. Write this value in the second row.

Copy code

  |   3    -7     2     1

2 | 6 -1

Again, multiply the divisor, 2, by the number in the second row and write the result below the next coefficient: 2 * (-1) = -2.

Copy code

  |   3    -7     2     1

2 | 6 -1 -2

Add the result, -2, to the next coefficient in the first row: 2 + (-2) = 0. Write this value in the second row.

Copy code

  |   3    -7     2     1

2 | 6 -1 -2 0

The bottom row represents the coefficients of the resulting polynomial after the synthetic division. The first value, 6, is the coefficient of x^2, the second value, -1, is the coefficient of x, and the third value, -2, is the constant term.

Thus, the quotient of (3x^3 - 7x^2 + 2x + 1) divided by (x - 2) is:

3x^2 - x - 2

Therefore, the quotient is 3x^2 - x - 2.

Learn more about quotient  from

https://brainly.com/question/11995925

#SPJ11

scores are normally distributed with a mean of 100 and a standard deviation of 15 . Use this information to answer the following question. What is the probability that a randomly selected person will have an 1Q score of at most 105 ? Make sure to type in your answer as a decimal rounded to 3 decimal places, For example, if you thought the answer was 0.54321 then you would type in 0.543. Question 22 Astudy was conducted and it found that the mean annual salary for all California residents was $63,783 and the true standard deviation for all California residents was $7,240. Suppose you were to randomly sample 50 California residents. Use this information to answer the following question. What is the probability that the average salary for the 50 individuals in your sample would be at least $64,000? Make sure ta type in your answer as a decimal rounded to 3 decimal places. For example, if you thought the answer was 0.54321 then you would type in 0.543.

Answers

The probability that a person has an 1Q score of at most 105 is 0.630

The probability the average salary is at least $64,000 is 0.488

The probability that a person has an 1Q score of at most 105?

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

Mean = 100

Standard deviation = 15

So, we have the z-scores to be

z = (105 - 100)/15

z = 0.333

So, the probability is

P = (z ≤ 0.333)

When calculated, we have

P = 0.630

The probability the average salary is at least $64,000

Here, we have

Mean = 63,783

Standard deviation = 7,240

So, we have the z-scores to be

z = (64,000 - 63,783)/7,240

z = 0.030

So, the probability is

P = (z ≥ 0.030)

When calculated, we have

P = 0.488

Read more about probability at

https://brainly.com/question/32182965

#SPJ4

The Unique Gifts catalog lists a "super loud and vibrating alarm
clock." Their records indicate the following information on the
relation of monthly supply and demand quantities to the price of
the cl

Answers

(a) Demand linear equation: (49, 31), (137, 167)

Supply linear equation: (31, 49), (132, 172)

(b) Demand equation: p = -0.4x + 131.2

(c) Supply equation: p = 0.45x - 126.4

(d) Equilibrium quantity: 88

Equilibrium price: $114

Based on the given information, let's find the requested values:

(a) Points on the demand linear equation:

(49, 31) and (137, 167)

Points on the supply linear equation:

(31, 49) and (132, 172)

(b) The demand equation:

p = -0.4x + 131.2

(c) The supply equation:

p = 0.45x - 126.4

(d) The equilibrium quantity and price:

Equilibrium quantity: 88

Equilibrium price: $114

The correct question should be :

The Unique Gifts catalog lists a "super loud and vibrating alarm clock. Their records indicate the following information on the relation of monthly supply and demand quantities to the price of the clock. 172 $49 Demand Supply Price 167 132 $31 137 Use this information to find the following. (a) points on the demand linear equation xP)-( 49,31 * ) (smaller x-value) (x.P)-( 137 - 167 * ) (larger x-value) points on the supply linear equation XP) -( 49-31_* ) (smaller x-value) (xp) - ( 172 - 132 x (larger x-value) (b) the demand equation p - -0.4x + 131.2 x (c) the supply equation p - 0.45x - 126.4 x (d) the equilibrium quantity and price Equilibrium occurs when the price of the clock is $ 303 X and the quantity is 10 13. - 2 points ROLFFM8 2.1.058. My Notes Ask Your Teacher The Catalog Store has data indicating that, when the price of a CD bookcase is $132, the demand quantity is 72 and the supply quantity is 96. The equilibrium point occurs when the price is $114 and the quantity is 88. Find the linear demand equation p let y be the demand quantity) Find the linear supply equation p lex be the supply quantity Need Help?

To learn more about linear equations visit : https://brainly.com/question/2030026

#SPJ11

The following sets are defined: - C={ companies },e.g.: Microsoft,Apple I={ investors },e.g.JP Morgan Chase John Doe - ICN ={(i,c,n)∣(i,c,n)∈I×C×Z +
and investor i holds n>0 shares of company c} o Note: if (i,c,n)∈
/
ICN, then investor i does not hold any stocks of company c Write a recursive definition of a function cwi(I 0

) that returns a set of companies that have at least one investor in set I 0

⊆I. Implement your definition in pseudocode.

Answers

A recursive definition of a function cwi (I0) that returns a set of companies that have at least one investor in set I0 is provided below in pseudocode. The base case is when there is only one investor in the set I0.

The base case involves finding the companies that the investor owns and returns the set of companies.The recursive case is when there are more than one investors in the set I0. The recursive case divides the set of investors into two halves and finds the set of companies owned by the first half and the second half of the investors.

The recursive case then returns the intersection of these two sets of def cwi(I0):

companies.pseudocode:

   if len(I0) == 1:

       i = I0[0]

       return [c for (j, c, n) in ICN if j == i and n > 0]

   else:

       m = len(I0) // 2

       I1 = I0[:m]

       I2 = I0[m:]

       c1 = cwi(I1)

       c2 = cwi(I2)

       return list(set(c1) & set(c2))

To know more about intersection visit :

https://brainly.com/question/30722656

#SPJ11

Malcolm says that because 8/11>7/10 Discuss Malcolm's reasoning. Even though it is true that 8/11>7/10 is Malcolm's reasoning correct? If Malcolm's reasoning is correct, clearly explain why. If Malcolm's reasoning is not correct, give Malcolm two examples that show why not.

Answers

Malcolm's reasoning is correct because when comparing 8/11 and 7/10 using cross-multiplication, we find that 8/11 is indeed greater than 7/10.

Malcolm's reasoning is correct. To compare fractions, we can cross-multiply and compare the products. In this case, when we cross-multiply 8/11 and 7/10, we get 80/110 and 77/110, respectively. Since 80/110 is greater than 77/110, we can conclude that 8/11 is indeed greater than 7/10.

Two examples that further illustrate this are:

Consider the fractions 2/3 and 1/2. Cross-multiplying, we get 4/6 and 3/6. Since 4/6 is greater than 3/6, we can conclude that 2/3 is greater than 1/2.Similarly, consider the fractions 5/8 and 2/3. Cross-multiplying, we get 15/24 and 16/24. In this case, 15/24 is less than 16/24, indicating that 5/8 is less than 2/3.

These examples demonstrate that cross-multiplication can be used to compare fractions, supporting Malcolm's reasoning that 8/11 is greater than 7/10.

To learn more about reasoning visit:

https://brainly.com/question/28432148

#SPJ11

A used piece of rental equipment has 4(1/2) years of useful life remaining. When rented, the equipment brings in $200 per month
(paid at the beginning of the month). If the equipment is sold now and money is worth 4.4%, compounded monthly, what must the selling price be to recoup the income that the rental company loses by selling the equipment "early"?
(a) Decide whether the problem relates to an ordinary annuity or an annuity due.
annuity due
ordinary annuity
(b) Solve the problem. (Round your answer to the nearest cent.)
$=

Answers

The selling price should be $9054.61 to recoup the income that the rental company loses by selling the equipment "early."

a) It is an annuity due problem.

An annuity due is a sequence of payments, made at the start of each period for a fixed period.

For instance, rent on a property, which is usually paid in advance at the start of the month and continues for a set period, is an annuity due.

In an annuity due, each payment is made at the start of the period, and the amount does not change over time since it is an agreed-upon lease agreement.

Now, the selling price can be calculated using the following formula:

[tex]PMT(1 + i)[\frac{1 - (1 + i)^{-n}}{i}][/tex]

Here,

PMT = Monthly

Rent = $200

i = Rate per period

= 4.4% per annum/12

n = Number of Periods

= 4.5 * 12 (since 4 and a half years of useful life are left).

= 54

Substituting the values in the formula, we get:

[tex]$$PMT(1+i)\left[\frac{1-(1+i)^{-n}}{i}\right]$$$$=200(1+0.044/12)\left[\frac{1-(1+0.044/12)^{-54}}{0.044/12}\right]$$$$=200(1.003667)\left[\frac{1-(1.003667)^{-54}}{0.00366667}\right]$$$$= 9054.61$$[/tex]

Therefore, the selling price should be $9054.61 to recoup the income that the rental company loses by selling the equipment "early."

To know more about selling price visit:

https://brainly.com/question/27796445

#SPJ11

A satellite is located at a point where two tangents to the equator of the earth intersect. If the two tangents form an angle of about 30 degrees, how wide is the coverage of the satellite?

Answers

In a circle, the angle subtended by a diameter from any point on the circumference is always 90°. The width of the coverage of the satellite is [tex]\frac{1}{12}[/tex] of the circumference of the circle.

The satellite located at the point where two tangents to the equator of the Earth intersect. If the two tangents form an angle of 30 degrees, how wide is the coverage of the satellite?Let AB and CD are the tangents to the equator, meeting at O as shown below: [tex]\angle[/tex]AOB = [tex]\angle[/tex]COD = 90°As O is the center of a circle, and the tangents AB and CD meet at O, the angle AOC = 180°.That implies [tex]\angle[/tex]AOD = 180° - [tex]\angle[/tex]AOC = 180° - 180° = 0°, i.e., the straight line AD is a diameter of the circle.In a circle, the angle subtended by a diameter from any point on the circumference is always 90°.Therefore, [tex]\angle[/tex]AEB = [tex]\angle[/tex]AOF = 90°Here, the straight line EF represents the coverage of the satellite, which subtends an angle at the center of the circle which is 30 degrees, because the two tangents make an angle of 30 degrees. Therefore, in order to find the length of the arc EF, you need to find out what proportion of the full circumference of the circle is 30 degrees. So we have:[tex]\frac{30}{360}[/tex] x [tex]\pi[/tex]r, where r is the radius of the circle.The circumference of the circle = 2[tex]\pi[/tex]r = 360°Therefore, [tex]\frac{30}{360}[/tex] x [tex]\pi[/tex]r = [tex]\frac{1}{12}[/tex] x [tex]\pi[/tex]r.The width of the coverage of the satellite = arc EF = [tex]\frac{1}{12}[/tex] x [tex]\pi[/tex]r. Therefore, the width of the coverage of the satellite is [tex]\frac{1}{12}[/tex] of the circumference of the circle.

Learn more about angle :

https://brainly.com/question/28451077

#SPJ11

Adele went to the post office. she bought a total of 25 stamps and postcards. Some were 39 cent stamps and the rest 23 cent postcards. if she paid $8.47 all together, how many 39 cent stamps did she buy?

Answers

Adele bought 17 of the 39-cent stamps and 25-17=8 of the 23-cent postcards. We will solve this by using linear equations in one variable.

⇒Let x be the number of 39-cent stamps that Adele bought.

Here, x is the variable.

⇒So the number of 23cent postcards would be 25-x.

We can obtain the following equation: 0.39x + 0.23(25 - x) = 8.47

⇒Simplifying the equation we have: 0.39x + 5.75 - 0.23x = 8.47

⇒Combining like terms we have: 0.16x + 5.75 = 8.47

Subtracting 5.75 from both sides we get: 0.16x = 2.72

⇒Dividing both sides by 0.16 we get, x = 17

Therefore, Adele bought 17 of the 39-cent stamps and 25-17=8 of the 23-cent postcards.

Learn more about linear equations in one variable here: https://brainly.com/question/28555579

#SPJ11

The university expects a proportion of digital exams to be
automatically corrected. Here comes a type of question that you
might then get.
Note! you don't get points here until everything is correct,

Answers

The question that you might get when a university expects a proportion of digital exams to be automatically corrected

Digital exams are graded automatically using special software known as automatic grading software. This software analyzes the exam papers and matches the right answers with the ones given by the student.

The exam software checks the entire exam paper to ensure that the student understands the topic being tested. If the student answers the question correctly, they will earn points. If the student gets the answer wrong, they lose points. The digital exam is graded within a matter of minutes, and students receive their results immediately after the exam.

The use of automatic grading software in universities has become popular because of its accuracy, speed, and efficiency. It saves time and effort, and students can have their grades within a short period.

It also helps reduce the risk of human error, and it is fair to all students because the same standard is used for all exams.

Know more about automatic grading  here:

https://brainly.com/question/30192575

#SPJ11

Class A has 22 pupils and class B has 9 pupils.
Both classes sit the same maths test.
The mean score for class A is 31.
The mean score for both classes is 42.
What is the mean score (rounded to 2 DP) in the maths test for class B?

Answers

Answer:

that is 9/31=0.2903=0.29

Ana and Marie are collecting clothes for calamity victims. Ana collected (2)/(3) as many clothes Marie did. If Marie collected 2(4)/(5) bags of clothes, how many bags of clothes did Ana collect?

Answers

8/15 bags of clothes were collected by Ana.

Given, Ana and Marie are collecting clothes for calamity victims.

Ana collected (2)/(3) as many clothes Marie did.

If Marie collected 2(4)/(5) bags of clothes, we have to find how many bags of clothes did Ana collect.

Let the amount of clothes collected by Marie = 2(4)/(5)

We have to find how many bags of clothes did Ana collect

Ana collected (2)/(3) as many clothes as Marie did.

Therefore,

Ana collected:

(2)/(3) × 2(4)/(5) of clothes

= 8/15 clothes collected by Marie

We know that,

2(4)/(5) bags of clothes were collected by Marie

8/15 bags of clothes were collected by Ana

Therefore, 8/15 bags of clothes were collected by Ana.

Answer: 8/15

To know more about bags refer here:

https://brainly.com/question/32772219

#SPJ11

How do you find the slope of a line with two given points?; How do I find the slope in a line?; How do you find slope with 3 points?; What is the slope of the line that passes through these two points 8 4 and 5 3?

Answers

The slope of the line that passes through the points (8, 4) and (5, 3) is 1/3.

To find the slope of a line with two given points, you can use the formula:

slope = (y2 - y1) / (x2 - x1)

Let's take the points (8, 4) and (5, 3) as an example.

1. Identify the coordinates of the two points: (x1, y1) = (8, 4) and (x2, y2) = (5, 3).

2. Substitute the coordinates into the slope formula:

slope = (3 - 4) / (5 - 8)

3. Simplify the equation:

slope = -1 / -3

4. Simplify further by multiplying the numerator and denominator by -1:

slope = 1 / 3

Therefore, the slope of the line that passes through the points (8, 4) and (5, 3) is 1/3.

To find the slope with three points, you would need to use a different method, such as finding the equation of the line and then calculating the slope from that equation. If you provide the three points, I can guide you through the process.

Remember, slope represents the steepness or incline of a line. A positive slope indicates an upward trend, while a negative slope indicates a downward trend. A slope of zero represents a horizontal line, and an undefined slope represents a vertical line.

Learn more about slope:

https://brainly.com/question/3605446

#SPJ11

An address in a block is given as 115.15.47.238. N=2 32−n
n=32−log 2

(N)

a. Find the number of addresses in the block, the first address, and the last address. b. Draw an example network.

Answers

a. The number of addresses in the block is N, the first address is the network address with all host bits set to zero, and the last address is the network address with all host bits set to one.

b. A network diagram visually represents the network address block and individual addresses within it, but without specific information, a detailed example diagram cannot be provided.

a. To find the number of addresses in the block, we need to calculate 2^(32-n), where n is the number of bits used to represent the network address.

N = 2^(32 - n), we need to substitute the value of N to find the number of addresses:

N = 2^(32 - log2(N))

Simplifying the equation:

2^log2(N) = N

So, the number of addresses in the block is N.

To find the first address, we start with the given address and set all the bits after the network address bits to zero. In this case, the network address is 115.15.47.0.

To find the last address, we set all the bits after the network address bits to one. In this case, the network address is 115.15.47.255.

b. In a network diagram, you would typically represent the network address block and the individual addresses within that block. The network address block would be represented as a rectangle or square, with the first address and last address labeled within the block. The diagram would also include any connecting lines or arrows to represent the network connections between different blocks or devices.

Please note that without more specific information about the network configuration and subnetting, it is not possible to provide a more detailed example network diagram.

To know more about network address, refer to the link below:

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

#SPJ11

A street vendor has a total of 350 short and long sleeve T-shirts. If she sells the short sleeve shirts for $12 each and the long sleeve shirts for $16 each, how many of each did she sell if she sold

Answers

The problem is not solvable as stated, since the number of short sleeve T-shirts sold cannot be larger than the total number of shirts available.

Let x be the number of short sleeve T-shirts sold, and y be the number of long sleeve T-shirts sold. Then we have two equations based on the information given in the problem:

x + y = 350 (equation 1, since the vendor has a total of 350 shirts)

12x + 16y = 5000 (equation 2, since the total revenue from selling x short sleeve shirts and y long sleeve shirts is $5000)

We can use equation 1 to solve for y in terms of x:

y = 350 - x

Substituting this into equation 2, we get:

12x + 16(350 - x) = 5000

Simplifying and solving for x, we get:

4x = 1800

x = 450

Since x represents the number of short sleeve T-shirts sold, and we know that the vendor sold a total of 350 shirts, we can see that x is too large. Therefore, there is no solution to this problem that satisfies the conditions given.

In other words, the problem is not solvable as stated, since the number of short sleeve T-shirts sold cannot be larger than the total number of shirts available.

Learn more about " equations" : https://brainly.com/question/29174899

#SPJ11


An 8-sided die is rolled 10 times.
a) Calculate the expected sum of the 10 rolls.
b) Calculate the standard deviation for the sum of the 10
rolls.
c) Find the probability that the sum is greater than

Answers

a) The expected sum of 10 rolls on an 8-sided die is 45.

b) The standard deviation for the sum of 10 rolls is approximately 0.906.

c) The probability that the sum is greater than 150 is 0, as the maximum possible sum is 80.

a) To calculate the expected sum of the 10 rolls, we can use the following formula:

Expected value of the sum of the 10 rolls = E(10X) = 10 * E(X) = 10 * 4.5 = 45

So, the expected sum of the 10 rolls is 45.

b) To calculate the standard deviation for the sum of the 10 rolls, we can use the following formula:

σ² = npq

where n = 10, p = probability of getting any number on one roll of an 8-sided die = 1/8, q = probability of not getting any number on one roll of an 8-sided die = 7/8

Therefore,

σ² = 10 * (1/8) * (7/8) = 0.8203125

Thus, the standard deviation for the sum of the 10 rolls is given by:

σ = √0.8203125 = 0.90554 (approx)

Hence, the standard deviation for the sum of the 10 rolls is 0.90554 (approx).

c) Now, we need to find the probability that the sum is greater than 150. Since the die is an 8-sided one, the maximum sum we can get in a single roll is 8. Hence, the maximum sum we can get in 10 rolls is 8 * 10 = 80. Since 150 is greater than 80, P(sum > 150) = 0.

Therefore, the probability that the sum is greater than 150 is 0. Answer: 0.

Learn more about Expected sum

https://brainly.com/question/28197299

#SPJ11

Roadside Inc's new product would sell for $37.39. Variable cost
of production would be $14.53 per unit. Setting up production would
entail relevant fixed costs of $285,789. The project cannot go
forwa

Answers

The breakeven sales in units, meeting the profit target of 15%, is approximately 12,995.7 units.

To calculate the breakeven sales in units, we need to consider the profit target and the cost structure of the product.

Given:

Selling price per unit = $37.39

Variable cost per unit = $14.53

Fixed costs = $285,789

Return on sales target = 15% = 0.15

To calculate the breakeven sales in units, we can use the following formula:

Breakeven sales (in units) = Fixed costs / (Selling price per unit - Variable cost per unit + Return on sales)

Breakeven sales (in units) = $285,789 / ($37.39 - $14.53 + 0.15)

Breakeven sales (in units) = $285,789 / $22.01

Breakeven sales (in units) ≈ 12,995.73

Rounding to the nearest tenth of a unit, the breakeven sales in units would be approximately 12,995.7 units.

The correct question should be :

Roadside Inc's new product would sell for $37.39. Variable cost of production would be $14.53 per unit. Setting up production would entail relevant fixed costs of $285,789. The project cannot go forward unless the new product would earn a return on sales of 15%. Calculate breakeven sales in UNITS, meeting the profit target. (Rounding: tenth of a unit.)

To learn more about profit visit : https://brainly.com/question/1078746

#SPJ11

Mikko and Jason both commute to work by car. Mikko's commute is 8 km and Jason's is 6 miles. What is the difference in their commute distances when 1mile=1609 meters?
a) 1654meters
b) 3218 meters
c)3.218miles
d)1028 miles
e)1028meters
f) none of the above
g)No answer

Answers

The difference in their commute distances is 1654 meters.

To compare Mikko's commute distance of 8 km to Jason's commute distance of 6 miles, we need to convert one of the distances to the same unit as the other.

Given that 1 mile is equal to 1609 meters, we can convert Jason's commute distance to kilometers:

6 miles * 1609 meters/mile = 9654 meters

Now we can calculate the difference in their commute distances:

Difference = Mikko's distance - Jason's distance

         = 8 km - 9654 meters

To perform the subtraction, we need to convert Mikko's distance to meters:

8 km * 1000 meters/km = 8000 meters

Now we can calculate the difference:

Difference = 8000 meters - 9654 meters

         = -1654 meters

The negative sign indicates that Jason's commute distance is greater than Mikko's commute distance.

Therefore, their commute distances differ by 1654 metres.

Learn more about distance on:

https://brainly.com/question/12356021

#SPJ11

differentiate the function
y=(x²+4x+3 y=x²+4x+3) /√x
differentiate the function
f(x)=[(1/x²) -(3/x^4)](x+5x³)

Answers

The derivative of the function y = (x² + 4x + 3)/(√x) is shown below:

Given function,y = (x² + 4x + 3)/(√x)We can rewrite the given function as y = (x² + 4x + 3) * x^(-1/2)

Hence, y = (x² + 4x + 3) * x^(-1/2)

We can use the Quotient Rule of Differentiation to differentiate the above function.

Hence, the derivative of the given function y = (x² + 4x + 3)/(√x) is

dy/dx = [(2x + 4) * x^(1/2) - (x² + 4x + 3) * (1/2) * x^(-1/2)] / x = [2x(x + 2) - (x² + 4x + 3)] / [2x^(3/2)]

We simplify the expression, dy/dx = (x - 1) / [x^(3/2)]

Hence, the derivative of the given function y = (x² + 4x + 3)/(√x) is

(x - 1) / [x^(3/2)].

The derivative of the function f(x) = [(1/x²) - (3/x^4)](x + 5x³) is shown below:

Given function, f(x) = [(1/x²) - (3/x^4)](x + 5x³)

We can use the Product Rule of Differentiation to differentiate the above function.

Hence, the derivative of the given function f(x) = [(1/x²) - (3/x^4)](x + 5x³) is

df/dx = [(1/x²) - (3/x^4)] * (3x² + 1) + [(1/x²) - (3/x^4)] * 15x²

We simplify the expression, df/dx = [(1/x²) - (3/x^4)] * [3x² + 1 + 15x²]

Hence, the derivative of the given function f(x) = [(1/x²) - (3/x^4)](x + 5x³) is

[(1/x²) - (3/x^4)] * [3x² + 1 + 15x²].

To know more about differentiation visit:

https://brainly.com/question/25324584

#SPJ11

defects. Does this finding support the researcher's claim? Use α=0.01. What is the test statistic? Round-off final answer to three decimal places.

Answers

There is no enough evidence to support the researcher's claim that at least 10% of all football helmets have manufacturing flaws that could potentially cause injury to the wearer, based on this sample of 200 helmets.

The test statistics is -1.414

How to calculate test statistics

To test whether the sample supports the researcher's claim that at least 10% of all football helmets have manufacturing flaws, we will use a one-tailed hypothesis test with a significance level of α=0.01.

Hypotheses:

Null hypothesis (H0) : the proportion of helmets with manufacturing flaws is less than or equal to 10%

H0: p <= 0.1

Alternative hypothesis (Ha): the proportion of helmets with manufacturing flaws is greater than 10%:

Ha: p > 0.1

where p is the true proportion of helmets with manufacturing flaws in the population.

We can use the sample proportion, p-hat, as an estimate of the true proportion, and test whether it is significantly greater than 0.1.

The test statistic for this hypothesis test

[tex]z = (p-hat - p0) / \sqrt(p0*(1-p0)/n)[/tex]

where p0 is the null hypothesis proportion (0.1),

n is the sample size (200), and

p-hat is the sample proportion (16/200 = 0.08).

Substitute for the given values

z = (0.08 - 0.1) / [tex]\sqrt[/tex](0.1*(1-0.1)/200)

= -1.414

From a standard normal distribution table, the p-value associated with this test statistic is

p-value = P(Z > -1.414)

= 0.921

Decision:

Since the p-value (0.921) is greater than the significance level (0.01), we fail to reject the null hypothesis.

Therefore, there is no enough evidence to support the researcher's claim that at least 10% of all football helmets have manufacturing flaws that could potentially cause injury to the wearer, based on this sample of 200 helmets.

Learn more on test statistics on https://brainly.com/question/15110538

#SPJ4

Question is incomplete. Find the complete question below

A researcher claims that at least 10% of all football helmets have manufacturing flaws that could potentially cause injury to the wearer. A sample of 200 helmets revealed that 16 helmets contained such defects. Does this finding support the researcher's claim? Use α=0.01. What is the test statistic? Round-off final answer to three decimal places.

Kirt is 33 years old. What is his 50 % maximum heart rate? Round to the nearest whole number. Question 5 Kirt is 33 years old. What is his 70 % maximum heart rate? Round to the nearest w

Answers

70% maximum heart rate of Kirti ≈ 131

To calculate Kirt's maximum heart rate, we can use the formula:

Maximum heart rate = 220 - age

Substituting Kirt's age of 33, we get:

Maximum heart rate = 220 - 33 = 187

To calculate Kirt's 50% maximum heart rate, we can multiply his maximum heart rate by 0.5:

50% maximum heart rate = 0.5 x 187 = 93.5

Rounding to the nearest whole number, we get:

50% maximum heart rate ≈ 94

To calculate Kirt's 70% maximum heart rate, we can multiply his maximum heart rate by 0.7:

70% maximum heart rate = 0.7 x 187 = 130.9

Rounding to the nearest whole number, we get:

70% maximum heart rate ≈ 131

Learn more about "heart rate" : https://brainly.com/question/1395397

#SPJ11

P(−2,1,0),Q(2,3,2),R(1,4,−1),S(3,6,1) a) Find a nonzero vector orthogonal to the plane through the points P,Q,R. b) Find the area of the triangle PQR. c) Find the volume of the parallelepiped with adjacent edges PQ, PR, and PS.

Answers

a) A nonzero vector orthogonal to the plane through the points P, Q, and R is N = (8, -9, 0). b) The area of triangle PQR is 1/2 * √145. c) The volume of the parallelepiped with adjacent edges PQ, PR, and PS is 5.

a) To find a nonzero vector orthogonal to the plane through the points P, Q, and R, we can find the cross product of the vectors formed by subtracting one point from another.

Let's find two vectors in the plane, PQ and PR:

PQ = Q - P

= (2, 3, 2) - (-2, 1, 0)

= (4, 2, 2)

PR = R - P

= (1, 4, -1) - (-2, 1, 0)

= (3, 3, -1)

Now, we can find the cross product of PQ and PR:

N = PQ × PR

= (4, 2, 2) × (3, 3, -1)

Using the determinant method for the cross product, we have:

N = (2(3) - 2(-1), -1(3) - 2(3), 4(3) - 4(3))

= (8, -9, 0)

b) To find the area of triangle PQR, we can use the magnitude of the cross product of PQ and PR divided by 2.

The magnitude of N = (8, -9, 0) is:

√[tex](8^2 + (-9)^2 + 0^2)[/tex]

= √(64 + 81 + 0)

= √145

c) To find the volume of the parallelepiped with adjacent edges PQ, PR, and PS, we can use the scalar triple product.

The scalar triple product of PQ, PR, and PS is given by the absolute value of (PQ × PR) · PS.

Let's find PS:

PS = S - P

= (3, 6, 1) - (-2, 1, 0)

= (5, 5, 1)

Now, let's calculate the scalar triple product:

V = |(PQ × PR) · PS|

= |N · PS|

= |(8, -9, 0) · (5, 5, 1)|

Using the dot product, we have:

V = |(8 * 5) + (-9 * 5) + (0 * 1)|

= |40 - 45 + 0|

= |-5|

= 5

To know more about nonzero vector,

https://brainly.com/question/33401611

#SPJ11

The average time a machine works properly before a major breakdown is exponentially distributed with a mean value of 100 hours.

Q7) What is the probability that the machine will function between 50 and 150 hours without a major breakdown?

Q8) The machine works 100 hours without a major breakdown. What is the probability that it will work another extra 20 hours properly?

Answers

The probability that the machine will function between 50 and 150 hours without a major breakdown is 0.3736.

The probability that it will work another extra 20 hours properly is 0.0648.

To solve these questions, we can use the properties of the exponential distribution. The exponential distribution is often used to model the time between events in a Poisson process, such as the time between major breakdowns of a machine in this case.

For an exponential distribution with a mean value of λ, the probability density function (PDF) is given by:

f(x) = λ * e^(-λx)

where x is the time, and e is the base of the natural logarithm.

The cumulative distribution function (CDF) for the exponential distribution is:

F(x) = 1 - e^(-λx)

Q7) To find this probability, we need to calculate the difference between the CDF values at 150 hours and 50 hours.

Let λ be the rate parameter, which is equal to 1/mean. In this case, λ = 1/100 = 0.01.

P(50 ≤ X ≤ 150) = F(150) - F(50)

= (1 - e^(-0.01 * 150)) - (1 - e^(-0.01 * 50))

= e^(-0.01 * 50) - e^(-0.01 * 150)

≈ 0.3935 - 0.0199

≈ 0.3736

Q8) In this case, we need to calculate the probability that the machine functions between 100 and 120 hours without a major breakdown.

P(100 ≤ X ≤ 120) = F(120) - F(100)

= (1 - e^(-0.01 * 120)) - (1 - e^(-0.01 * 100))

= e^(-0.01 * 100) - e^(-0.01 * 120)

≈ 0.3660 - 0.3012

≈ 0.0648

learn more about probability

https://brainly.com/question/31828911

#SPJ11

The median weight of a boy whose age is between 0 and 38 months can be approximated by the function
w(t)=8.44 + 1.62t-0.005612 +0.00032313
where t is measured in months and wis measured in pounds. Use this approximation to find the following for a
a) The rate of change of weight with respect to time.
w(t)=0.00098912-0.01121+1.62
b) The weight of the baby at age 7 months.
The approximate weight of the baby at age 7 months is

Answers

The rate of change of weight with respect to time is dw/dt = 1.62 - 0.011224t and the approximate weight of the baby at age 7 months is 19.57648 pounds (lb).

a) The rate of change of weight with respect to time:

To find the rate of change of weight with respect to time, we differentiate the function w(t) with respect to t:dw/dt = 1.62 - 0.011224t

The rate of change of weight with respect to time is given by dw/dt = 1.62 - 0.011224t.

b) The weight of the baby at age 7 months.

Substitute t = 7 months in the given function:

w(t)=8.44 + 1.62t-0.005612t^2 + 0.00032313t = 8.44 + 1.62(7) - 0.005612(7)² + 0.00032313w(7) = 19.57648

The approximate weight of the baby at age 7 months is 19.57648 pounds (lb).

Therefore, the rate of change of weight with respect to time is dw/dt = 1.62 - 0.011224t and the approximate weight of the baby at age 7 months is 19.57648 pounds (lb).

To know more about rate of change visit:
brainly.com/question/32590380

#SPJ11

We first introduced the concept of the correlation, r, between two quantitative variables in Section 2.5. What is the range of possible values that r can have? Select the best answer from the list below:
a. A value from 0 to 1 (inclusive)
b. Any non-negative value
c. Any value
d. A value from -1 to 1 (inclusive)

Answers

The range of possible values that correlation coefficient, r, between two quantitative variables can have is d. A value from -1 to 1 (inclusive).

A correlation coefficient is a mathematical measure of the degree to which changes in one variable predict changes in another variable. This statistic is used in the field of statistics to measure the strength of a relationship between two variables. The value of the correlation coefficient, r, always lies between -1 and 1 (inclusive).

A correlation coefficient of 1 means that there is a perfect positive relationship between the two variables. A correlation coefficient of -1 means that there is a perfect negative relationship between the two variables. Finally, a correlation coefficient of 0 means that there is no relationship between the two variables.

Learn more about correlation

https://brainly.com/question/30116167

#SPJ11

Select all relations that are true 2 log a

(n)
=Θ(log b

(n))
2 (2n)
=O(2 n
)
2 2n+1
=O(2 n
)
(n+a) 6
=Θ(n 6
)
10 10
n 2
⋅2 log 2

(n)
=O(2 n
)

Answers

The given relations are analyzed to determine their truth. It is found that log base a of n is Theta of log base b of n, and 2 raised to the power of 2n is O(2^n).

The relations given are:

2 log base a of n = Theta(log base b of n):

This relation states that the logarithm of n to the base a is of the same order as the logarithm of n to the base b. It means that the growth rates of these two logarithmic functions are comparable.

2^(2n) = O(2^n):

This relation implies that the function 2 raised to the power of 2n is bounded above by the function 2 raised to the power of n. In other words, the growth rate of 2 raised to the power of 2n is not greater than the growth rate of 2 raised to the power of n.

The other two relations:

3. 2^(2n+1) = O(2^n)

(n+a)^6 = Theta(n^6)

are not true. The third relation states that the function 2 raised to the power of 2n+1 is bounded above by the function 2 raised to the power of n, which is incorrect. The fourth relation implies that (n+a) raised to the power of 6 is of the same order as n raised to the power of 6, which is also not true.

Lastly, the relation:

5. (10^n)^(2 log base 2 of n) = O(2^n)

states that the function (10^n) raised to the power of (2 log base 2 of n) is bounded above by the function 2 raised to the power of n.

For more information on relations visit: brainly.com/question/33562447

#SPJ11

center (-5,4),When Center (5,4) and tangent to the x axis are given, what is the standard equation of the Circle?

Answers

The given center coordinates are (-5,4), and Center (5,4).The center coordinates of the circle are (5,4), and the radius of the circle is equal to the distance between the center coordinates and the x-axis.

So, the radius of the circle is 4. Now, the standard equation of the circle is (x-a)² + (y-b)² = r²where (a, b) are the coordinates of the center and r is the radius of the circle.We know that the center of the circle is (5, 4) and the radius is 4 units, so we can substitute these values into the equation to get the standard equation of the circle.(x - 5)² + (y - 4)² = 4²= (x - 5)² + (y - 4)² = 16So, the standard equation of the circle is (x - 5)² + (y - 4)² = 16 when the center coordinates are (5, 4) and the circle is tangent to the x-axis.

To know more about coordinates visit:

https://brainly.com/question/32836021

#SPJ11

find two numbers whose products is 65 if one of the numbers is 3 more than twice the other number

Answers

By quadratic equations, the two numbers when products is 65 if one of the numbers is 3 more than twice the other number are 6.5 and 16.

Let x be one of the numbers and y be the other number. From the problem statement, we know that one of the numbers is 3 more than twice the other number.

So, we can write the following equation: y = 2x + 3

Also, we know that the product of these two numbers is 65. So, we can write another equation:

xy = 65

Now, we can substitute y in terms of x from the first equation into the second equation and get: x(2x + 3) = 65

Simplifying this equation, we get:2x² + 3x - 65 = 0

Now, we can solve this quadratic equation using either factoring or the quadratic formula. Factoring gives: (2x - 13)(x + 5) = 0

So, either 2x - 13 = 0 or x + 5 = 0.

If 2x - 13 = 0, then 2x = 13, and x = 6.5. If x + 5 = 0, then x = -5. However, since we are looking for two positive numbers whose product is 65, we can only use x = 6.5.

Substituting this value of x into y = 2x + 3, we get:y = 2(6.5) + 3 = 16

Therefore, the two numbers whose product is 65 are 6.5 and 16.

To know more about quadratic equations refer here :
https://brainly.com/question/30098550#
#SPJ11

1. You currently produce cans of tomatoes that are 4 inches in diameter and 8 inches tall, and you produce approximately 900 cans per hour. If you switched to cans that are 6 inches in diameter and 8 inches tall, how many larger cans would be produced in an hour?
2. You have a field with an average yield of 3,500 lbs per acre, and 36% of it is recovered as lint at the gin (turnout). 60% of that lint makes it through processing to become fabric. If it takes 0.5 lbs of fabric to make a T-shirt, how many shirts per acre are you producing? How many shirts per hectare?

Answers

By switching to cans that are 6 inches in diameter, the larger cans would be produced at a different rate. To calculate the number of larger cans produced in an hour, we need to determine the ratio of the volumes of the two cans. Since the height remains the same, the ratio of volumes is simply the ratio of the squares of the diameters (6^2/4^2). Multiplying this ratio by the current production rate of 900 cans per hour gives us the number of larger cans produced in an hour.

To calculate the number of shirts per acre, we need to consider the lint recovered at the gin and the lint that makes it through processing. First, we calculate the lint recovered at the gin by multiplying the average yield per acre (3,500 lbs) by the turnout percentage (36%). Then, we calculate the lint that makes it through processing by multiplying the gin turnout by the processing success rate (60%). Finally, dividing the lint that makes it through processing by the fabric weight per shirt (0.5 lbs) gives us the number of shirts per acre. To convert this value to shirts per hectare, we multiply by the conversion factor (2.471 acres per hectare).

Learn more about number here: brainly.com/question/10547079

#SPJ11

Other Questions
Write a program to generate 7 random integers with the limit of 25 , so that the generated random number is always less than 25. Veed the Java code for this question asap blease 6> Section 3.1 Homework Craig Hartogsohn HW Score: 85%,17 of 20 point: Question 11, 3.1.13 Part 1 of 3 (x) Points: 0 of 1 Evaluate the function f(z)=4z-9 at the indicated values. a with ____, the woman does not seek to initiate sexual interaction but may participate reluctantly after the partner initiates sexual activity. Which of the following aspects of the "White Bear" demonstration best illustrates the operation of automatic processing?a. The active attempt to suppress thoughts about white bears.b. Distracting oneself by focusing on personal concerns or pleasant memories.c. Keeping your mind completely blank.d. The fact that monitoring for thoughts about white bears brings thoughts of white bears to mind. A normal demand curve is downward sloping. Identify any fourexceptional or abnormal demand curves. In each case name, sketch,explain, and give 2 examples each of the goods that exhibit suchdemand In regard to post-merger behavior, people who belong to high-status premerger groups are _____ to identify with the new group, and _____ to show bias against their post-merger group.a. less likely; more likelyb. more likely; less likelyc. less likely; less likelyd. more likely; more likely The asset was sold for $12,000 cash on the first day of 2017.Prepare journal entry to record the sale. A $35 sweatshirt is on sale for 15% off. What is the price of the sweatshirt before th Round your answer to the nearest cent and be sure to include the dollar sign in your answer. the _______ lobes of the brain show greater shrinkage during aging. Ad-hoc reports provide details behind the summary values on a key-indicator or exception report. TRUE or FALSE Taft Carporetion operates primarily in the United States. However, a fow years ato, it opmned a tant in Spain to produce metehandise. to sell there. Thy foreign operotion has been so successful that during the past 24 menths the company started a manistacturiag plant In faly and andiher in Grovce. Financial information for each of these facilities follows: The company's domestic (uS) operatens reported the following wformation for the current year: Taft has adopted the follownd criteris for determining the maseriality of an individual foresgn country: (5 Ssles to unafiliated customers Whinin a country are 10 percent or more of consolidated sales, of ph lang-lived assets within a ceuatry are fo percent or more of consolidated longtived assets. a. Calculate sales to unathilated customers within a country and as a percent of the consolidated sales. b. Calculate long-lived assets within a country and as a percentage of the iongtived assets: c. Apply Taft's materialify tests to identhfy the countres which are 10 percent or more of consolidated sales ar consolidated iong-lived asterts to be reported separatety. Complete this question by entering your arswers in the tabs below. Calculase sales to unatiliated customers within a codntry and as a percent of the consclidated sales. \{Round your percentage i ansivers to 2 ecimal piaces.) Taft Corporation operates pimarily in the United Sthtes. However, a few yoars ago, it opmened a siant in Spain to produce merehandise. to sell thero, Ths foreinn operation has been so successful that during the past 24 months the company startad a manutacturing plant in faty and another in Gresce. Financial information for each of these facilites foliows:. The compony's domestic (US.) operations reported the following unformation for the current year; Taft has adopted the following criteria for determining the materialify of an individual foreigh couniry: (T) 5 ales fo unafiilated customers Whinin a country are 10 percent or more of consolidated saies, or (2) lang-lived assets within a country nee to percent or more of consolidated lenglived assets Taff has atdopted the following criteria for debermining the materialty of an indivioual foreign coumtiy. (T) Soles to unafficted cuatshiers Whinin a courtey are 10 percent or rhore of consolidated sales, or (2) long lived assets within a country are 10 percent or more of: consolidated lorig tived assets. a. Cilculate sales to unatriliated custorters within a country and as a percent of the corcolidated sales. b. Calculate longhived assets within a country and as a percentage of the ionghived assets. c. Apply Tants materialify tests to identify the countries which are 10 percent or more of consolid sted sales of centolidated ionghed assets to be teported separately. Complete this question by entering your answers in the tabs below. Calcuiate sales to unaftilated customess w thin a country and as a percent of the consolisted sales. Where do the 24,000,000 and 25,800,000 come from in part B?Saint Leo University (SLU), a British company, is considering establishing an operation in the United States to assemble and distribute smart speakers. The initial investment is estimated to be 25,000,000 British pounds (GBP), which is equivalent to 30,000,000 U.S. dollars (USD) at the current exchange rate. Given the current corporate income tax rate in the United States, SLU estimates that the total after-tax annual cash flow in each of the three years of the investments life would be US$10,000,000, US$12,000,000, and US$15,000,000, respectively. However, the U.S. national legislature is considering a reduction in the corporate income tax rate that would go into effect in the second year of the investments life and would result in the following total annual cash flows: US$10,000,000 in year 1, US$14,000,000 in year 2, and US$18,000,000 in year 3. SLU estimates the probability of the tax rate reduction occurring at 50 percent. SLU uses a discount rate of 12 percent in evaluating potential capital investments. Present value factors at 12 percent are as follows: period PV factor 1 .893 2 .797 3 .712 The U.S. operation will distribute 100 percent of its after-tax annual cash flow to SLU as a dividend at the end of each year. The terminal value of the investment at the end of three years is estimated to be US$25,000,000. The U.S. withholding tax on dividends is 5 percent; repatriation of the investments terminal value will not be subject to U.S. withholding tax. Neither the dividends nor the terminal value received from the U.S. investment will be subject to British income tax. Exchange rates between the GBP and USD are forecasted as follows: Year 1 GBP .74 = USD 1.00 Year 2 GBP .70 = USD 1.00 Year 3 GBP .60= USD 1.00 Question 1. Determine the expected net present value of the potential U.S. investment from a project perspective. 2. Determine the expected net present value of the potential U.S. investment from a parent company perspective. Where do the 24,000,000 and 25,800,000 come from in part B? Please provide the details of the work. Thank you in advance! AlkenesGive the correct IUPAC names of the following compounds.a) CH2CHCH(CH3)C(CH3)3b) CH3CH2CHC(CH3)CH2CH3c) CH3CHCHCH(CH3)CHCHCH(CH3)2 Which of the following statements, regarding notes receivable, is incorrect? O Notes receivable are sometimes called promissory notes O A notes receivable is a written promise that a customer will pay a fixed amount of principal plus interest by a certain date in the future. O All notes receivable are considered long-term assets O Notes receivable usually have longer terms than accounts receivable. 4.2 Describe the shortcomings of holding inventory within thesupply chain Learning R 1. Data generation and matrix indexing. (1) Generate a vector with 25 elements and each element independently follows a normal distribution (with mean =0 and sd =1); (2) Reshape this vector into a 5 by 5 matrix in two ways (arranged by row and column); (3) Similarly, generate another vector with 100 elements and plot its histogram; (4) Provide screenshots of the R code used for the above questions as well as the plots in the report. Explain the plots in your own words. Please Use R Studio Evaluate the factorial expression.27!30!27!30!=In how many ways can five people line up at a single counter to order food at McDonald's? Five people can line up in ways. How many ways can a 3-person subcommittee be selected from a committee of 8 people? The number of ways is Harley-Davidson sells a line of boots, helmets, and leather jackets indicating that the firm is pursuing which of the following strategies?A) consolidationB) geographic expansionC) diversificationD) horizontal integration For #4-6, find the general solution of the given differential equation. 6. (x 22y 3)dy+(2xy3x 2)dx=0 Wisconsin is a "right-to-work" state. What does this mean?a. The employment-at-will doctrine does not apply in Wisconsin.b. Public employees are entitled to just cause protections from termination.c. No member of a protected class may be turned down for a job for which they are qualified.d. Employees cannot be compelled to pay union dues as a condition of employment.