document.write( "Question 1174193: The marked price of a pillow is $240. The shop makes a profit of 28% by selling the pillow at a discount of 20%.If the pillow is sold at the marked price, find the profit percent \n" ); document.write( "
Algebra.Com's Answer #799584 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the marked price is 240. \n" ); document.write( "the pillow is sold at a discount of 20% off the marked price. \n" ); document.write( "240 - .2 * 240 = 192. \n" ); document.write( "that's the price the pillow was sold at. \n" ); document.write( "the shop made a profit of 28% over the cost of the pillow. \n" ); document.write( "let x = the cost of the pillow. \n" ); document.write( "your equation to solve is: \n" ); document.write( "x + .28 * x = 192 \n" ); document.write( "combine like terms to get: \n" ); document.write( "1.28 * x = 192 \n" ); document.write( "divide both sides of this equation by 1.28 to get: \n" ); document.write( "x = 192 / 1.28 = 150.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the cost of the pillow was 150. \n" ); document.write( "if the pillow was sold at the marked price of 240, then the profit would have been 240 - 150 = 90. \n" ); document.write( "the profit margin would have been 90 / 150 = .6 * 100 = 60%.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "confirm as follows:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "cost is 150. \n" ); document.write( "1.28 * 150 = 192 \n" ); document.write( "1.60 * 150 = 240 \n" ); document.write( ".8 * 240 = 192\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1.28 * 150 is the same as 150 + .28 * 150 \n" ); document.write( "1.60 * 150 is the same as 150 + .60 * 150 \n" ); document.write( ".8 * 240 is the same as 240 - .2 * 240\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this is done by factoring out the common term in the expression.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "start with 150 + .28 * 150 and factor out the common term of 150 to get (1 + .28) * 150 and simplify the terms in the parentheses to get 1.28 * 150.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "start with 150 + .60 * 150 and factor out the common term of 150 to get (1 + .60) * 150 and simplify the terms in the parentheses to get 1.60 * 150.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "start with 240 - .2 * 240 and factor out the common term of 240 to get (1 - .2) * 240 and simplify the terms in the parentheses to get .8 * 240. \n" ); document.write( " \n" ); document.write( " |