某企业2006年营业收入净额为36000万元,流动资产平均余额为4000万元,若该企业2006年的总资产周转天数为120天,假定公司只有流动资产和固定资产,没有其他资产,则固定资产平均余额为( )万元。
A.8000
B.6000
C.7000
D.9000
正确答案是A
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/282294.html
上一篇:曾在《大公报》和长城电影公司任职的查良镛于l959年在香港创办《明报》,不久又创办《明报周刊》和《明报月刊》,他本人除擅长写社评外,还在报纸上发表了大量
下一篇:#include < iostream > using namespace std; class A { private: int X, Y; public : A ( int myx, int myy) { X = myx; Y = myy ;} void show ( ) { cout << "X =" << X << " Y = " << Y << endl;} <
#include < iostream > using namespace std; class A { private: int X, Y; public : A ( int myx, int myy) { X = myx; Y = myy ;} void show ( ) { cout << "X =" << X << " Y = " << Y << endl;} <