document.write( "Question 45067: Please help to show work.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "A business purchses a piece of equipment for $25,000. After 5 years, the equipment will be worth only $5,000. Write a linear equation that gives the value, V, of the equipment during the five years. \n" );
document.write( "
Algebra.Com's Answer #29895 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! P(0,25000) and P(5,5000) \n" ); document.write( "M = (y2 - y1)/(x2 - x1) = (25000 - 5000)/(0 - 5) = 20000/-5 = -4000 \n" ); document.write( "y = -4000x + 25000 \n" ); document.write( " |