If I have a two-way between subjects ANOVA with two groups per factor, how many factors do I have and how many groups do I have overall in my study? (Hint: the first number should be the number of factors that you have and the second number should be the number of groups that you have) 4; cannot be determined O 2; cannot be determined O 4: 2 O 2:4 Question 14 2 pts When doing a two-way between subjects ANOVA, can I concurrently have both a main effect and an interaction? No Yes Question 15 2 pts I do a two-way between-subjects ANOVA and find that my interaction F-test is significant. What do I do next? I would do a post-hoc Tukey test o I would look at my b-weights to see which variables are significant o I would do a post-hoc Bonferroni test I would do a simple main effects analysis Question 16 2 pts True or false: when I have an interaction in a two-way between-subjects ANOVA, the means across the levels for one factor significantly varies depending on which level of the second factor a person is looking at. True False Question 17 2 pts What type of correlation would I use if I have two factors that are both on an ordinal (or rank) scale? Spearman Phi (or a chi-square) Pearson O Point-biseral (or a t-test) D Question 18 2 pts When doing a multiple regression, how many outcome variables would I normally have in my model or analyses? As many as I think is relevant for my study 0 1 02 Question 19 2 pts What does b refer to in a regression analysis? Constant Unstandardized weight of a predictor variable Outcome variable Standardized weight of a predictor variable Question 20 2 pts a I do a multiple regression and find that my overall regression model is significant What do I do next? I would do a post-hoc Tukey test I would do a post-hoc Bonferroni test I would do a simple main effects analysis I would look at my b-weights to see which variables are significant D Question 21 2 pts Which of the following shows the largest positive standardized regression weight? ob' = -0.30 ob -0.15 Ob* -0.35 Ob -0.38

Answers

Answer 1

To answer your questions:

14. In a two-way between-subjects ANOVA with two groups per factor, you have 2 factors and a total of 4 groups in your study.

15. If the interaction F-test in a two-way between-subjects ANOVA is significant, the next step would be to conduct a post-hoc analysis to explore the specific group differences and determine the nature of the interaction effect. The choice of post-hoc test (e.g., Tukey, Bonferroni) would depend on the specific research question and the number of comparisons being made.

16. True. When there is an interaction in a two-way between-subjects ANOVA, it means that the means across the levels of one factor significantly vary depending on which level of the second factor is being considered.

17. If you have two factors that are both on an ordinal (or rank) scale, you would use the Spearman correlation coefficient to measure the relationship between these factors.

18. In a multiple regression analysis, you can have multiple outcome variables, but typically you would have only one outcome variable that you are trying to predict.

19. In a regression analysis, the "b" refers to the unstandardized weight (also known as the regression coefficient) of a predictor variable. It represents the change in the outcome variable for a one-unit change in the predictor, holding other predictors constant.

20. If the overall regression model is significant, the next step would be to examine the individual predictor variables (b-weights) to determine which variables are significant in predicting the outcome variable.

21. The largest positive standardized regression weight is represented by ob* = -0.35.

To learn more about regression

https://brainly.com/question/28178214

#SPJ11


Related Questions

Current Attempt in Progress The following table lists the monthly incomes (in hundreds of dollars) and the monthly rents paid (in hundreds of dollars) by a sample of six families. Monthly Income Monthly Rent 24 7.0 16 4.5 19 6.5 31 12.0 10 4.5 27 8.5 What is the 99% confidence interval for the mean monthly rent of all families with a monthly income of $2500, rounded to the nearest penny?

Answers

The 99% confidence interval for the mean monthly rent of all families with a monthly income of $2500 is given as follows:

(5.96, 22.38)

What is a t-distribution confidence interval?

The t-distribution is used when the standard deviation for the population is not known, and the bounds of the confidence interval are given according to the equation presented as follows:

[tex]\overline{x} \pm t\frac{s}{\sqrt{n}}[/tex]

The variables of the equation are listed as follows:

[tex]\overline{x}[/tex] is the sample mean.t is the critical value.n is the sample size.s is the standard deviation for the sample.

The critical value, using a t-distribution calculator, for a two-tailed 99% confidence interval, with 12 - 1 = 11 df, is t = 3.1058.

The parameters are given as follows:

[tex]\overline{x} = 14.17, s = 9.16, n = 12[/tex]

The lower bound of the interval is given as follows:

