The cost of goods sold for Frye Manufacturing in the year was $297,000
The January 1 Finished Goods Inventory balance was $31,600, and the December 31 Finished Goods Inventory balance was $25,600. Calculate the cost of goods manufactured during the year.
A) $322,600
B) $57,200
C) $291,000
D) $6,000
C .C) Cost of goods manufactured = Cost of goods sold + Ending finished goods inventory - Beginning finished goods inventory = $297,000 + $25,600 - $31,600 = $291,000
You might also like to view...
The communication effects of advertisements and ad campaigns are more difficult to measure than the sales and profit effects
Indicate whether the statement is true or false
Equipment is purchased for $40,000. It has an eight-year useful life and a $21,375 residual value. Under the double-declining-balance method, what is the depreciation expense for year 3?
A) $875 B) $1,125 C) $1,375 D) $5,625
Which of the following code fragments would not raise an error?
A. BEGIN LOOP DBMS_OUTPUT.PUT_LINE( lv_cnt_num ); lv_cnt_num := lv_cnt_num + 1; END LOOP; END; B. BEGIN LOOP DBMS_OUTPUT.PUT_LINE( lv_cnt_num ); EXIT WHEN lv_cnt_num >= 5; lv_cnt_num := lv_cnt_num + 1; END; C. BEGIN LOOP DBMS_OUTPUT.PUT_LINE( lv_cnt_num ); EXIT WHEN lv_cnt_num >= 5; lv_cnt_num := lv_cnt_num + 1 END LOOP END D. BEGIN LOOP DBMS_OUTPUT.PUT_LINE( lv_cnt_num ); EXIT WHEN lv_cnt_num >= 5; lv_cnt_num := lv_cnt_num + 1; END LOOP; END;
Remote database connectionsare used to link to another database and to call objects that exist on that database.
Answer the following statement true (T) or false (F)