document.write( "Question 1115986:
\n" );
document.write( "A television set costing $950 was marked up by 60% of the selling price. During a sale, the item was reduced to $1,662.50. What was the rate of markdown during the sale? \n" );
document.write( "
Algebra.Com's Answer #730932 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A television set costing $950 was marked up by 60% of the selling price. \n" ); document.write( "let x = the selling price \n" ); document.write( "x = 950 + .6x \n" ); document.write( "x - .6x = 950 \n" ); document.write( ".4x = 950 \n" ); document.write( "x = 950/.4 \n" ); document.write( "x = $2375 is the selling price \n" ); document.write( " During a sale, the item was reduced to $1,662.50. \n" ); document.write( "2375 - 1662.5 = 712.50 amt marked down \n" ); document.write( " What was the rate of markdown during the sale? \n" ); document.write( "712.5/2375 * 100 = 30% marked down \n" ); document.write( " |