Answer:
a) 12.87%
b) 11.03%
Explanation:
EBIT with no debt = $111,000
net income = $111,000 x (1 - 22%) = $86,580
total value of the firm with no debt = $86,580 / 12% = $721,500
value of the firm after debt is taken = $721,500 + ($165,000 x 22%) = $757,800
debt to equity ratio after debt is taken = $165,000 / ($757,800 - $165,000) = 27.834%
new cost of equity (Re) = 12% + [(12% - 8%) x 27.834% x (1 - 22%)] = 12.87%
WACC = (0.72166 x 12.87%) + (0.27834 x 8% x 0.78) = 9.288% + 1.737% = 11.025$ = 11.03%
<h2>Pre-Increment increments the value immediately, Post increment increments the value only after executing the entire line.</h2>
Explanation:
class PrePostIncOperator {
public static void main(String[] args){
int x=5;
System.out.println(x++);
System.out.println("\n"+ ++x);
}
}
Let us understand the program.
int x = 5 => Initializes the value of 5 to the variable x
System.out.println(x++); This is the post increment operator. The value of x gets incremented only after printing the value. That is first System.out.println(x) will be executed and then the increment operator takes place once it finds the ";" that is the end of the statement. The memory which holds the value of x is changed only after executing the statement.
System.out.println("\n"+ ++x);
Here the value gets incremented and immediately assigns to the memory.
Answer:
Joint costs allocated to Product Y = $60,000
Explanation:
Given:
Particular Product Units Produced Sales
X 5,000 $70,000
Y 3,000 $30,000
<u>Z 2,000 $100,000</u>
<u>Total 10,000 </u>
Joint costs allocated to Product Y = (Total Joint costs × Y's total unit) / Total units produced
Joint costs allocated to Product Y = ($300,000 × 3,000) / 10,000
Joint costs allocated to Product Y = $90,000
Answer:
€ 0.004871
Explanation:
Direct quote is a method of quoting a foreign currency per one unit of domestic currency.
Indirect quote is a method of quoting a foreign currency in which price of foreign currency is expressed in domestic currency.
In the given question to find the units Euro per Yen we need to divide the Euro per dollar rate with the Yen per dollar rate.
Euro 0.5547 / $1
Yen 111.83 / $1
Euro per Yen = 0.5547 / 111.83 = €0.004871 per ¥1