Answers
Project C1 | |||||
Initial Investment | = | $ 2,58,000 | |||
Chart values are based on: | |||||
i= | 10% | ||||
Year | Cash Inflow | X | P.V Factor | = | Present Value |
1 | $ 22,000 | X | 0.9091 | = | $ 20,000 |
2 | $ 1,18,000 | X | 0.8264 | = | $ 97,521 |
3 | $ 1,78,000 | X | 0.7513 | = | $ 1,33,734 |
$ 2,51,255 | |||||
Present Value of Cash Inflow | = | $ 2,51,255 | |||
Present Value of Cash Outflow | = | $ 2,58,000 | |||
Net Present Value | = | $ -6,745 | |||
Project acquired or not | = | No | |||
Project C2 | |||||
Initial Investment | = | $ 2,58,000 | |||
Chart values are based on: | |||||
i= | 10% | ||||
Year | Cash Inflow | X | P.V Factor | = | Present Value |
1 | $ 1,06,000 | X | 0.9091 | = | $ 96,364 |
2 | $ 1,06,000 | X | 0.8264 | = | $ 87,603 |
3 | $ 1,06,000 | X | 0.7513 | = | $ 79,639 |
$ 2,63,606 | |||||
Present Value of Cash Inflow | = | $ 2,63,606 | |||
Present Value of Cash Outflow | = | $ 2,58,000 | |||
Net Present Value | = | $ 5,606 | |||
Project acquired or not | = | Yes | |||
Project C3 | |||||
Initial Investment | = | $ 2,58,000 | |||
Chart values are based on: | |||||
i= | 10% | ||||
Year | Cash Inflow | X | P.V Factor | = | Present Value |
1 | $ 1,90,000 | X | 0.9091 | = | $ 1,72,727 |
2 | $ 70,000 | X | 0.8264 | = | $ 57,851 |
3 | $ 58,000 | X | 0.7513 | = | $ 43,576 |
$ 2,74,155 | |||||
Present Value of Cash Inflow | = | $ 2,74,155 | |||
Present Value of Cash Outflow | = | $ 2,58,000 | |||
Net Present Value | = | $ 16,155 | |||
Project acquired or not | = | Yes |
Similar Solved Questions
1 answer
8. A coil has 1000 turns. When the current in the coil is 4.00 A, the...
8. A coil has 1000 turns. When the current in the coil is 4.00 A, the average flux through each turn of the coil is 0.0250 Wb. What is the self-induced emf in the coil (in V) when the current in the coil is changing at a rate of 12.0 A/s? (A) 93.8 (B) 82.6 (C) 75.0 (D) 41.5 (E) 50.0 (F) 67.5 OA OB &...
1 answer
Let an, hen be a strictly monotonic sequence of real numbers with aro and the limit...
Let an, hen be a strictly monotonic sequence of real numbers with aro and the limit of 1. Let Yn be a sequence of Continuous real-valued fmetions on (0,13 with Yn 20 and Jual, so that the support of Yn is in Jan, anta [ A function f : [0,13? → R is defined as: nein | 6%9) - 2(--) -.-) . . a) Cu...
1 answer
What in your opinion is more difficult launching a new brand or reinvigorating a mature brand?...
What in your opinion is more difficult launching a new brand or reinvigorating a mature brand? Why?...
1 answer
15. The figure shows part of a cicu with the direction of the electric currents ,...
15. The figure shows part of a cicu with the direction of the electric currents , 12, 1s, I4, and ndicated by arrows. Which is the correct expression for I? ,드 13 I. A. 1-12-1s-1 B. I3I4 C. 11-12 D. 1-12 +Is+1 4 6...
1 answer
Barbara is a research biologist for Green Carpet Lawns. She is studying the effects of fertilizer type, temperature at...
Barbara is a research biologist for Green Carpet Lawns. She is studying the effects of fertilizer type, temperature at time of application, and water treatment after application. She has three fertilizer types, two temperature zones, and five water treatments to test. Determine the number of differe...
1 answer
Which of the following contains only positive statements, rather than normative statements
Which of the following contains only positive statements, rather than normative statements? A. The unemployment rate is high mainly because companies are hiring immigrants to fill positions that would have been offered to natives. Companies should hire more native workers. B. The government sh...
1 answer
Q44 Consider a memory with features in Table Q44 (a) and Table Q44 (b). Memory Type...
Q44 Consider a memory with features in Table Q44 (a) and Table Q44 (b). Memory Type Level 1 cache Level 2 cache Level 3 cache DDR SDRAM Hard disk Table Q44 (a) Clock Cycle 2 6 8 143 178 Table Q44 (b) Item Total Number of L2 Cache accessed by CPU Total Number of Hit Hit Time Value 50 access 45 access...
1 answer
In a certain candy store, 3 pounds of candy and 2 pounds of mints cost $10.80, and 1 pound of candy and 3 pounds of mints cost $5.35. What is the cost per pound of the candy and the mints?
In a certain candy store, 3 pounds of candy and 2 pounds of mints cost $10.80, and 1 pound of candy and 3 pounds of mints cost $5.35. What is the cost per pound of the candy and the mints?...
1 answer
8.Write the commands to obtain the following information from the systems catalog. List every table that...
8.Write the commands to obtain the following information from the systems catalog. List every table that you own, list every column in the PART table and its associated data type, then add ORDER_NUM as a foreign key in the ORDER_LINE table. this is the SQL for the database: CREATE DATABASE PREMIERE;...
1 answer
Consider the following exponential generation function: , where the D_n is the derangement numbers, and D0...
Consider the following exponential generation function: , where the D_n is the derangement numbers, and D0 = 1. a. Find this formula in closed form b. Prove the answer to (a) is correct n%3D0...
1 answer
Two (frictionless) billiard balls strike each at right angles. Ball one and ball two both have...
Two (frictionless) billiard balls strike each at right angles. Ball one and ball two both have initial velocities of 10 cm/sec. Their mass is .15 kgs. ? What are the velocities of the balls after they collide? ? What direction are they traveling?...
1 answer
What advantages helped the Americans win the Revolutionary War?
What advantages helped the Americans win the Revolutionary War?...
1 answer
Find the time Complexity of the following code show the process function [b1,x1] = cercano(th,c,s,X) b1 = 0; x1 = 0; m = Distance(c,s,X); x = min(m); if x < th y = find(m==x, 1, 'first');...
Find the time Complexity of the following code show the process function [b1,x1] = cercano(th,c,s,X) b1 = 0; x1 = 0; m = Distance(c,s,X); x = min(m); if x < th y = find(m==x, 1, 'first'); x1 = s(y); b1 = 1; end end...
1 answer
Sheffield Corporation incurred the following transactions. 1. 2. 3. 4. Purchased raw materials on account $53,800....
Sheffield Corporation incurred the following transactions. 1. 2. 3. 4. Purchased raw materials on account $53,800. Raw Materials of $36,500 were requisitioned to the factory. An analysis of the materials requisition slips indicated that $8,500 was classified as indirect materials. Factory labor cost...
1 answer
If cos a = 0.972 and sinB = 0.098 with both angles' terminal rays in Quadrant-I,...
If cos a = 0.972 and sinB = 0.098 with both angles' terminal rays in Quadrant-I, find the values of (a) cos(B – a) (b) sin(a - b) = Your answers should be accurate to 4 decimal places....
1 answer
Consider the following information: Rate of Return if State Occurs State of Economy Boom Good Poor...
Consider the following information: Rate of Return if State Occurs State of Economy Boom Good Poor Bust Probability of State of Economy 0.10 0.60 0.25 0.05 Stock A 0.34 0.19 - 0.01 - 0.15 Stock B 0.44 0.15 - 0.09 - 0.19 Stock 0.24 0.08 - 0.07 - 0.11 a. Your portfolio is invested 25 percent each in A...
1 answer
Solve the given initial value problem. y'' + 16y=0; y(0) = 2, y'(0) = 3 y(t)...
Solve the given initial value problem. y'' + 16y=0; y(0) = 2, y'(0) = 3 y(t) =...
1 answer
Determine whether a normal sampling distribution can be used for the following sample statisics If it...
Determine whether a normal sampling distribution can be used for the following sample statisics If it oan be used, test the claim about the difference between two population proportions p, and P2 at the level of significance a Assume that the samples are random and independent The samples are random...
1 answer
Rope #1 of tension 4T applies a force at radius 2R on the spool. It is...
Rope #1 of tension 4T applies a force at radius 2R on the spool. It is located at 6 o'clock and points left. Rope #2 of tension 2T applies a force at radius 4R on the spool. It is located at 9 o'clock and points downward. What is the resulting torque due to both ropes in terms of RT? RT Subm...