Ace - AI Tutor
Ask Our Educators
Textbooks
My Library
Flashcards
Scribe - AI Notes
Notes & Exams
Download App
karen smith

karen s.

Divider

Questions asked

BEST MATCH

Consider a one-month equity call option. Under the Black-Scholes model, we have N(d )=0.60for this option. All else being equal, if the underlying stock price drops by $0.5, then the value ofthis call option will! O decrease by $0.6 O increase by $0.6 O decrease by $0.3 O increase by $0.3

View Answer
divider
BEST MATCH

Tax rules require that entities be classified the same way for tax purposes as they are classified for legal purposes. True False

View Answer
divider
BEST MATCH

The proportion of teenagers in the UK population who are short sighted may be taken to be 30%. (a) Use the Binomial Distribution to calculate the probability that at least 3 out of a random sample of 12 teenagers will be short sighted. [3 pts] (b) A family in which there are 3 teenagers is chosen at randomfrom all such families in the UK. Give a reason why the use of a Binomial Distribution to calculate the probability of at least 2 of the teenagers in the family being short-sighted might not be appropriate. (c) A random sample of 1000 teenagers is taken. Calculate the probability that at least 340 will be short sighted. [5 pts] At each turn in a game, a player's score, denoted by the random variable x, is found as follows. The player throws a fair six-sided die once, AND if the number showing on the die is 4,5 , or 6 then that number is the value of x. If the number showing on the die is 1,2 , or 3 , then the player throws the die again AND x is the number showing on the second throw. (a) Show how the result P(x=6)=(1)/(4) is obtained. (b) Show that the Var(x)=(113)/(48). (c) The mean of a random sample of 200 values of x is denoted by ar{x} . Use the Central Limit Theorem to estimate P(ar{x} >4). A fruit grower uses a machine to sort apples into various grades. Grade C apples have weights Uniformly Distributed in the interval 100 to 110 grams. (a) Find the variance of the weight of a grade C apple. (b) Ten randomly chosen grade C apples are packed in a bag. Using the Central Limit Theorem, find an approximate value for the proba- bility that the weight of the ten apples in the bag exceeds 1030 grams. pts] (c) The grower suspects that the machine is not working correctly and that the mean weight, mu grams, of a grade C apple may be less than 105 grams. Devise a test, at the 10% level of significance, based on the level of the apples in five randomly chosen bags, each containing 10 apples, of the Null Hypothesis mu =105, with the Alternative Hypothesis mu <105. A study of a large sample of books by a particular author shows that the number of words per sentence can be modeled by a Normal Distribution with mean 21.2 and standard deviation7.3. A researcher claims to have discovered a previously unknown book by this author. The mean length of 90 sentences chosen at random in this book is found to be 19.4 words. Assuming a population standard deviation of sentence lengths in this book is also 7.3 , test at the 5% level of significance whether the mean sentence length is the same as the author's. 1. The proportion of teenagers in the UK population who are short sighted may be taken to be 30%. (a) Use the Binomial Distribution to calculate the probability that at least 3 out of a random sample of 12 teenagers will be short sighted. [3 pts] (b) A family in which there are 3 teenagers is chosen at randomfrom all such families in the UK. Give a reason why the use of a Binomial Distribution to calculate the probability of at least 2 of the teenagers in the family being short-sighted might not be appropriate. [1 pt] (c) A random sample of 1000 teenagers is taken. Calculate the probability that at least 340 will be short sighted. [5 pts] 2. At each turn in a game, a player's score, denoted by the random variable X, is found as follows. The player throws a fair six-sided die once, AND if the number showing on the die is 4, 5, or 6 then that number is the value of X. If the number showing on the die is 1, 2, or 3, then the player throws the die again AND X is the number showing on the second throw. x 123456 PX= a) Show how the result P(X =6) = is obtained [1pt] (b) Show that the Var(X) = 113 [5 pts] (c) The mean of a random sample of 200 values of X is denoted by X. Use the Central Limit Theorem to estimate P(X > 4). [4 pts] 3. A fruit grower uses a machine to sort apples into various grades. Grade C apples have weights Uniformly Distributed in the interval 100 to 110 grams. a) Find the variance of the weight of a grade C apple. [3 pts] (b) Ten randomly chosen grade C apples are packed in a bag Using the Central Limit Theorem, find an approximate value for the proba- bility that the weight of the ten apples in the bag exceeds 1030 grams. 1] pts] (c The grower suspects that the machine is not working correctly and that the mean weight, grams, of a grade C apple may be less than 105 grams. Devise a test, at the 10% level of significance, based on the level of the apples in five randomly chosen bags, each containing 10 apples, of the Null Hypothesis = 105, with the Alternative Hypothesis < 105. [6 pts] 4. A study of a large sample of books by a particular author shows that the number of words per sentence can be modeled by a Normal Distribution with mean 21.2 and standard deviation7.3. A researcher claims to have discovered a previously unknown book by this author. The mean length of 90 sentences chosen at random in this book is found to be 19.4 words. Assuming a population standard deviation of sentence lengths in this book is also 7.3, test at the 5% level of significance whether the mean sentence length is the same as the author's. [5 pts]

