document.write( "Question 858558: a buisness had $10,000 profit in 2000. then the profit increased by 8% each year for the next 10 years. write a function that models the profit in dollars over time \n" ); document.write( "
Algebra.Com's Answer #517250 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
\"+P+=+10000%2A%28+1+%2B+.08+%29%5E10+\"
\n" ); document.write( "-----------
\n" ); document.write( "After 10 yrs, the profit totals
\n" ); document.write( "\"+P+=+10000%2A2.158925+\"
\n" ); document.write( "\"+P+=+2158925+\"
\n" ); document.write( "$21,589.25
\n" ); document.write( "
\n" );