[tex]14.17 - 3.1058 \times \frac{9.16}{\sqrt{12}} = 5.96[/tex]

The upper bound of the interval is given as follows:

[tex]14.17 + 3.1058 \times \frac{9.16}{\sqrt{12}} = 22.38[/tex]

More can be learned about the t-distribution at https://brainly.com/question/17469144

#SPJ4

Let RP* be a complexity class defined as follows. A language L is in RP* if and only if there is a polynomial time Turing machine M and a polynomial p such that (i) if we L, then Prųe{0,1 }p(w) [M accepts (w,t)]21-(1/2)lwl and (ii) if w & L, then Prge{0,1}P(w) [M rejects (w,t)] = 1. Thus M comes "exponentially close" to deciding L with certainty. Prove that RP* = RP.

Answers

Main answer: RP* = RP.

Supporting answer:

RP* is defined as the set of languages L for which there exists a polynomial-time Turing machine M that, on input w, halts with probability at least 1/2 if w is not in L, and halts with probability at least 1 - 2-l|w| if w is in L. This definition is almost identical to the definition of RP, except that the probability of error is reduced from 1/2 to 2-l|w|. However, RP* and RP are equivalent.

To see that RP* is a subset of RP, note that if a language L is in RP*, then there exists a polynomial-time Turing machine M and a polynomial p such that (i) if we L, then Prųe{0,1 }p(w) [M accepts (w,t)]21-(1/2)lwl and (ii) if w & L, then Prge{0,1}P(w) [M rejects (w,t)] = 1. This means that M can be used as a randomized algorithm for L with error probability at most 1/2. Therefore, L is in RP.

To see that RP is a subset of RP*, note that if a language L is in RP, then there exists a polynomial-time Turing machine M and a constant c such that (i) if we L, then Prųe{0,1}c|w|[M accepts (w,t)] >= 1/2 and (ii) if w & L, then Prge{0,1}P(w) [M rejects (w,t)] < 1/2. By setting p(n) = c * 2n, we obtain a Turing machine M' that satisfies the conditions of RP*. Therefore, L is in RP*.

Know more about polynomial-time here:

https://brainly.com/question/32571978

#SPJ11

HELPP ILL PUT YOU THE BRAINIEST The set of all values that a function can take as inputs is called the

Answers

it is the domain i think

find the value of X, round to the nearest 10th

Answers

Answer:

4.0731 cm

Step-by-step explanation:

Use pythagorean Theorem which is a^2 + b^2 = c^2 where a and b are the sides of the triangle and c is the hypotenuse, in other words the longest side.

Since x is in line with the center of the circle and is perpendicular with line that measures 15.6 cm we know that one side of the triangle is half of 15.6 or 7.8.

So then we input our known values into the formula and solve for the missing one. The formula looks like this

7.8^2 + b^2 = 8.8^2

solve for b and you get about 4.07431

your very welcome

Answer:

X= 4.1

Step-by-step explanation:

Other answer wasn't rounded.

X= 4.1 cm

399.2 divided by 1\10 =??

Answers

Answer:

3,992

Step-by-step explanation:

1/10 = 0.1

399.2/0.1 = 3,992

Answer:

3990

Step-by-step explanation:

Place the decimal to a fraction:

399.2 = 399 2/10

Simplify =  399 1/5

Put in improper fraction = 1995/5

Simplify more = 399/1 or 399

So:

399 divided by 1/10 = 3990

What is the measure of angle x?

Answers

Answer:

47 degrees

Step-by-step explanation:

A triangle’s degrees add up to 180, so we can use that theorem

102 + 31 + x = 180

133 + x = 180

x = 47 degrees

Answer: 47
Explanation
102+31+x=180
133 plus x = 180
=47

Using π = 3.14, what is the circumference of a circle with a diameter of 28 units?
Round your answer to the nearest hundredth.

Answers

175.9

———————————————-

state a,b, and the y-intercept then graoh the function on a graphing calculator ONLY PROBLEMS 1, 3, 5. WILL MARK BRAINLEST PLEASE HELP MATH ISNT MY STRONG SUBJECT​

Answers

Step-by-step explanation:

y-intercept=when x is 0

So just set 0 for x in all equations

1. 2(3)^x

2(3^0)

2(1)=2

(0,2)

3. -5(.5)^x

-5(.5)^0

-5(1)

-5=y

(0,-5)

