Problem 15-4A Talkington Electronics issues a $423,500, 4%, 15-year mortgage note on December 31, 2016. The proceeds from the note are to be used in financing a new research laboratory. The terms of the note provide for annual installment payments, exclusive of real estate taxes and insurance, of $52,214. Payments are due on December 31. Prepare an installment payments schedule for the first 4 years. (Round answers to 0 decimal places, e.g. 15,250.) Annual Interest Period Cash Payment Interest Expense Reduction of Principal Principal Balance Issue Date $ 1 $ $ $ 2 3 4 Link to Text Link to Text Prepare the entries for (1) the loan and (2) the first installment payment. (Credit account titles are automatically indented when amount is entered. Do not indent manually. Round answers to 0 decimal places, e.g. 15,250.) Date Account Titles and Explanation Debit Credit Dec. 31, 2016 Dec. 31, 2017 Link to Text Link to Text Show how the total mortgage liability should be reported on the balance sheet at December 31, 2017. (Enter account name only and do not provide descriptive information. Round answers to 0 decimal places, e.g. 15,250.) Talkington Electronics Balance Sheet (Partial) $ $
In: Accounting
create a trial balance in the proper order. Then prepare a multi-step income statement, statement of retained earnings, and a classified balance sheet.
| Company | |
| Account Data | |
| Account Name | December 31, 2016 |
| Accounts payable | 25,309 |
| Accounts receivable | 8,576 |
| Accumulated depreciation - PPE | 13,327 |
| Additional paid in capital | 16,201 |
| Allowance for uncollectable accounts | 237 |
| Bonds payable -long term | 7,694 |
| Cash | 19,334 |
| Common stock | 5 |
| Cost of goods sold | 88,265 |
| Depreciation expense | 167 |
| General and Administrative expense | 2,432 |
| Goodwill | 3,784 |
| Income tax expense | 1,425 |
| Interest expense | 484 |
| Interest income | 100 |
| Inventories | 11,461 |
| Long-term payables | 12,607 |
| Marketable securities | 6,647 |
| Marketing expense | 7,233 |
| Other assets (long term) | 4,723 |
| Other current liabilities (accrued expenses) | 13,739 |
| Other expense | 96 |
| Other income | 90 |
| Product Sales | 94,665 |
| Property Plant and Equipment | 42,441 |
| Retained earnings (1/1/2016) | 2,545 |
| Service Sales | 41,322 |
| Shipping expense (Fulfillment expense) | 17,619 |
| Technology expense | 16,085 |
| Treasury stock | 1,837 |
| Unearned Revenue | 4,768 |
| Check Figures: | |
| Net Income | $ 2,371 |
| Ending Retained Earnings | $ 4,916 |
| Total Assets | $ 83,402 |
In: Accounting
NR is an 89-year-old man (79.56kg, 73 in) with hypertension, hyperlipidemia, diabetes mellitus, vascular dementia, epilepsy and a history of prostate cancer. On April 29, 2016, he was admitted to the hospital with a diagnosis of acute kidney failure, dehydration, as well as pain and swelling in his left leg. On April 29, a venous sonogram was practiced in his left leg where deep thrombosis was identified in the iliofemoral vein. His medications include finasteride, ranitidine, metoprolol succinate, aspirin, terazosin, hydralazine, donepezil, memantine, insulin NPH and primidone. Enoxaparin 40mg every 24 hours and warfarin were started on April 30.
Warfarin Dosage:
04/30/2016 2.5mg
05/01/2016 2.5mg
05/02/2016 2.5mg
05/03/2016 2.5mg
05/04/2016 2.5mg
05/05/2016 2.5mg
05/06/2016 2.5mg
Reported INR:
04/29/2016 1.05
05/01/2016 1.20
05/03/2016 1.41
05/06/2016 1.59
What is the inR target range for this patient?
What factors would you consider when evaluating this patient? What drug-drug interactions are present and what is their possible effect on INR?
What recommendation would you make at this time?
In: Nursing
A rectangular loop of wire is immersed in a non-uniform and time-varying magnetic field. The magnitude of the field is given by B = 4t2x2 , where t is the time in seconds and x is one dimension of the loop. The direction of the field is always perpendicular to the plane of the loop. The loop extends from x = 0 to x = 3.0 m and from y = 0 to y = 2.0 m. What is the magnitude of the induced emf in the loop at t = 0.10 s?
(a) 12 V
(b) 14 V
(c) 16 V
(d) 18 V
(e) 20 V
The answer is (b), I just do not understand how to solve this problem. Thanks!
In: Physics
1. When you throw a pebble straight up with initial speed V, it reaches a maximum height H with no air resistance. At what speed should you throw it up vertically so it will go twice as high?
a. Insufficient information
b. 18 V
c. V sqrt(2)
d. 4 V
e. 8 V
2. A 60.0-kg man stands at one end of a 20.0-kg uniform 10.0-m long board. How far from the man is the center of mass (or center of gravity) of the man-board system?
a. 1.25m
b. 5m
c. 9m
d. 2.5m
In: Physics
In each case below either prove that the statement is True or disprove it by giving an example showing that it is False.
(i) If B is a fixed 2 × 2 matrix, then the set U = {A|A ∈ M22, AB = 0} is a subspace of M22. T or F
(ii) If u, v, w are vectors in a vector space V , then span {u, v, w} = span {u + v, u + w, v + w} T or F
(iii) The set {x,sin2 x, cos2 x} is independent in F[0, 2π] T or F
(iv) {1 + x, x + x 2 , x2 + x 3 , x3} is a basis of P3. T or F
In: Advanced Math
A positive charge q is fixed at the point x = 0, y = 0, and a negative charge -2q is fixed at the point x = a, y = 0.
a) Derive an expression for the potential V at points on the x -axis as a function of the coordinate x . Take V to be zero at an infinite distance from the charges. (Express your answer in terms of the given quantities and appropriate constants).
V(x) =
b) At which positions on the x -axis is V = 0? (Enter your answers numerically separated by commas).
x/a =
c) What does the answer to part A become when x>>a ?
V =
d) Explain why this result is obtained.
In: Physics
Assume the input graph is directed but may or may not have cycle in it, that is, may or may not be a directed acyclic graph. Consider the recursive topological sorting algorithm shown below. TopologicalSort(G) { If G has only one node v then return v. Find a node v with no incoming edge and remove v from G. Return v followed by the order returned by TopologicalSort(G). }
(a) Extend the recursive algorithm shown below so it can detect and output a cycle if the input graph G is not a directed acyclic graph. Clearly mark the extended part of the algorithm and state your reasoning behind the extension made.
In: Computer Science
Part #2: Creating a table
Background: Prior to storing data in a RDBMS, a table with suitable schema must be created.
Exercise: Create a table with your ID (e.g.: derricker) with the following procedure
|
mysql> CREATE TABLE id ( id INTEGER NOT NULL, name VARCHAR(64) NOT NULL, email VARCHAR(32) NOT NULL, PRIMARY KEY (id) ); |
|
F |
NOTE: You will need to complete this part of the exercises successfully prior to proceeding with remainder of this exercise. So, if you get error messages ensure you get help from your instructor to resolve the error. |
Part #3: Insert some data into your table
Background: One of the key operations of working with a database is inserting new values into the database. This is accomplished using SQL insert statement.
Exercise: Insert sample data into your ID table that you created in the previous step with the following command:
|
INSERT INTO id (id, name, email) VALUES (100, 'John Doe', '[email protected]'); |
|
id |
name |
|
|
200 |
'Mary Doe' |
|
|
300 |
'James Bond' |
|
|
400 |
'Superman' |
|
F |
NOTE: You will need to complete this part of the exercises successfully prior to proceeding with remainder of this exercise. So if you get error messages ensure you get help from your instructor to resolve the error. |
Part #4: Experiment with SQL queries
Background: Querying data using SQL involves coding suitable SELECT statements with necessary columns and conditions.
Exercise: Using the SELECT statements discussed in class, code the SQL statement for the following queries:
In: Computer Science
You will select, read and analyze 4 articles from a variety of newspapers or magazines to provide some ‘real value’ to the theoretical contents that we deal with in the course. You may use web sites as sources of articles but attach a hard copy of the articles you are reviewing. Articles should relate to any 4 of the following macroeconomic topics and should not be earlier than October 1' 2020. Articles should be critiqued (as explained below). The critique should be typed, double- spaced, with correct grammar and spelling.
Topics
Current state of the economy
Inflation
Unemployment
Government budget
Exchange rate of the $
CRITIQUE OUTLINE
Title Page
Include your name, student number& course section
Table of Contents (1 Mark)
Author, source and topic of the articles
Basic Theme& Critical Review
This is the idea or the argument of the article (no more than a few sentences)
Analyze the headline with regards to its relevance.
Carefully analyze the article, using your critical thinking skills.(3-4paragraphs for each article). Relate the article to the macroeconomic concept covered in the course. Your opinion on the issue is important.
Terminology
You should include relevant economic terms used in the article and define them.
Your assignment is worth 10 Marks.Your gradeswill depend onyour correct choice of Macroeconomic articles, and the depth of your opinion.
In: Economics