document.write( "Question 1023855: Find the original price of a suit if the sale price is $46
\n" );
document.write( "after a 20% discount. Round to two decimal places. \n" );
document.write( "
Algebra.Com's Answer #639365 by Cromlix(4381) You can put this solution on YOUR website! Hi there, \n" ); document.write( "100% - 20% = 80% \n" ); document.write( "80% = $46 \n" ); document.write( "1% = 46/80 \n" ); document.write( "100% = 46/80 x 100 \n" ); document.write( "100% = $57.50 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |