Question
A company announces rights issue in the ratio of 1:4.
The face value of the share is Rs.10 and market value is Rs.70. If the rights issue is done at Rs.50, what is the value of the right?Solution
Given: •Rights ratio = 1:4 i.e. For every 4 existing shares, 1 rights issue share can be bought •Face value = Rs.10 (not needed for calculation here) •Market price (MP) = Rs.70 •Rights issue price = Rs.50 Value of right can be calculated in 2 ways: Method 1: Direct formula  Method 2: Find theoretical ex-rights price
Therefore, Value of right = Market price – Theoretical ex-rights price = ₹70 – ₹66 = ₹4
Which tree traversal is most suitable for finding the shortest path in an unweighted graph represented as a tree?
Which software development methodology emphasizes iterative development and customer feedback? Â Â Â Â Â Â Â
...Which of the following is correct for a single-line comment in C++?
In Python, which method is used to convert a string to lowercase?
In C, what is the output of printf("%d", 5/2);?
In Python, what does len() function do?
Which Python keyword is used to handle exceptions?
Which of the following algorithms is used for finding Minimum Spanning Tree?
Which of the following is true about C++ destructors?
 What is the output of the following code: x = 5; y = 2; print(x ** y)?