document.write( "Question 1208925: The price of a pair of sneakers was $100 for the last 10 months of last year. On
\n" );
document.write( "January first, the price increased 30%. After the price increase, an employee
\n" );
document.write( "bought these sneakers with a 10% employee discount. What price did the employee
\n" );
document.write( "pay?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #847451 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Working problems involving successive price increases and decreases using addition for price increases and subtraction for price decreases is slow and inefficient, because you have to do separate calculations to find the price after each increase or decrease. \n" ); document.write( "Working the problems using multiplication, you can account for all the increases and decreases in a single calculation. \n" ); document.write( "In your problem (for example), a price increase of 30% is a multiplication of the price by a factor of 100%+30% = 130%, or 1.3; a price decrease by 10% is a multiplication of the price by a factor of 100%-10% = 90%, or 0.9. Then the final price is the original price, multiplied by 1.3, and then multiplied by 0.9. \n" ); document.write( "(100)(1.3)(0.9) = 100(1.17) = 117 \n" ); document.write( "ANSWER: $117 \n" ); document.write( " \n" ); document.write( " |