document.write( "Question 230765: Yeah it is lil' ole me again...you folks are wonderful! I wish I was as intellengent as you are...what a gift!\r
\n" );
document.write( "\n" );
document.write( "The fax corp. bought a fax machine for $700 the fax machine depriciates at a rate of %25 a month.\r
\n" );
document.write( "\n" );
document.write( "Find a function F that can be used to determine the value of the fax machine t months after purchase.\r
\n" );
document.write( "\n" );
document.write( "F(t)= ? \n" );
document.write( "
Algebra.Com's Answer #170976 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The fax corp. bought a fax machine for $700 the fax machine depreciates at a rate of %25 a month. \n" ); document.write( "Find a function F that can be used to determine the value of the fax machine t months after purchase. \n" ); document.write( ": \n" ); document.write( "F(t)= 700 * (1-.25)^t, where t is the time in months \n" ); document.write( ": \n" ); document.write( "That's quite a bit of depreciation, in two years it would worth about 70 cents \n" ); document.write( " |