document.write( "Question 115033: I need help solving this word problem:
\n" );
document.write( " The debt on a certain credit card follows the function d=9000*1.015^t where d = debt in $ and t= time in months.\r
\n" );
document.write( "\n" );
document.write( "A)How much debt will be owed in t=6 months?
\n" );
document.write( "B)How long will it take for debt to exceed $15,000?\r
\n" );
document.write( "\n" );
document.write( "I think i have A) here is what i did on it:\r
\n" );
document.write( "\n" );
document.write( "d=9000*1.015^6
\n" );
document.write( "d=$9,840.99\r
\n" );
document.write( "\n" );
document.write( "And i couldnt finish b part but here is where i got:
\n" );
document.write( "$15,000=9,000*1.015^t
\n" );
document.write( "6,000=1.015^t
\n" );
document.write( "I just dont understand how to get the t down from an exponent and finsih it for t! \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Any help is greatly appreciated THANKS! \n" );
document.write( "
Algebra.Com's Answer #83729 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! $15,000=9,000*1.015^t ___ DIVIDING by 9000 gives 5/3=1.015^t\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "taking the logarithm gives log(5/3)=t*log(1.015) ___ (log(5/3))/(log(1.015))=t \n" ); document.write( " |