6(3)^x

6(3)^0

6(1)=6

(0,6)

Hope that helps :)

a part 1) An econometrician suspects that the residuals of her model might be autocorrelated. Explain the steps involved in testing this theory using the Durbin–Watson (DW) test.

a part 2) The econometrician follows your guidance in part (a) and calculates a value for the Durbin–Watson statistic of 0.95. The regression has sixty quarterly observations and three explanatory variables (plus a constant term). Perform the test. What is your conclusion?

Answers

The Durbin-Watson test is an important tool for determining autocorrelation.

The steps involved in testing autocorrelation theory using the Durbin-Watson (DW) test are as follows:

a. Develop the hypothesis to be tested.

In this case, the hypothesis is that the model residuals are autocorrelated

b. Estimate the original model, and obtain the residuals .

c. The residuals should be arranged in order of time.

d. The formula for Durbin-Watson is applied to the residuals.

e. The Durbin-Watson statistic value is interpreted in the context of the hypothesis to determine whether to accept or reject the null hypothesis.

If the Durbin-Watson statistic is greater than two but less than or equal to four, the residuals are said to be uncorrelated.

On the other hand, if the Durbin-Watson statistic is less than two, positive autocorrelation exists.

Similarly, if the Durbin-Watson statistic is greater than four, negative autocorrelation exists.

Now, considering the values given in part 2 of the question, we have;

60 quarterly observations3 explanatory variables (plus a constant term)Durbin-Watson statistic of 0.95The calculation of DW statistic can be done as follows:

DW = 2.0 - 2(r)where, r is the sample autocorrelation coefficient of the residuals. To test the hypothesis, we need to perform the following actions;

Calculate the critical value of DW at 1% level of significance and for the given degrees of freedom.

Decide the conclusion by comparing the calculated value of DW with the critical value.

If the calculated value is less than the lower critical value, we reject the null hypothesis; otherwise, we accept the null hypothesis. Therefore, The null hypothesis H0:

No first-order autocorrelation versus alternative hypothesis Ha:

first-order autocorrelation exists can be tested with a DW test. The test statistic (DW) is 0.95, which is greater than the lower critical value (dL) of 1.28.

Therefore, the null hypothesis H0 is not rejected, and it can be concluded that there is no first-order autocorrelation in the regression model residuals.

To know more about autocorrelation, visit:

https://brainly.com/question/30693602

#SPJ11

i need to know the answer and the work shown how i got it pleasee help!!!

Answers

Answer: 13.5

Step by step:

1: the symbol “~” means that the two shapes are congruent in size so you know you have to multiply each side by the same number i.e: multiply all sides by the same number

2: start by taking each side and multiplying them start with the smaller shape to the largest shape

3: i multiplied 5 to get 7.5 and 6 to get 9

4 then take the 9 and multiply it by 1.5 to get your answer

Hope this helps! :)

Describe the transformation from the graph (Desmos!)

Answers

Answer: (I am really not sure the answer if it is wrong I am so sorry)

h=3, k=2

Horizontal: up, 2 units

Vertical: up, 3 units

Consider the second-order differential equation d^2/dy^2+49y = 4.5 sin(8t). Find the Particular Integral

Answers

The Particular Integral is,$$y_p = -\frac{512}{6301}sin(8t)+\frac{343}{6301}cos(8t)$$

The given differential equation is:$$\frac{d^2}{dy^2}+49y = 4.5sin(8t)$$For finding the Particular Integral, the initial steps are: Finding the characteristic equation of the homogeneous equation.$$m^2+49=0$$$$\Rightarrow m = 7i, -7i$$Let us assume the Particular Integral of the form,$$y_p = A sin(8t)+Bcos(8t)$$ Differentiating the Particular Integral to get,$$\frac{d}{dt}y_p = 8Acos(8t)-8Bsin(8t)$$$$\frac{d^2}{dy^2}y_p = -64Asin(8t)-64Bcos(8t)$$ Substituting these in the differential equation, we get$$(-64Asin(8t)-64Bcos(8t))+49(Asin(8t)+Bcos(8t)) = 4.5sin(8t)$$S implifying the equation, we get,$$(49A-64B)cos(8t)+(49B+64A)sin(8t)=4.5sin(8t)$$Comparing the coefficients, we get$$49A-64B=0$$$$49B+64A=4.5$$Solving these equations, we get,$$A = -\frac{512}{6301}$$$$B = \frac{343}{6301}$$

