document.write( "Question 1143323: Even after giving a discount of 12%, an article was
\n" ); document.write( "sold at a profit of 10%. By what percentage the marked
\n" ); document.write( "price was more than the cost price?
\n" ); document.write( "

Algebra.Com's Answer #764114 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
let x = the marked up price.
\n" ); document.write( "the sale price is 12% off of marked up price = x = .12 * x = .88 * x.
\n" ); document.write( "the profit is 10% of the cost.
\n" ); document.write( "let p = the profit and c = the cost.
\n" ); document.write( "then p = .10 * c.
\n" ); document.write( "profit is equal to revenue minus cost = .88 * x - c.
\n" ); document.write( "therefore p = .88 * x - c and also p = .10 * c.
\n" ); document.write( "you get .10 * c = .88 * x - c
\n" ); document.write( "add c to both sides of this equation to get:
\n" ); document.write( "1.10 * c = .88 * x
\n" ); document.write( "solve for c to get:
\n" ); document.write( "c = .88 * x / 1.10 = .8 * x.
\n" ); document.write( "the marked price is equal to x and the cost is equal to .8 * x.
\n" ); document.write( "the ratio of the marked price to the cost is x / .8 * x = 1.25 * x
\n" ); document.write( "this means that the marked price is 25% higher than the cost.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "let's see if this makes sense.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "assume the cost is 100.
\n" ); document.write( "the marked price is 25% higher than the cost = 125.
\n" ); document.write( "the article is sold at a 12% discount from the marked price.
\n" ); document.write( "the sale price is therefore .88 * 125 = 110
\n" ); document.write( "the profit ratio is equal to the (sale price minus the cost) divided by the cost = (110 - 100) / 100 = 10 / 100 = 10%\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "i think this looks good.
\n" ); document.write( "the marked price is 25% higher than the cost.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );