document.write( "Question 182404: an item is discounted 20%. Then another 10% discount is given on the new price. What percent of the original price is the final price?\r
\n" );
document.write( "\n" );
document.write( "how would i set this up. \n" );
document.write( "
Algebra.Com's Answer #136895 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! an item is discounted 20%. Then another 10% discount is given on the new price. What percent of the original price is the final price? \n" ); document.write( "how would i set this up. \n" ); document.write( "---------------------------- \n" ); document.write( "Let the original price be \"x\". \n" ); document.write( "After the 1st discount the price is 0.8x \n" ); document.write( "After the 2nd discount the price is 0.9(0.8x) = 0.72x \n" ); document.write( "------------------------- \n" ); document.write( "So the final price percent discount is 28% \n" ); document.write( "============================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |