document.write( "Question 1209555: Victoria goes to a store and buys an item that costs xx dollars. She has a coupon for 40% off, and then a 5% tax is added to the discounted price. Write an expression in terms of xx that represents the total amount that Victoria paid at the register. \n" ); document.write( "
Algebra.Com's Answer #849417 by greenestamps(13198)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "It is a very bad practice in algebra to use \"xx\" as a \"variable\" to represent a number. \"xx\" in algebra means x times x. \n" ); document.write( "So let's use just \"x\" to represent the original price. \n" ); document.write( "(1) Get 40% off --> the price gets multiplied by (100-40) = 60%, or 0.6. \n" ); document.write( "(2) 5% tax is added to the discounted price --> the discounted price gets multiplied by (100+5) = 105%, or 1.05. \n" ); document.write( "The amount that Victoria paid: \n" ); document.write( "(x)(0.6)(1.05) = 0.63x \n" ); document.write( "ANSWER: 0.63x \n" ); document.write( " \n" ); document.write( " |