1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
telo118 [61]
3 years ago
14

An owner of a large ranch is considering the purchase of a tractor with a front-end loader to clean his corrals instead of hirin

g workers that do it with a pitch fork. He has given you the following information and has asked you to evaluate this investment. The equipment costs $40,000. The rancher expects that he will save $11,500 a year that is usually paid to workers that clean out the corral by hand. However, he will incur an additional cost of $1,000 for fuel, repairs and maintenance. The rancher plans on keeping the equipment for 3 years before replacing it with a new one. He thinks he can sell the old equipment for $25,000 in three years. The rancher anticipates that his marginal tax rate will be 20 percent over the next three years. The IRS will allow the rancher to depreciate the tractor over seven yearsusing the straight-line method. The rancher requires at least a 15% pretax rate of return on capital (pretax).
1. What is the annual after-tax Net Returns?
A. 11,500
B. 9,200
C. 10,500
D. 8,400
E. None of the Above
2. What is the tax savings from depreciation?
A. 5,714
B. 40,000
C. 1,143
D. 2,667
E. None of the above
3. What is the after- tax terminal value in three years?
A. 24,571
B. 25,000
C. 40,000
D. 17,145
E. none of the above
4. What is the accumulated depreciation over the three years?
A. 5,715
B. 40,000
C. 8,000
D. 17,145
E. none of the above
5. What is the after- tax discount rate?
A. 15%
B. 12%
C. 3%
D 10%
E. None of the above
6. What is the present value of the after- tax net returns?
A. 40,000
B. 410
C. 17,489
D. 2,755
E. 20,175
F. None of the above
7. What is the present value tax savings from depreciation?
A. 40,000
B. 410
C. 17,489
D. 2,755
E. 20,175
F. None of the above
8. What is the present value of the after- tax terminal value?
A. 40,000
B. 410
C. 17,489
D. 2,755
E. 20,175
F. None of the above
9. What is the Net Present Value?
A. 40,000
B. 410
C. 17,489
D. 2,755
E. 20,175
F. none of the above
10. What is the maximum fuel, repairs and maintenancecost that can be paid each year to operate the loader and still find this investment profitable?
A. 1,213
B. 10,287
C. 11,500
D. 867
E. None of the above

Business
1 answer:
asambeis [7]3 years ago
7 0

Answer:

1) none of the above  $3828.57 ( E )

2) $1143 ( c )

3)  $24571 ( A )

4)  $17142.86 ( E )

5) 12% ( B )

6) $410 ( B )

7) $2744.95 ( f )

8) $17,489 ( c )

9) $24282.36 ( F )

10) 867

Explanation:

1)  The annual after-tax net returns

net income = cash flow - depreciation

                 = $10500 - \frac{cost of equipment}{estimated life}  =   10500 - (40000/7) = $4785.71

calculate the annual net after tax returns = net income * (1 - Tax rate ) = 4785 * (0.80) = $3828.57

2) Tax savings from depreciation

Tax savings from depreciation = Depreciation amount * Tax rate

                                                   = (\frac{equipment cost}{estimated life} ) * Tax rate

                                                  = (40000/7) * 0.2 = $1142.86 ≈ $1143

3) After tax terminal value in three years

Sale value = $25000,

Book value = 40000 - ( 5714.29 * 3 ) = $22857.13

Gain on sale = sale value - book value = $2142.87

tax rate = gain on sale * tax rate = 2142.87 * 0.2 = $428.57

Terminal value = sales value - tax rate = 25000 - 428.57 ≈ $24571

4) Accumulated depreciation over the three years

= depreciation amount * 3 years

=5714.29 * 3 = $17142.86

5) After tax discount rate

= discount rate * (1 - tax rate )

= 15% * 0.80 = 12%

6) Present value of the after-tax net returns

SOLUTION attached below

7) Present value tax savings from depreciation

= Tax savings from depreciation / ( 1+r)^n  note ; n = 3

