If net cash flows from operating activities total $104,000, purchases of plant assets total $30,000, dividends total $12,000, and sales of plant assets total $17,000, the free cash flow equals

a. $79,000.
b. $163,000.
c. $105,000.
d. $45,000.


A

Business

You might also like to view...

Why should firms avoid too much democratization of innovation?

What will be an ideal response?

Business

The sale or transfer of accounts receivable to raise funds is called

a. discounting. b. collateralizing. c. pledging. d. factoring.

Business

Cost is the economic sacrifice made to acquire goods or services

Indicate whether the statement is true or false

Business

Which of the following code fragments would not raise an error?

A. DECLARE       v_amt1 number(5,2);       v_amt2 number(3,0); BEGIN       v_amt1 :=  32.50;       v_amt2 :=  ROUND(v_amt1)       DBMS_OUTPUT.PUT_LINE(v_ amt2); END; B. DECLARE       v_amt1 number(5,2);       v_amt2 number(3,0); BEGIN       v_amt1 :=  32.50;       v_amt2 :=  ROUND(v_amt1,1);       DBMS_OUTPUT.PUT_LINE(v_ amt2); END; C. DECLARE       v_amt1 number(5,2);       v_amt2 number(3,0); BEGIN       v_amt1 :=  32.50;       v_amt2 :=  ROUND v_amt1, 2;       DBMS_OUTPUT.PUT_LINE(v_ amt2); END; D. DECLARE       v_amt1 number(5,2);       v_amt2 number(3,0); BEGIN       v_amt1 :=  32.50;       v_amt2 :=  ROUND[v_amt1,0];       DBMS_OUTPUT.PUT_LINE(v_ amt2); END;

Business