document.write( "Question 214832: A dress boutique was trying to sell a formal dress that no one seemed to want. The dress was first marked down by 20% off the original price, but no one bought it. Next, it was marked down 25% more off the first sale price, but still no one would buy it. Finally, it was offered for 30% off the second sale price, and someone purchased it for $63. What was the original price of the dress?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #162315 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! You want the price % not the discount %, so a series of division \n" ); document.write( "63/.70=90/.75=120/.80=$150 \n" ); document.write( " |