= $1142.86 / ( 1 + 0.12 )^3 = $2744.95

8) present value of the after-tax terminal value

Pv of terminal value = Terminal value / ( 1 + r ) ^n

                                = $24571.43 / ( 1 + 0.12 ) ^3 = $17,489

9) Net present value

= net cash flows / ( 1 + r ) ^n

= 34114.29 / ( 1 + 0.12) ^3

= $34114.29 /  1.4049 = $24282.36

AT

You might be interested in
An airline company must plan its fleet capacity and its long-term schedule of aircraft usage. For one flight segment, the averag
tresset_1 [31]

Answer:

112 customers per day

Explanation:

For computing the needed capacity requirement, first we have to find out the new utilization rate which is shown below:

Capacity cushion = 100% - average utilization rate

25% = 100% - average utilization rate  

So, the average utilization rate is 75%

Now the needed capacity requirement is

Utilization rate = Average output rate ÷ Maximum capacity × 100

75% = 84 ÷  Maximum capacity × 100

So, the maximum capacity is 112 customers per day

We simply applied the above formula to determine the needed capacity requirement

8 0
3 years ago
If a firm’s expenses equal or exceed its revenue, what actions might management take?
exis [7]

In a case whereby firm’s expenses equal or exceed its revenue, the actions that might be taken by management is To check their production process and check the cost of their input.

<h3>What are expenses?</h3>

This are the cost of inputs that the company put into production of their goods and services.

When expense is higher than revenue then the organization is running at loss, but when the revenue equal to the expenses, there is no Gain.

Therefore, the actions that might be taken by management is to check their production process .

Learn more about expenses at:

brainly.com/question/4953989

7 0
2 years ago
The CFO of company ABC wants to give every employee a 3% raise, but would like a report to confirm if this is possible. Write an
katrin [286]

Answer:

For such a report , the sql query required would be:

SELECT emp_id, curr_salary, curr_salary*1.03 AS inc_salary FROM Employee;

Explanation:

For such a report , the sql query required would be:

SELECT emp_id, curr_salary, curr_salary*1.03 AS inc_salary FROM Employee;

In the above  sql query  employee id is emp_id , curr_salary is the current salary column.  "curr_salary*1.03" is been made because an increment of 3% means salary + salary*3% , that is , salary*1.03.

4 0
3 years ago
An individual's ecological footprint is equivalent to the:
makkiz [27]

Answer: option D is correct

Explanation:

This is the biologically productive land that can sustain the individuals activities. It takes into account resources needed to produce goods and clean up it's waste.

7 0
3 years ago
According to anthony downs model, a rational party will adopt the policy position that is
Stells [14]

Closest to the view of the majority of voters.

The Anthony Downs model attempts to apply economic theories to political decision making.

8 0
3 years ago
Other questions:
  • Allen, inc., has a total debt ratio of .34. what is its debt-equity ratio
    13·1 answer
  • Showery Drugs is a pharmaceutical company based in Detroit. Showery Drugs expects its employees to work long hours and achieve i
    7·2 answers
  • Which of the following statements represent the appropriate directional relationships between the concepts of inherent risk, con
    11·1 answer
  • According to Malthus, a fixed quantity of land and a growing human population will eventually produce: a stationary state in whi
    7·2 answers
  • Recently, many organizations have added __________ to their mission statements.
    14·1 answer
  • In recent times, the value of "currency" as well as "checkable deposits" was about $___________ billion each.
    15·1 answer
  • When asking questions during criticism, it is best to be _______. a. understated b. defensive c. open minded d. annoyed Please s
    9·2 answers
  • Iverson Company purchased a delivery truck for $45,000 on January 1, 2018. The truck was assigned an estimated useful life of 10
    12·1 answer
  • ErgoWorld Inc. manufactures office furniture. The company is considering adopting a modular production system. A modular system
    10·1 answer
  • How do you changing prices affect supply and demand?
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!