Know more about Integral here:

https://brainly.com/question/31059545

#SPJ11

How many ounces are in 2 1/2 gallons?

Answers

320 fluid ounces

because one gallon has 128 fluid ounces

........help me plz plzzzzzzzz

Answers

Answer:

a = 42 and B = 50

Step-by-step explanation:

6 x 5 = 30

6 x 7 = 42

B

7 x 10

5 x 10

Answer:

Monkey A ate 42 vegtables and monkey B ate 50 fruits

Step-by-step explanation:

There are 5 blocks of fruits and 7 of vegtables.

Monkey A ate 30 fruits; 30/5 = 6. So that means each block is worth 6 peices of food. And 6x7 = 42.

Monkey B ate 70 vegtables; 70/7 = 10. So that means each block is worth 10 peices of food. And 10x5 = 50

-----------------------------------------------------------------------------------------------------------------

Missing values

Vegtables: 42

Fruit: 50

What is the positive solution to 2x^2=72?

Answers

2x^2 = 72

Divide both sides by 2:

X^2 = 36

Take the square root of both sides

X = 6

This is a 3rd grade math question. I don't know how to explain it to a 9yr old

Answers

this is 3rd grade math? jesus..

Answer:

that poor 3rd grader O.O that is hard

Step-by-step explanation:

online

Maya buys ice cream and onions at the store. She pays a total of $21.29. She pays a total of $3.80 for the ice cream. She buys 3 bags of onions that each cost the same amount. Write and solve an equation which can be used to determine xx, how much each bag of onions costs.

Answers

The answer is $5.83 per bag of onions
21.29=3x+3.80

Which graph represents the function f(x) = 1/3 |x|?

Answers

Answer:

b

Step-by-step explanation:

Please help me with this question mark as A branlist please ASAP ASAP please ASAP

Answers

Answer:

x=18

y=27

explanation: 4 times 3 is 12

a storage container for oil is in the shape of a cylinder with a diameter of 10 ft and a height of 17 ft. Which measurement is closest to the volume of the storage container in cubic feet?

Answers

Answer:

1335.18

Step-by-step explanation:

V=π(d/2)2h

Answer:

1335.18

Step-by-step explanation:

V=π(d/2)2h

How many different simple random samples of size 5 can be obtained from a population whose size is 35? The number of simple random samples which can be obtained is a (Type a whole number.)

Answers

The number of different simple random samples of size 5 that can be obtained from a population of size 35 is 324,632.

To calculate the number of different simple random samples of size 5 that can be obtained from a population of size 35, we can use the combination formula. The formula for combination is given by:

C(n, r) = n! / (r! * (n-r)!)

where n is the population size and r is the sample size.

In this case, we have n = 35 (population size) and r = 5 (sample size). Plugging in these values into the formula:

C(35, 5) = 35! / (5! * (35-5)!)

Simplifying this expression:

C(35, 5) = 35! / (5! * 30!)

Calculating the factorial values:

C(35, 5) = 35 * 34 * 33 * 32 * 31 / (5 * 4 * 3 * 2 * 1)

C(35, 5) = 324,632

Therefore, the number of different simple random samples of size 5 that can be obtained from a population of size 35 is 324,632.

Learn more about the combination formula:

https://brainly.com/question/28065038

#SPJ11

Is (x+5)2 equivalent to 2x2+10x +10? Explain why or
why not?

Answers

Answer:

no

Step-by-step explanation:

no because its equal to 2x+10

Compare each set of rational numbers.

Answers

hey.. don’t click on that link or any links on here !!! but i jus wanna say you didn’t attach an image of your question :).

use cylindrical coordinates. find the mass and center of mass of the s solid bounded by the paraboloid z = 12x2 12y2 and the plane z = a (a > 0) if s has constant density k.

Answers

The center of mass can be determined by dividing the moment of the solid with respect to each coordinate axis by the total mass.

In cylindrical coordinates, the paraboloid and the plane can be represented as z = 12r^2 and z = a, respectively. To find the mass, we integrate the density function k over the region of the solid, which is bounded by z = 12r^2, z = a, and the region in the xy-plane where the paraboloid intersects the plane z = a. The integral becomes M = k * ∭ρ dV, where ρ is the density function.

