document.write( "Question 999708: A particular style of sunglasses costs the retailer
\n" );
document.write( "$70 per pair. At what price should the retailer mark them so he can sell them at a 10% discount off the selling price and still make 35% profit on his cost?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #617276 by Theo(13342)![]() ![]() You can put this solution on YOUR website! cost = 70 \n" ); document.write( "he wants to make 35% profit on the cost. \n" ); document.write( "this means he needs to sell them at 70 + .35 * 70 = 94.5 per pair.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if he wants to mark them so that 94.5 is the price after a 10% discount, then he needs to do the following:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let x = the markup price.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x - .10*x = 94.5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify to get .90 * x = 94.5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "divide both sides of this equation by .9 to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 94.5 / .9 = 105.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "he needs to mark them up to 105.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "he then sells them at a 10% discount for .90 * 105 = 94.5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when he sell them at 94.5, his profit margin is (94.5 - 70) / 70 = 24.5 / 70 = .35 which is the same as 35%.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |