Answer:
$23,000
Explanation:
current annual sales = 49,000 packs
Selling price of course packs = $14 each
variable cost per pack = $12
Earnings = $75,000
Contribution:
= current annual sales × (Selling price of course packs - variable cost per pack)
= 49,000 packs × ($14 - $12)
= 49,000 packs × $2
= $98,000
Fixed costs of producing the course packs:
= Contribution - Earnings
= $98,000 - $75,000
= $23,000
Answer:
(A) $110,000
(B) $44,000
(C) $440,000
(D) $176,000
Explanation:
Parent corporation invested $1,000,000 in sub corpora tion for 25% of its outstanding stock
Sub corporation pays out 40% of net income of dividend each year
(A) Parent's Co's share of Sub's Co's net income for the year is $110,000
(B) Parent's Co's share of Sub's Co's share of dividend for the year is $44,000
(C) The total net income can be calculated as follows
= 110,000 ×100/25
= 11,000,000/25
= $440,000
(D) The total dividend for the year can be calculated as follows
= 440,000 ×40/100
= 440,000 × 0.4
= $176,000
The false statement is both offer an unlimited number of shares in a continuous public offering. (option c)
<h3>
What are open-end and closed-end investment companies?</h3>
Open-end investment companies are companies that allow investors invest in their company continuously through the purchase of their shares. On the other hand, closed-end investment companies close their company to new investors
An advantage of open-end investment companies is they are highly liquid. A disadvantage of open-end investment companies is the company is vulnerable from large inflows and outflow of investments.
An advantage of closed-end investment companies is they do not incur charges with regards to the redemption activities of investors. A disadvantage of closed-end investment companies is that investors cannot withdraw their funds until maturity.
To learn more about open-end investment companies, please check: brainly.com/question/20350725
#SPJ1
Answer:
// Program is implemented using Coral Programming Language
int X
int Y
int Sum
Put "Enter any two numbers" to output
x = Get next input
Y = Get next input
if Y < X
Put "Second integer can't be less than the first" to output
else
for Sum = X; Sum <= Y; Sum = Sum + 10
Put Sum to output
Explanation:
The above program is written using Coral Programming Language
The first line is a comment
The next 3 lines declares 3 integer variables
Which are X, Y and Sum
X and Y represent the two input numbers as seen on line 6 and 7
X, being the first and Y being the second
Line 8 tests the larger of the two numbers
If Y is less than X, the output is "Second integer can't be less than the first" without the quotes
Else
The last two lines perform iterative operations that assigns the addition of 10 and X to Sum
It continues printing sum as long as sum is less than the value of Y.
Answer: Under the Equal Pay Act: <u>"d. Wage differentials based on a seniority system are allowed.".</u>
Explanation: The Equal Pay Act states that no employer should discriminate based on sex when paying wages for equal work in jobs But that wage differences can be established according to an seniority system (is allowed).