Below is a list of vocabularies, concepts, theories, and terms please answer all of them briefly.
UCC 2
Magnuson – Moss Warranty Act
Mortgage
Deed
Warranty of merchantability
Bailment
Statute of Frauds
Mitigation
Title
Novation
Assignment
Delegation
Personal Service Contract
Condition Precedent
Condition Subsequent
Substantial Performance
Waiver
Restitution
Unconscionability
Eviction
Policy
Lease
Deductible
Deficiency judgment
Liquidated damages
Unilateral contract
Bi-lateral contract
Offer
Acceptance
Consideration
Objective theory of contracts
Revocation
Counteroffer
Capacity
Legality
Ratification
Usury
Appraisal
Pledge
Undue influence
Holdover proceeding
Nonpayment proceeding
Petitioner
Respondent
Anticipatory repudiation
Statute of limitations
Statute of repose
Bankruptcy
Chapter 7
Chapter 11
Automatic stay
Garnishment
Exempt property
License
Policy
Premium
Testator
Administrator
Executor
In: Accounting
Acrylic bone cement is commonly used in total joint replacement to secure the artificial joint. Data on the force (measured in Newtons, N) required to break a cement bond was determined under two different temperature conditions and in two different mediums appear in the following table. Temperature Medium Data on Breaking Force 22 degrees Dry 100.6, 142.9, 194.8, 118.4, 176.1, 213.1 37 degrees Dry 303.3, 338.3, 288.8, 306.8, 305.2, 327.5 22 degrees Wet 386.4, 368.2, 322.6, 307.4, 357.9, 321.4 37 degrees Wet 363.6, 376.8, 327.7, 331.9, 338.1, 394.6 (a) Estimate the difference between the mean breaking force in a dry medium at 37 degrees and the mean breaking force at the same temperature in a wet medium using a 90% confidence interval. (Round your answers to one decimal place.) ( , ) (b) Is there sufficient evidence to conclude that the mean breaking force in a dry medium at the higher temperature is greater than the mean breaking force at the lower temperature by more than 100 N? Test the relevant hypotheses using a significance level of 0.10. (Use μhigher temperature − μlower temperature. Round your test statistic to two decimal places. Round your degrees of freedom to the nearest whole number. Round your p-value to three decimal places.) t = df = P =
In: Math
1.) A.) CTP stablizes the R or T state? (pick one) of aspartate carbamoyl transferase (ACTase) and acts as a:
a.) positive regulator b.) negative regulator c.) a co-factor d.) competitive inhibitor
B.) regulation of ACTase results in equal numbers of synthesized purines and pyrimidines. explain how this occurs.
C.) What would be the shape of the michaelis-menten curve for this enzyme (like parabolic, sigmoidal,etc)?
In: Chemistry
Geographic segmentation: Geographic segmentation is done based on variables like city, country, or region. In the case of Kathmandu, we will select the city or places which are tourist destinations and also host adventure sports.
Demographic segmentation: Demographic segmentation is used to divide the market on the basis of demographic variables like age, gender, ethnicity, etc. we will select Age variable for Kathmandu as the product is mainly used by people of certain age groups.
Psychographic segmentation: Psychographic segmentation is a technique to segment the market in different segments based on psychographic variables like values, interest, or attitude. For Kathmandu, we will select the interest as a variable under psychographic segmentation. Because the interest in travel and adventure sports is a must in the segment for Kathmandu products.
Behavioral segmentation: This technique of market segmentation is based on behavioral variables like purchase behavior. brand loyalty, usage pattern, benefits sought, etc. For Kathmandu, we will select benefits sought as a variable under behavioral segmentation. Benefits sought from travel and adventure products will be considered as segmentation variables for Kathmandu's product because there is certain type of expectation customer has from travel and adventure products.
Question: According to the four variables above, choose a target segment in Australia for Kathmandu. You can use one variable or combine some variables to determine the target segment. Analyze this target segment by applying the five effective segmentation criteria (Measurable, Substantial, Accessible, Differentiable, and Actionable).
In: Operations Management
Cation Group III Quantitative Analysis Lab?
We just completed our unknown lab, where we are given a test tube with some of the Group III cations (Zn, Cr, Mn, Fe, Al, Ni, Co, and we dont know which are present) and we need to write a discussion about certain chemical concepts, and I am stuck on some.
http://web.cerritos.edu/cshimazu/SitePages/Chem%20112/112%20Experiments/5%20Cation%20III%20Part%20B/Cation%20III%20Part%20B.pdf
(That is the lab handout in case I don't make sense)
So we need to write about equilibrium, and explain it using Le Chatalier's principle and give examples
We can talk about complex ions, like why do some form complex ions and others do not?
Whey do cation III group ions form a hydroxide precipitate in the first place?
Discuss buffers. The buffers we used were NaBiO3, we used it when the solution was acidic , how do they work and why are they important?
In: Chemistry
Please convert the following machine code (given in Hex format) into assembly code and next, b) provide the semantics of each instruction using RTL
i) 0x8FA80004
ii) 0x12110005
iii) 0x02429820
iv) ox081000A9
v) 0C0000FA
In: Computer Science
public static void main(String [] args)
{
int[] a = new int[20];
a[0] = 0;
a[1] = 1;
for(int i = 2; i < 20; i++){
a[i] = a[i - 1] + a[i - 2];
}
for(int i = 0; i < a.length; i++)
System.out.println(a[i]);
}
what would be the code when you convert this code, which is java into assembly code? Convert java into assembly code for the code above
In: Computer Science
Write a program in C++(no import of Javax or anything similar)
that does the following:
There is a class human and a derived class student.
The enum in this case is gender(male, female)
Read in a text file of unknown line number that is
formatted:
name;id;enum
name1;id1;enum1
The delimiter is ';'
Dynamically allocate student objects and store the objects in the
array humanList (an array of human pointers). Include a counter for
number of lines in the file as well.
In: Computer Science
John finds a bill on his desk. He has three options: ignore it
and leave it on his own desk, move the bill over to his wife Mary's
desk, or pay the bill immediately. The probability that he leaves
it on his own desk is 0.6. The probability that he moves it to
Mary's desk is 0.3. The probability that he pays the bill
immediately is 0.1.
Similarly, if Mary finds a bill on her desk she can choose to leave
it on her own desk, put it on John's desk, or pay it immediately.
The probability that it remains on her desk is 0.6. The probability
she moves it to John's desk is 0.1. The probability she pays it
immediately is 0.3.
Once a bill is paid it will not return to either of the desks. In
other words, there is a 0% chance that a bill will return to John's
desk or Mary's desk once it goes to the mailbox.
Assume this is a Markov Chain process. Set up the transition matrix
and use it to answer the following questions. (Hint: When
determining what your matrix labels should be, think of the
location of the bill, not the action done to it. For
example, the label "moves to the other desk" would
not be a valid label.)
(a) What is the probability that a bill currently on John's desk
will be paid within two days?
(b) What is the probability that a bill currently on John's desk
will be on Mary's desk 3 days later?
In: Math
A.) A firm uses capital to produce revenue. The marginal revenue from the first 5 units of capital is as follows: 1st unit has MR 1.72, 2nd unit has MR 1.41, 3rd unit has MR 1.23, 4th unit has MR 1.15, and 5th unit has MR 1.11. If the interest rate is 20%, what is the optimal amount of capital for this firm to borrow?
A. 2
B. 3
C. 4
D.5
B.) Say a household has a wealth endowment of $5 and can use this to either consume (C) or save (S). Savings earn interest of 15% and consumption yields marginal benefit as follows: 1st $1 has MB $1.9, 2nd $1 has MB $1.55, 3rd $1 has MB 1.3, 4th $1 has MB 1.23, and 5th $1 has MB of $1.18. To maximize the sum of earnings on savings and benefit from consumption, the household should pick
A. C = 2
B. C = 3
C. C= 4
D. C= 5
C.) Consider the MB schedule described for the household in question 3, and the MR schedule described for the firm in question 1. If both the firm and household now face an interest rate of 28%, is this a market clearing interest rate? (Check whether supply of funds equals demand for funds)
A. Yes
B. No
C. Impossible to tell
D. none of the above
D.) Consider the MR schedule for the firm given in Problem 1, and the MB schedule given for the household in Problem 3. If the interest rate is now 22%, then in the market for funds there is
A. an excess demand for funds
B. an excess supply of funds
C. an equilibrium
D. none of the above
In: Economics
A photon collides with an electron and is scattered in a direction 105∘ from its original direction. If the photon loses 52.0% of its momentum in the process, what was the photon's initial wavelength?
In: Physics
a) The research firm suggests that they should do a hypothesis test for Eropa. Why might this be a reasonable approach to take? State and explain the appropriate null and alternative hypotheses. (COMPANY DETAILS GIVEN IN THE END OF THE QUESTIONS)
b) Describe what a type 1 error and what a type 2 error would be in the context of this problem. Describe the consequences of each of these types of errors.
c) Eropa remembers that when she took Statistics 101 (she has a BA in Psychology) for some reason a significance level of 5% was always used for hypothesis tests. Explain to Eropa why she might not want to automatically use 5%. What factors should she consider when choosing the level of significance?
d) Getting firms to respond to a survey is expensive and usually requires some inducement for the respondent. The firm gives Eropa a flat price of $15,000 for 50 respondents to the survey (and a report) and $150 for each additional respondent. You don’t have enough information to tell Eropa what sample size she should use but please describe for her what factors she should consider when deciding how big a sample to buy.
DETAILS OF THE COMPANY:
Eropa, an entrepreneur, created a company that matches firms (hotels, conference centres, etc.) that need to hire temporary staff for events (weddings, galas, conference dinners, etc.) to people looking for temporary work. Most hotels do not have enough permanent staff for these large, occasional events so they rely on temporary staff. There are temp agencies that connect these employers with bartenders, servers and others wanting to pick up extra shifts; in fact Eropa used to work for one of those agencies. Eropa has created an online platform (analogous to Airbnb or Uber) to match employers and employees and she is successfully disrupting temp agencies in eastern Canada. Eropa is considering expanding to Western Canada but it won’t be cheap (she figures she needs $1.5 million if she expands) so she wants to get a sense of market demand first. Eropa knows that there are about 10,000 firms that stage events in Western Canada that might need to hire temporary staff. She figures that if each firm, on average needs to fill at least 500 shifts a year with temporary staff there will be enough demand to justify entering the market. So, since there is no publically available data on current demand, she hires a market research firm to survey a sample of the 10,000 firms to estimate average demand for temporary staff (in shifts per year).
In: Math
Define a hydrograph and what is its relation to land in a watershed. Please explain in two paragraphs
In: Biology
|
Hanson Company is constructing a building. Construction began on February 1 and was completed on December 31. |
||||
|
Expenditures were $1,800,000 on March 1, $1,200,000 on June 1, and $3,000,000 on December 31. |
||||
| 1) Compute Hanson's weighted-average accumulated expenditures for interest capitalization purposes. | ||||
| Hanson Company borrowed $1,000,000 on March 1 on a 5-year, 12% note to help finance construction of the building. In addition, the | ||||
| company had outstanding all year a 10%, 5-year, $2,000,000 note payable and an 11%, 4-year, $3,500,000 note payable. | ||||
|
2) Compute the weighted-average interest rate used for interest capitalization purposes. |
||||
|
3) Compute avoidable interest for Hanson Company that will be capitalized |
||||
In: Accounting
In a population of toads, average body length is 30mm. Body length is variable and the narrow sense heritability for body length is 0.1 for this population. You cross a male of 20mm with a female of 22mm. In order to determine the expected average offspring length, what do you multiply with your heritability?
In: Biology