In a detailed paragraph please write about covid 19 - prevalence of the problem ... I need a detailed paragraph on prevalence of the problem regarding to covid 19
Please be as detailed as possible! Please do not just write anything that doesn't Make sense
IMPORTANT: If you are going to write please make sure your writing is neat, legible, and easy to read. Please write in print (not cursive). Thank you
In: Nursing
What is Plato’s argument for a bipartite division of the soul? How does this relate to freedom? Distinguish rational and sense ‘appetites’ by their different ‘objects’. What is the relation between cognition and desire?
In: Chemistry
In Software engineering, Describe in detail the role of class-oriented metrics in assessing the quality of an object-oriented system.
In: Computer Science
During 2019, Brent Industries, Inc. constructed a new manufacturing facility at a cost of $12,000,000. The weighted average accumulated expenditures for 2019 were calculated to be $5,750,000. The company had the following debt outstanding at December 31, 2019:
(a) 7 percent, five-year note to finance construction of the manufacturing facility, dated January 1, 2019, $4,000,000.
(b) 9 percent, 20-year bonds issued at par on April 30, 2015, $8,400,000.
(c) 7 percent, six-year note payable, dated March 1, 2017, $1,800,000.
Required:
1. Determine the amount of interest that should be capitalized in 2019 assuming that the facility is completed at the end of 2019. DON'T NEED
2. Show the most likely journal entry to record the capitalized interest assuming that Brent recorded all interest as expense when paid or accrued. DON'T NEED
3. Give the journal entry to record depreciation on the facility in 2020 assuming a 25 year useful life and no salvage value.
4. Give the journal entry to sell the manufacturing facility at the end of 2030 for $7 million in cash.
I have the answers to 1&2 - I just need 3&4
please. Thanks!
In: Accounting
Create an employee health and wellness program to promote workplace health. What will you include in the employee wellness program? Ex. fitness activities, etc. After listing the activities and/or services within the program, describe what the benefits will be (ex. less office stress, etc.).
In: Psychology
How should lab samples be packaged for shipment?
In: Operations Management
Q:
You must evaluate a proposal to buy a new milling machine. The base price is $138,000, and shipping and installation costs would add another $13,000. The machine falls into the MACRS 3-year class, and it would be sold after 3 years for $62,100. The applicable depreciation rates are 33%, 45%, 15%, and 7%. The machine would require a $9,500 increase in net operating working capital (increased inventory less increased accounts payable). There would be no effect on revenues, but pretax labor costs would decline by $47,000 per year. The marginal tax rate is 35%, and the WACC is 11%. Also, the firm spent $5,000 last year investigating the feasibility of using the machine.
What is the initial investment outlay for the machine for
capital budgeting purposes, that is, what is the Year
0 project cash flow? Round your answer to the nearest
cent.
$
What are the project's annual cash flows during Years 1, 2, and 3? Round your answer to the nearest cent. Do not round your intermediate calculations.
Year 1 $
Year 2 $
Year 3 $
In: Finance
in java
Design and implement a class called Dog that contains instance data that represents the dog’s name and age. Define the Dog constructor to accept and initialize instance data. Include getter and setter methods for the name and age. Include a method to compute and return the age of the dog in “person years” (seven times the dog’s age). Include a toString method that returns a one-line description of the dog. Create a Tester class called Kennel, whose main method instantiates and updates several Dog objects.
In: Computer Science
Delamont Transport Company (DTC) is evaluating the merits of leasing versus purchasing a truck with a 4-year life that costs $40,000 and falls into the MACRS 3-year class. If the firm borrows and buys the truck, the loan rate would be 10%, and the loan would be amortized over the truck's 4-year life, so the interest expense for taxes would decline over time. The loan payments would be made at the end of each year. The truck will be used for 4 years, at the end of which time it will be sold at an estimated residual value of $10,000. If DTC buys the truck, it would purchase a maintenance contract that costs $1,000 per year, payable at the end of each year. The lease terms, which include maintenance, call for a $10,000 lease payment (4 payments total) at the beginning of each year. DTC's tax rate is 40%. What is the net advantage to leasing? (Note: Assume MACRS rates for Years 1 to 4 are 0.3333, 0.4445, 0.1481, and 0.0741.)
In: Finance
The following information concerns production in the Baking Department for March. All direct materials are placed in process at the beginning of production.
ACCOUNT Work in Process—Baking Department | ACCOUNT NO. | ||||||||
Date | Item | Debit | Credit | Balance | |||||
Debit | Credit | ||||||||
Mar. | 1 | Bal., 5,100 units, 3/5 completed | 11,985 | ||||||
31 | Direct materials, 91,800 units | 174,420 | 186,405 | ||||||
31 | Direct labor | 47,650 | 234,055 | ||||||
31 | Factory overhead | 26,798 | 260,853 | ||||||
31 | Goods finished, 93,000 units | 250,947 | 9,906 | ||||||
31 | Bal. ? units, 4/5 completed | 9,906 |
a. Based on the above data, determine each cost listed below. Round "cost per equivalent unit" answers to the nearest cent.
1. Direct materials cost per equivalent unit. | $ |
2. Conversion cost per equivalent unit. | $ |
3. Cost of the beginning work in process completed during March. | $ |
4. Cost of units started and completed during March. | $ |
5. Cost of the ending work in process. | $ |
b. Assuming that the direct materials cost is
the same for February and March, did the conversion cost per
equivalent unit increase, decrease, or remain the same in
March?
Increase
In: Accounting
in java
Write a program that will print the following output
1 1 2 1 1 2 4 2 1 1 2 4 8 4 2 1 1 2 4 8 16 8 4 2 1 1 2 4 8 16 32 18 8 4 2 1
In: Computer Science
Describe the nature of the interactions in a solution with positive DSexcess , DS excess negative , DG positive excess DG , DG negative excess, excess DH greater than zero and excess DH less than zero excess.
In: Chemistry
Girl?
Jojo is looking for his love by sending messages to strangers on a dating application. Because he knows that many people are using fake profile photos, he found a way to find out the gender of the user by their user names. If the number of distinct characters in one’s user name is even, then she is a female, otherwise he is a male. Help him to find out their gender! '
Format Input:
The first line is an integer T representing the number of test cases. The next T lines each consist of a string S representing the user name in the dating application.
Format Output:
For each test case output “Case #X: ”, where X is the case number, followed by “Yay” if the user is a female, or “Ewwww” if the user is a male.
Constraints
• 1 ≤ T ≤ 100
• 1 ≤ |S| ≤ 105
• S only consist of lowercase letter.
Sample Input 1 (standard input):
1
abb
Sample Output 1 (standard output):
Case #1: Yay
Sample Input 2 (standard input):
2
abbc
za
Sample Output 2 (standard output):
Case #1: Ewwww
Case #2: Yay
Note:
On the first sample input, first test case, the user is female because there are 2 different letters namely “a” and “b”, so the output is “Yay”.
note : USE C language, integer must be the same as the constraint, DONT USE VOID, RECURSIVE(RETURN FUNCTION), RESULT, code it under int main (must be blank){
In: Computer Science
in java
Create a class called Customer in three steps: • (Step-1): • Add a constructor of the class Customer that takes the name and purchase amount of the customer as inputs. • Write getter methods getName and getPrice to return the name and price of the customer. You can write a toString() method which returns printed string of Customer name and its purchase. • (Step-2): Create a class called Restaurant. • Write a method addsale that takes customer name and purchase amount of the customer in the class restaurant and stores it into an array list. • Write a method nameBestCustomer that returns customer name who bought highest sale in the restaurant. • (Step-3): Write a tester class that prompts the user to enter name and purchase of the customers and display the name of the customer who bought highest sales in the restaurant.
In: Computer Science
In a detailed paragraph please write about behaviors that contribute to the prevalence of covid 19.
Please be as detailed as possible
IMPORTANT: If you are going to write please make sure your writing is neat, legible, and easy to read. Please write in print (not cursive). Thank you
In: Nursing