问题如下:
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
老师,针对OliveOyl_品职助教 · 的回答
“LIFO是后进先出,当年总共卖掉了105件,让计算年底的inventory,60元的那批进了80件,当年都卖掉了,所以inventory里肯定不包含进价60的这批货,所以要从50算起。50元这批货当年卖掉了25件,还剩下5件,40元那批货一件都没卖掉,所以年末inventory金额是5件×50元+50件×40元=2250”
我有疑问,为什么最后进的80件货确定都卖掉了?难道不是最后一次卖衣服59件的用LIFO计算的话应该最先扣掉最后一批进货80件里面的存货吗?所以最后剩余的inventory应该是(80-59)*60¥ + 34*40¥