document.write( "Question 503686: The price of a house decreased from $200,000 to $150,000 in one year. What is the percent decrease? \n" ); document.write( "
Algebra.Com's Answer #339365 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Percentage change = (newPrice - oldPrice)/oldPrice \n" ); document.write( ". \n" ); document.write( "150-200/200 = -50/200 \n" ); document.write( ". \n" ); document.write( "-50/200*100 = percent \n" ); document.write( ". \n" ); document.write( "-50/200*100 = -25% \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |