Question
A company reports an Earnings Before Interest and Tax
(EBIT) of ₹6,00,000. It pays annual interest of ₹1,00,000 on its borrowings. The applicable corporate tax rate is 30%. The company has 50,000 equity shares outstanding. You are required to calculate the Earnings Per Share (EPS).Solution
EBT = EBIT − Interest = ₹6,00,000 − ₹1,00,000 = ₹5,00,000 Tax = 30% of ₹5,00,000 = ₹1,50,000 EAT = ₹5,00,000 − ₹1,50,000 = ₹3,50,000 EPS = EAT / Number of Equity Shares = ₹3,50,000 / 50,000 = ₹7 per share
The join operation can be defined as
Which of the following is not a valid keyword in C++ language?
In the context of database backup, what does the term "point-in-time recovery" refer to?
Which recovery model in a database allows for point-in-time recovery using transaction logs?
Which unit fetches instructions from memory?
What application layer protocol is used for the retrieval of email from a mail server?
Which computer architecture allows multiple processors to work together on a single task?
Which cryptographic system uses two different keys for encryption and decryption?
Which transmission medium is least susceptible to electromagnetic interference?
What is the output of the following code?
print(0.3 + 0.5 == 0.8)