To find the center of mass, we calculate the moments of the solid with respect to each coordinate axis. The x-coordinate of the center of mass can be obtained by dividing the moment about the x-axis by the total mass. Similarly, the y-coordinate and z-coordinate of the center of mass can be calculated by dividing the moments about the y-axis and z-axis, respectively, by the total mass.

By evaluating the triple integral and performing the necessary calculations, we can determine the mass and center of mass of the given solid in cylindrical coordinates.

Learn more about coordinates here:

https://brainly.com/question/22261383

#SPJ11

Can someone help me with this. Will Mark brainliest.

Answers

Answer:

(7.5, 3)

Step-by-step explanation:

(5,5) and (10, 1)

Midpoint:

[tex](\frac{x1 + x2}{2} ,\frac{y1+y2}{2} )\\\\(\frac{5 + 10}{2} ,\frac{5+1}{2} )\\\\(\frac{15}{2} ,\frac{6}{2} )\\\\(7.5,3)[/tex]

Answer:

it should be (7.5,11.25)

Step-by-step explanation:

HELPPPPPPPP 5TH GRADE MATH Select the statement that correctly describes the relationship between these two sequences: 1, 2, 3, 4, 5 and 10, 20, 30, 40, 50.

Each term in the second sequence is 10 times the corresponding term in the first sequence.
Each term in the second sequence is double the corresponding term in the first sequence.
Each term in the second sequence is 20 times the corresponding term in the first sequence.
Each term in the first sequence is double the corresponding term in the second sequence.

Answers

Answer:

Each term in the second sequence is double the corresponding term in the first sequence.

Step-by-step explanation:

pls mark as brainliest

The correct statement that describe the two sequences is:

Each term in the second sequence is 10 times the corresponding term in the first sequence.

What is an arithmetic sequence?

This is a type of sequence which have common difference between each term. It is represent mathematically as:

Tₙ = a + (n – 1)d

Where

Tₙ is the nth term

a is the first term

n is the number of terms

d is the common difference

How to determine the relationship between the sequences Sequence 1: 1, 2, 3, 4, 5 Sequence 2: 10, 20, 30, 40, 50Relationship =?

Relationship = sequence 2 / sequence 1

For the 1st term Sequence 1 = 1Sequence 2 = 10Relationship =?

Relationship = sequence 2 / sequence 1

Sequence 2 / sequence 1 = 10 / 1

Cross multiply

Sequence 2 = 10 × sequence 1

For the 2nd term Sequence 1 = 2Sequence 2 = 20Relationship =?

Relationship = sequence 2 / sequence 1

Sequence 2 / sequence 1 = 20 / 2

Sequence 2 / sequence 1 = 10 / 1

Cross multiply

Sequence 2 = 10 × sequence 1

If we continue with the pattern above, we'll discovered that

Sequence 2 = 10 × sequence 1

Thus, we can conclude that:

Each term in the second sequence is 10 times the corresponding term in the first sequence.

Learn more about arithmetic sequence:

https://brainly.com/question/16130064

Use the GCF and distributive property to write an equivalent expression.

Answers

Answer:

2

6

9

Step-by-step explanation:

Because if you pay attention to our teacher he told us how to respond it!

The question is down below, please help me!! I will rate the question 5 stars and give a heart if answered

Answers

Answer:

it's 3.12 it's super easy it is 3.12 trust me you won't get it wrong

Ana wito www.domen on the upcoming moral doction. To set as members to at the part om ww wonder proces can be di guero y me en om same from the CHO Which of the low would produce a umple random mu? Bely DA Vole on which four member the passion, and the four D. Nunber Board Troms and the random funber gerare to prove titerunt runterscoresponding to the names Cena prece of paper than in hand tour D. there in order and take the fourth The list of its blow is from aroubergenroning technology the best mandato from your with the tourneren and 25, what our members would be rected from the numberedel? 21.15.23.23.20.5. 25.10.22.9.25. 11.4.23 O A Na Waam Och On Thompson Noon, Cooper Zen OG Thompson Man loche Dan Cooper Zana DE Thompson Wine Tale

Answers

The members chosen to participate in the upcoming moral doction can be determined through a random selection process.

One way to generate a random number is to use a random number generator (RNG). In this case, the list of members includes names like Cena, Prece, Thompson, Noon, Cooper, Zen, OG, Man, Loche, Dan, Zana, DE, Wine, and Tale. To select four members randomly, you can use the RNG to generate four random numbers within the range of the list indexes. The corresponding names at those indexes would be the chosen members.

