Examlex

Solved

Higgins Currently Has 2 Million Shares of Common Stock Outstanding

question 63

Multiple Choice

Higgins currently has 2 million shares of common stock outstanding that are selling for $32 per share. Higgins also has a $20 million mortgage bond outstanding that has an 11% coupon rate. Higgins is considering two alternatives to financing a major expansion. Plan A is to sell $10 million of additional long-term debt with a 12.5% coupon. Plan B is to sell 200,000 shares of common stock at $30 per share and $4 million in long-term debt with an 11.25% coupon. What is the EBIT indifference level between these two alternatives? Assume the marginal tax rate is 40%.


Definitions:

Method Call

The act of invoking a method or function in programming to execute its defined set of instructions.

Str.Length()

A method that returns the number of characters in a string.

Automatically Imported

In programming, certain libraries or namespaces are included by the compiler or interpreter without the need for explicit import statements by the programmer, often for essential functionalities.

Java Package

A Java package is a namespace that organizes Java classes and interfaces by grouping them into related groups, improving code modularity and making it easier to maintain.

Related Questions