document.write( "Question 1209756: . A construction company purchases a bulldozer for $160.000. Each year the value of the bulldozer depreciates by 20% of its value in the preceding year. Let V, be the value of the bulldozer in the nth year. (Let n = 1 be the year the bulldozer is purchased)\r
\n" );
document.write( "\n" );
document.write( "a) Find the formula for V.\r
\n" );
document.write( "\n" );
document.write( "12 Marks)\r
\n" );
document.write( "\n" );
document.write( "b) In what year will the value of the bulldozer be less than $100.000\r
\n" );
document.write( "\n" );
document.write( "(4 Marks) \n" );
document.write( "
Algebra.Com's Answer #850156 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Here's how to solve this depreciation problem:\r \n" ); document.write( "\n" ); document.write( "**a) Formula for V:**\r \n" ); document.write( "\n" ); document.write( "* **Initial Value:** The bulldozer starts at $160,000. \n" ); document.write( "* **Depreciation Rate:** The bulldozer depreciates by 20% (0.20) each year. \n" ); document.write( "* **Value After 1 Year:** $160,000 * (1 - 0.20) = $160,000 * 0.80 = $128,000 \n" ); document.write( "* **Value After 2 Years:** $128,000 * 0.80 = $160,000 * 0.80 * 0.80 = $160,000 * (0.80)² \n" ); document.write( "* **General Formula:** V(n) = $160,000 * (0.80)^(n-1)\r \n" ); document.write( "\n" ); document.write( "**b) Year When Value is Less Than $100,000:**\r \n" ); document.write( "\n" ); document.write( "We want to find the smallest integer *n* such that V(n) < $100,000.\r \n" ); document.write( "\n" ); document.write( "1. **Set up the inequality:** \n" ); document.write( " $160,000 * (0.80)^(n-1) < $100,000\r \n" ); document.write( "\n" ); document.write( "2. **Divide by 160,000:** \n" ); document.write( " (0.80)^(n-1) < 100,000 / 160,000 \n" ); document.write( " (0.80)^(n-1) < 0.625\r \n" ); document.write( "\n" ); document.write( "3. **Take the logarithm (base 10 or natural log) of both sides:** \n" ); document.write( " log(0.80)^(n-1) < log(0.625) \n" ); document.write( " (n-1) * log(0.80) < log(0.625)\r \n" ); document.write( "\n" ); document.write( "4. **Divide by log(0.80). Note that log(0.80) is negative, so reverse the inequality sign:** \n" ); document.write( " n - 1 > log(0.625) / log(0.80) \n" ); document.write( " n - 1 > -0.2076 / -0.0969 \n" ); document.write( " n - 1 > 2.1424\r \n" ); document.write( "\n" ); document.write( "5. **Add 1 to both sides:** \n" ); document.write( " n > 3.1424\r \n" ); document.write( "\n" ); document.write( "6. **Find the smallest integer:** \n" ); document.write( " Since *n* must be an integer, the smallest value of *n* that satisfies this inequality is *n* = 4.\r \n" ); document.write( "\n" ); document.write( "**Answer:**\r \n" ); document.write( "\n" ); document.write( "a) The formula for V is V(n) = $160,000 * (0.80)^(n-1)\r \n" ); document.write( "\n" ); document.write( "b) The value of the bulldozer will be less than $100,000 in the 4th year. \n" ); document.write( " \n" ); document.write( " |