Answer:
c. $8
Explanation:
Calculation to determine the selling price
First step is to calculate the Markup percent
Markup percent= (90,000 + 150,000) / (30,000 x 15)
Markup percent = .533
Now let calculate the selling price
Selling price=533 x $15 per unit
Selling price= $8
Therefore the Selling price will be $8
Answer:
40%
Explanation:
Initial amount invested = $50 × 100 × 50% = $2,500
Profit from sale and repurchase = ($50 - $40) × 100 = $1,000
Rate of return = $1,000 ÷ $2,500 = 0.40, or 40%.
Therefor, the rate of return would be 40%.
Answer:
For such a report , the sql query required would be:
SELECT emp_id, curr_salary, curr_salary*1.03 AS inc_salary FROM Employee;
Explanation:
For such a report , the sql query required would be:
SELECT emp_id, curr_salary, curr_salary*1.03 AS inc_salary FROM Employee;
In the above sql query employee id is emp_id , curr_salary is the current salary column. "curr_salary*1.03" is been made because an increment of 3% means salary + salary*3% , that is , salary*1.03.
Answer: $155,520
Explanation:
Pension Expense = Service Cost - Expected return on plan assets + Prior service cost amortization + Interest cost
Interest Cost
= Interest rate * Projected benefit obligation
= 0.09 * 728,000
= $65,520
Pension Expense = 110,000 - 30,000 + 10,000 + 65,520
= $155,520