document.write( "Question 251452: The value of a property declines every year by 6%. Presently, its value is 450,000. What will be its value 2 years from now? \n" ); document.write( "
Algebra.Com's Answer #183170 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! Since it is only two years we can easily calculate it. \n" ); document.write( "n one year it will be worth 100-6=94% \n" ); document.write( ".94*450,000 \n" ); document.write( "the next year \n" ); document.write( ".94*(.94*450,000) \n" ); document.write( " |