document.write( "Question 1187529: Hello, I am currently doing work on some exponential and logarithmic problems. I am stuck on a word problem and don't understand how to even begin. Please help me solve the following problem:\r
\n" );
document.write( "\n" );
document.write( "A computer purchased for $750 loses 11% of its value every year.\r
\n" );
document.write( "\n" );
document.write( "The computer's value can be modeled by the function v(t)=a⋅b^t, where v is the dollar value and t the number of years since purchase.\r
\n" );
document.write( "\n" );
document.write( "A) In the exponential model a= ___ and b = ___\r
\n" );
document.write( "\n" );
document.write( "B) In how many years will the computer be worth half its original value? Round answer to 1 decimal place. The answer is ___ years\r
\n" );
document.write( "\n" );
document.write( "Thank you!\r
\n" );
document.write( "\n" );
document.write( "-Diana \n" );
document.write( "
Algebra.Com's Answer #818534 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the computer is purchased for 750. \n" ); document.write( "it loses 11% of its value each year. \n" ); document.write( "the function you are using is: \n" ); document.write( "v(t) = a * b^t \n" ); document.write( "a would be the original amount = 750 \n" ); document.write( "b would be the rate that it is growing. \n" ); document.write( "if it shrinking, than b will be less than 1. \n" ); document.write( "you are given that it loses 11% of its value each year. \n" ); document.write( "11% is equal to .11. \n" ); document.write( "11 is the rate percent. \n" ); document.write( ".11 is the rate. \n" ); document.write( "rate percent / 100 = rate \n" ); document.write( "rate * 100 = rate percent. \n" ); document.write( "since it is losing 11% of its value then it is growing by a rate of (1 minus .11) = .89 \n" ); document.write( "the formula becomes v(t) = 750 * .89 ^ t\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you want to know how many years it will take for it to lose half its value. \n" ); document.write( "replace v(t) with 750/2 to get: \n" ); document.write( "750/2 = 750 * .89 ^ t \n" ); document.write( "if you divide both sides of that equation by 750, you will get: \n" ); document.write( "(750/2)/750 = .89 ^ t \n" ); document.write( "simplify that to get: \n" ); document.write( "375/750 = .89 ^ t \n" ); document.write( "simplify further to get: \n" ); document.write( ".5 = .89^t\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to solve for t, take the log of both sides of the equation to get: \n" ); document.write( "log(.5) = log(.89^t) \n" ); document.write( "by one of the laws of logs, log(.89^t) = t * log(.89) \n" ); document.write( "equation becomes: \n" ); document.write( "log(.5) = t * log(.89 \n" ); document.write( "solve for t to get: \n" ); document.write( "t = log(.5) / log(.89) \n" ); document.write( "use your calculator to get: \n" ); document.write( " = 5.948034681.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "confirm by replacing t in our original equation with that value to get: \n" ); document.write( "375 = 750 * .89 ^ 5.948034681. \n" ); document.write( "evaluate to get: \n" ); document.write( "375 = 750 * .5 = 375. \n" ); document.write( "this confirms the solution is correct.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your solution is that t = 5.948034681\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "here's a reference on logarithm arithmetic.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "https://www.purplemath.com/modules/logrules.htm\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "there is a formula that i use that is more informative. \n" ); document.write( "the formula is f = p * (1 + r) ^ n \n" ); document.write( "f is the future value \n" ); document.write( "p is the present value \n" ); document.write( "r is the interest rate per time period \n" ); document.write( "(1 + r) is the growth rate per time period \n" ); document.write( "n is the number of time periods.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your formula was v(t) = a * b ^ t \n" ); document.write( "your a corresponds to my p \n" ); document.write( "your b corresponds to my growth rate.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you had used my formula, then: \n" ); document.write( "p = 750 \n" ); document.write( "r = -.11 \n" ); document.write( "1 + r = 1 - .11 = .89 \n" ); document.write( "f = 375\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula would have become 375 = 750 * .89 ^ n \n" ); document.write( "the growth rate is per year \n" ); document.write( "n is in years. \n" ); document.write( "your time periods are therefore in years.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you would have solve for n the same way. \n" ); document.write( "375 = 750 * .89 ^ n becomes: \n" ); document.write( "375/750 = .89 ^ n \n" ); document.write( "you would then take the log of both sides of the equation to get: \n" ); document.write( "log(375/750) = log(.89^n) which would become: \n" ); document.write( "log(375/750) = n * log(.89) which would become: \n" ); document.write( "n = log(375/750) / log(.89) which would get you the same answer.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "hopefully this helps. \n" ); document.write( "let me know if you have any questions.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "theo\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |