document.write( "Question 421465: A local retailer is selling all $35 area rugs at 25% off. Lorena is buying an area rug and has a coupon for an additional 10% off sale price. What will Lorena pay for a rug? Show all work \n" ); document.write( "
Algebra.Com's Answer #294316 by Theo(13342)    You can put this solution on YOUR website! retail price of rugs is $35.00\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "25% off gets the price down to $35 - .25*$35 = $26.25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "additional 10% off sale price gets it down to $26.25 - .10*$26.25 = $23.625\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you first multiply the retail price by (1-.25) = .75\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you then multiply the sale price by (1-.10) = .9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can the whole thing into one operation as follows:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "$35 * .75 * .9 = $23.625\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "  |