document.write( "Question 798483: This is a arithmetic sequence\r
\n" );
document.write( "\n" );
document.write( "A museum purchases a painting for $15,000 the painting increases in value each year by 10 percent of the original price. What is the value of the painting after 10 years? \n" );
document.write( "
Algebra.Com's Answer #482227 by mananth(16946)![]() ![]() You can put this solution on YOUR website! first term a=15000\r \n" ); document.write( "\n" ); document.write( "d= 10% 0f 15000= -1500 ( decreasing)\r \n" ); document.write( "\n" ); document.write( "n= 10\r \n" ); document.write( "\n" ); document.write( "T10 = 15000+(10-1)*-1500\r \n" ); document.write( "\n" ); document.write( "=15000-13500\r \n" ); document.write( "\n" ); document.write( "=1500\r \n" ); document.write( "\n" ); document.write( "Value after 10 years = 1500 \n" ); document.write( " |