Answer:
$69,000
Explanation:
Percentage of shares owned by ABC in Teal's company = 30%
This is an example of equity method investment , and a portion of the attributable income at the end of the year is earned and added to the initial stock.
Attributable income is the remaining income after dividends have been settled.
<u>Workings</u>
The opening carrying value of the shares on ABC balance sheet = 60,000
Profit made at the end of the period = 40,000
Dividends paid = 10,000
Attributable income to share holders = 40000-10000 = 30,000
ABC portion of attributable profit = 30000*30% = 9,000
Carrying value at the end of the year = opening carrying value + portion of the attributable profit
=60000+9000=69000
Answer:
B) people face trade offs
Explanation:
Resources are scarce, and that applies to every person and every organization in the world. Even the richest person or richest organization has a certain finite amount of money, time and other resources. For example, if we decide to work 12 hours a day, we will make more money, but we will also have less time o do other activities that we like.
In this case, Billie Jean only has $120 and she wants to buy both products, but she can only buy one. Whatever product she decides to buy will leave her with $0, so if she wants to purchase the other product she will need to find a job and earn some money, or if she already has a job, she will need to work more hours.
Under the historical cost principle the cost of land would be recorded at: <u>d. $410,000
</u>.
<u>Explanation</u>:
<em><u>Given</u></em>:
Purchase cost of land = $350,000
Brokers commission = $25,000
Cost for demolishing old building = $35,000
Principle cost of land = ?
Principle cost of land= Purchase cost of land+ Brokers commission+ Cost for demolishing old building
= $350,000+$25,000+$35,000
= $410,000
Principle cost of land= $410,000
The correct option is <u>d.$410,000</u>.
<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:
Order processing= $930 per order
Explanation:
<u>First, we need to calculate the estimated costs for order processing:</u>
Order processing cost= (380,000*0.3) + (150,000*0.45) + (170,000*0.3)
Order processing cost=$232,500
<u>Now, we can calculate the activity rate:</u>
Predetermined manufacturing overhead rate= total estimated overhead costs for the period/ total amount of allocation base
Order processing= 232,500 / 250
Order processing= $930 per order