问题如下:
A laptop store reported the following laptop transactions for the year (in chronological order):
Assuming the laptop inventory was zero at the beginning, calculate the year-end laptop inventory using FIFO and LIFO under periodic system.
选项:
解释:
B is correct.
Sold: 12 + 34 + 59 = 105
Available for sale: 50 + 30 + 80 = 160
Ending inventory: 160 - 105 = 55
Using FIFO: 55 x $60 = $3,300
Using LIFO: (5 x $50) + (50 x $40) = $2,250
不理解这个题,为什么要用成本来算?不是应该计算赚了多少钱吗?(卖出价格-买入价格)* 量
还有答案为什么55个 要用前面的成本,不是LIFO吗?后进先出,应该用最后的成本吗?