The following code is trying to invoke the FPU.  What value…

The following code is trying to invoke the FPU.  What value will be printed once the code finishes executing? program FPU1;#include( “stdlib.hhf” );static    x : real32;    y : real32;    answer : real32;begin FPU1;  stdout.put( “Gimme x: ” );  stdin.get( x );  stdout.put( “Gimme y: ” );  stdin.get( y ); finit(); fldpi( );         fld( x );         fld( y );       fld( y );              fmul();       fmul(); fsub();          fstp( answer );   stdout.put( answer );end FPU1;

A company purchased a mine at a cost of $1,500,000. It expec…

A company purchased a mine at a cost of $1,500,000. It expects to mine 2,000,000 tons of ore from this mine. The salvage value of the mine is expected to be $250,000. If 150,000 tons of ore are mined and sold during the first year, the journal entry to record the depletion is:

Craigmont uses the allowance method to account for uncollect…

Craigmont uses the allowance method to account for uncollectible accounts. Its year-end unadjusted trial balance shows Accounts Receivable of $104,500 and sales of $925,000. If uncollectible accounts are estimated to be 0.5% of sales, what is the amount of the bad debts expense adjusting entry?