document.write( "Question 543058: Ok i do not understand this question and how to do it so im gnna ask it haha\r
\n" );
document.write( "\n" );
document.write( "A rare postage stamp, originally purchased for $1150, has been increasing in value at a steady rate of n% per year. Write a function that shows the value of the stamp after t years. \n" );
document.write( "
Algebra.Com's Answer #354738 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A rare postage stamp, originally purchased for $1150, has been increasing in value at a steady rate of n% per year. \n" ); document.write( "Write a function that shows the value of the stamp after t years. \n" ); document.write( ": \n" ); document.write( "Convert n% to .01n \n" ); document.write( "Each the year the value will be multiplied by 1.01 to get the increased value \n" ); document.write( "therefore \n" ); document.write( "f(t) = 1150(1.01n)^t \n" ); document.write( " |