Answer:
Maximum price to be paid for the stock = $12.43
Explanation:
The Dividend Valuation Model is a technique used to value the worth of an asset. According to this model, the worth of an asset is the sum of the present values of its future cash flows discounted at the required rate of return. 
<em>Hence the value of the stock would be the present value of its future dividend discounted at 15%</em>
Year                                   PV of dividend
1                                          8  ×1.15^(-1)   
2                                           4 ×  1.15^(-2)   
3.                                              2 × 1.15^(-3)    
4                                                  2 × 1.15^(-4)    
 PV of dividend =   (8 ×1.15^-1) +  (4 × 1.15^-2)  + (2 × 1.15^ -3) + (2× 1.15^-4) = 12.439
 Maximum price to be paid for the stock = $12.43
 
        
             
        
        
        
Answer:
5000 partial depreciation
Explanation:
straight line formula is = <u>cost  - scrape value</u>
                                           useful life in years
since there is no residual value (scrape value) therefore, we divide <u>100,000 </u>
                                                                                                                      5        
the answer we get 20000 per year depreciation. but the equipment is bought on 1st oct, and if assume that the year ends on Dec, 31 so  it is measure for 3 month depreciation which is 5000.                                                                                                                                                                                                                                                                                             
 
        
             
        
        
        
Yes. Subsidies are benefits that the government can grant to institutions, households and businesses to promote economic efficiency and reduce market failures. They may be distributed through cash or by cutting tax rates. However, there is controversy about the effectiveness of using subsidies for the economy, often related to the inefficiency of promoting a free market, allocating resources that could be used for investment in productive resources and masking the results of economic efficiency. Another major concern with the use of subsidies is the formation of political alliances of those who receive them and those who provide them, creating political interests because of their use.
 
        
             
        
        
        
Here's a program called MoveEstimator that prompts the user to accept an estimate of the number of hours of work and miles the move will take and displays the total cost of the move:
- <u>x = int(input("number of hours for the job "))</u>
- y = int(input("number of miles involved "))
- def MoveEstimator(x, y):
- return 200 + 150*x + 2*y
- print(MoveEstimator(x, y))
Computer programs are written by programmers. Writing the 1s and 0s in machine-readable machine language is very difficult, so computer programmers write them in programming languages. The format of the program determines the structure of the course. At AIR, the program format is specific to an academic component with some kind of program of study.
Learn more about A program here:- brainly.com/question/1538272
#SPJ4
 
        
             
        
        
        
I think the most approximate answer would be B.
I hope it helped you!