In order to select four random members from the list of names including Cena, Prece, Thompson, Noon, Cooper, Zen, OG, Man, Loche, Dan, Zana, DE, Wine, and Tale, you can use an RNG. The RNG generates random numbers within a specified range. In this case, the range would be the number of elements in the list, which is 14.

Let's assume the RNG generates the following numbers: 21, 15, 23, and 23. Using these numbers as indexes, you would select the corresponding names in the list: Thompson, Noon, Dan, and Dan. Therefore, the four randomly selected members would be Thompson, Noon, Dan, and Dan.

Learn more about random selection click here: brainly.com/question/31561161

#SPJ11

The next question(s) are based on this scenario: A researcher randomly assigned boys and girls to each of two groups. One group watched a violent television program while the other group watched a nonviolent program. The children were then observed during a period of free play, and the incidence of aggressive behavior was recorded for each group. What is the independent variable in this study

Answers

Answer:

The type of television program viewed

Step-by-step explanation:

The Independent variable may be explained as those variables which determines the outcome or output of an experiment or analysis. The output is the dependent variable. Hence, the independent variable determines the predicted variable.

In the scenario described above, the type of television program viewed, either violent or nonviolent is the independent or predictor variable. This determines the level or incidence of aggressive behavior exhibited by the subject, this incidence of aggressive behavior is the dependent or predicted variable.