View Answer
divider
BEST MATCH

 Oriole's Donut Shop sells boxes of a dozen donuts for $9. has variable costs of $5 per box and has fixed costs of $4740 per month. Last month. Oriole's had an operating profit of $1580. Which of the following statements is correct? a. If Oriole's has an increase in sales of 5.0%, it can expect operating profit of $1896. b. if Oriole's has an increase in sales of 10%, it can expect operating profit of $1896. c. If Oriole's sold 2396 boxes last month, its operating profit would have been $2396. d. If Oriole's had sold 1896 boxes last month, it would have hit the break-even point.

View Answer
divider
BEST MATCH

Texts: 4. If you want to compress steam at 10 bar and 300°C to 20 bar in a reversible adiabatic compressor: a. What is the outlet temperature? b. How much work is required? c. What is the entropy change of the steam? d. If we estimate a real compressor to have 80% efficiency, what is the outlet temperature?

View Answer
divider
BEST MATCH

Assignment # 04: Make the registration form validation, and Add a submit button. It is required the following check 1. First Name 2. Last Name (It is never empty, and only the alphabet is allowed) 2. Date of Birth (if it is not select any DOB, then provide an error message) 3. Email id (it is never empty) 4. Telephone number (It is never empty, and add a regular expression for checking the telephone number) 5. Gender (If there is no selection of gender, then provide an error message) 6. Country (Add a first dropdown item name -select--; if the user does not select country, then provide an error message) 7. Button (Submit and Cancel) Please check all fields before submitting the page. Also, display the error text beside the field. For example, if the user does not provide any name, then it shows the error message beside the last name textbox and so on. Please follow Module-3_JavaScript_Part_4.pptx and lecture 17 to complete the assignment.

View Answer
divider
BEST MATCH

Prove if the function g : \mathbb{R} \to \mathbb{R} defined by $g(x) = x^2$ is a surjective function or not.

View Answer
divider
BEST MATCH

Problem 4 (10 pts). We consider the effect of the Coriolis force on railroads in the northern hemisphere. (You can verify that the effects are reversed in the southern hemisphere.) Determine the direction (parallel to the surface) of the Coriolis force on a train running (a) east, and (b) west. Only the direction is necessary, not a calculation of the magnitude. In each case, indicate which set of wheels (right or left) push on the rail, and which rail, north or south, pushes back on the train. We consider the standard rail wheel design where a flange on the inside of the wheel keeps the train on the rail. Request explanation if this is not a familiar concept. (c) Comment on how this result might effect the maintenance of track and wheels.

View Answer
divider
BEST MATCH

Sharkfest Ltd buys the intellectual property for new products and services, and then commercializes this IP. Once a new line of business is fully established, it is sold off at a profit. The company fails to make a profit on approximately 40% of the IP it buys as the ideas cannot be commercialized profitably, either due to high development, production, or distribution costs or an idea fails to attract a market. Nevertheless, over the past ten years, Sharkfest has increased its profits each year. Sharkfest now would like to expand its operations to take advantage of an expected boom in post-pandemic products and services related to working from home. The company is looking to raise $50m through a share issue. One option is to offer shares in Sharkfest to institutional investors. An alternative would be to 'float' the business, that is, offer the shares to the public and apply for listing on the Australian Securities Exchange (ASX). Required: What are the implications under Ch 6D of the Corporations Act 2001 (Cth) of the two fundraising options being considered? If a decision is made to float the company and seek its listing on the ASX, what type of disclosure document will be required and what information must it contain? and If forecasts about the prospects of the company are included in the offer document, what are the potential consequences should the forecasts not be met? Are there any precautions in relation to disclosure that Sharkfest's board of directors and their advisers should take?

View Answer
divider
BEST MATCH

Problem 1: (Palindromes) A palindrome is a string that's spelled the same way forward and backward. Some examples of palindromes are; radar, able was i ere i saw elba; and, if you ignore blanks, a man a plan a canal panama.Write a recursive function testPa1indrome that returns 1 if the string stored in the array is a palindrome and 0 otherwise. The function should ignore spaces and punctuation in the string. Please I need it in C program and with comments on it.

View Answer
divider