Other Questions
How many please anyone answer for me?!!?! Determine the general solution of the system of equations. Use D operators please NOT eigen method. dx/dt=4x+3y dy/dt=6x-7y In what way the Covid-19 affectes the demand ofcinemas and other platform's?as in lockdown the demands of cinema's fell down whereas, demand ofother platform's like Netflix was increased. how many milliliters (ml) of 0.5 m naoh will be used to completely neutralize 3.0 g of acetic acid, hc2h3o2 in a commercial sample of vinegar? According to Geert Hofstede's model, in collectivist societies: A. employees prefer to act individually.B. individuals put their personal needs ahead of their family.C. employees are motivated by group-based rewards and recognition programs.D. individuals will oppose capitalistic ideologies.E. employees may feel uncomfortable working in teams. "Process costing is like rolling a snowball into a snowman." Doyou agree with this statement? If you agree, explain why (maximum100 words). Mr Morales municipal bill showed 201,27 ,for water usage at the end of August 2018. He stated that the basic charge was not included on the water bill. Verify if this statement is correct Answer all parts (a) to (e) of this question. The economy has three goods: A, B, and C. The prices of the goods are PA, PB and Pc. The supply functions are as follows: QA = 11+2PA-3PB + aPc QB = 9+6PB-PA-3Pc 3PB, QC = 2PC-3PA where a is a parameter. The demand is fixed: QdA = QdB = 10; QdC = q. (a) [10 marks] Using the equilibrium conditions that supply must equal demand, write down three equations that determine the equilibrium prices PA, PB and Pc. Write this system of equations in matrix form MP = N, where P = [PA, PB, PC]T. (b) [10 marks] Compute M. Show that the rank of M is 2 if a = 9/7 and 3 otherwise. (c) [10 marks] Assume a = 9/7. Find the value of q at which the system admits an infinity of solutions. (d) [10 marks] Suppose a 9/7 . Use Cramer's rule to find the equilibrium value of PA (e) [10 marks] Find PA/q. Show that PA/q < 0 if a < 0. Explain the economic intuition behind this sign. Use the substitution u=x^2+8 to evaluate the indefinite integral below.2x(x^2+8)8 dxShow your complete solution. What caused the sharp rise in unemployment after world war i? Decisions regarding purchases and sales of government securities by the Fed are made by the: a. Federal Funds Committee. b. Discount Committee. c. Federal Open d. Market Committee FDIC A UK company expects to receive Euro 800,000 in three months. The current spot exchange rate is GBP 1 = Euro 1.250, and the three-month forward exchange rate is GBP 1 = Euro 1.239. Annual interest rates for 3-month deposit and borrowing in GBP are 5.0% and 7.5%, respectively. Annual interest rates for 3-month deposit and borrowing in Euro are 1.0% and 3.0%, respectively. Required:1) Design a money market hedge for the UK company. Determine the synthetic forward exchange rate.2) If the company use a currency forward to hedge the foreign currency risk, should the company buy or sell the forward on Euro? What are the cash flows from the forward contract if it is deliverable? The probability that a house in an urban area will be burglarized is 4%. If 14 houses are randomly selected, what is the probability that none of the houses will be burglarized? O 0.040 O 0.003 O 0.000 O 0.565 Which of the following statements regarding Pascal's Triangle are correct?A. The nth row gives the coefficients in the expansion of (x+y)^n-1B. The method for generating Pascal's triangle consists of adding adjacent terms on the preceding row to determine the term below them.C. Pascal's triangle can be used to expand binomials with positive terms only.D. The nth row gives the coefficients in the expansion of (x+y)^n Suppose that a tire manufacturer believes that the lifetimes of its tires follow a normal distribution with mean 50,000 miles and standard deviation 5,000 miles. 1. Based on the empirical rule, about 95% of tires last for between what two values for miles? 2. How many standard deviations above the mean is a tire that lasts for 58,500 miles? Record your answer with two decimal places of accuracy. I 3. Determine the percentage of tires that last for more than 58,500 miles. Record your answer as a percentage with two decimal places of accuracy, but do not include the % symbol. (Here and below, you may use Table Z or the Normal Probability Calculator applet or Excel or another software tool.) 4. Determine the mileage for which only 25% of all tires last longer than that mileage. Record your answer to the nearest integer value. 5. Suppose the manufacturer wants to issue a money back guarantee for its tires that fail to achieve a certain number of miles. If they want 99% of the tires to last for longer than the guaranteed number of miles, how many miles should they guarantee? Record your answer to the nearest integer value. which answer best compares the tidal wave (tsunami) shown in the movie to a real very large tsunami (e.g. 2004 in indonesia)? (Two students, Cindy and Xavier, are discussing labour-leisure choice. Cindy says that if Kimberley has upward-sloping labour supply curve, then leisure must be a normal good for her. If, on the other hand, she is on the backward-bending part of her labour supply curve, then leisure must be an inferior good for her. Xavier disagrees: "Normal and inferior goods are about income changes, not wage changes. Therefore, we do not have enough information: for Kimberly, leisure could be an inferior or normal good in either of these cases."Do you agree or disagree? Carefully explain your point of view. Support your argument with graphs of income, substitution and total effects (please put leisure on the horizontal axis and the other goods on the vertical axis).Please assume that Kimberley's preferences over leisure and other goods are strictly convex and satisfy "more is better" assumption. Please describe the risk management process Prepare entries to record the following non-strategic investment transactions of Arrowhead Investment Corporation. (If no entry is required for a transaction/event, select "No journal entry required" in the first account field. Do not round intermediate calculations. Round your final answers to the nearest whole dollar amount.)2020 Mar. 1 Paid $76,980 to purchase a $76,000, two-year, 8.0% bond payable of Action Corporation dated March 1. Interest is paid quarterly beginning June 1. Management intends to actively trade bond purchases.Apr. 16 Bought 2,800 common shares of Brandon Motors at $28.00.May 2 Paid $54,968 to purchase a five-year, 5.50%, $56,000 bond payable of Collingwood Corporation. Interest is paid annually each April 30.June 1 Received a cheque from Action Corporation regarding quarterly interest.Aug. 1 Brandon Motors board of directors declared a dividend of $0.75 per share to shareholders of record on August 10, payable August 15.15 Received the Brandon Motors dividend.Sept. 1 Received a cheque from Action Corporation regarding quarterly interest.17 Purchased 26,600 Dauphin Inc. common shares at $3.90.Oct. 20 Sold the Brandon Motors shares at $31.50.Dec. 1 Received a cheque from Action Corporation regarding quarterly interest.1 Sold the Action Corporation bond at 101.31 Accrued interest on the Collingwood bond. The fair value of the equity security on this date was Dauphin, $4.20. The carrying value equalled the fair value for the Collingwood bond.2021 Apr. 30 Received a cheque from Collingwood Corporation regarding annual interest. .Identify which type of medium you would most likely use to achieve the purposes provided.1. internet2. film3. Photography:4. Daguerreotype5. VideoA. Interact with a worldwide audience in real timeB. capture footage and then broadcast immediatelyC. Produce an iconic and revealing portrait of a celebrityD. Create a narrative story, with warm, analogue visuals