document.write( "Question 159797: a bookstore purchased a best selling price at 200 pesos per copy. at what price should this book be sold so that, giving a 20% discount, the profit is 30 %? \n" ); document.write( "
Algebra.Com's Answer #117833 by gonzo(654)\"\" \"About 
You can put this solution on YOUR website!
Cost of the book is 200 pesos.
\n" ); document.write( "Profit will be 30% of the cost.
\n" ); document.write( "Selling Price will be 20% lower than the retail price.
\n" ); document.write( "let C = cost of the book = 200 pesos.
\n" ); document.write( "let R = retail price
\n" ); document.write( "let S = selling price = retail price minus 20% discount = (R-.2*R) = .8*R
\n" ); document.write( "let P = 30% of the cost of the book = 200 * .3 = 60 pesos.
\n" ); document.write( "since selling price minus cost = profit, the equation we are looking for becomes
\n" ); document.write( "P = S - C
\n" ); document.write( "since we know P and C, the equation becomes
\n" ); document.write( "60 = S - 200
\n" ); document.write( "adding 200 to both sides of the equation and it becomes
\n" ); document.write( "60 + 200 = S which becomes
\n" ); document.write( "S = 260
\n" ); document.write( "since the selling price is 80% of the retail price, we need to solve for the retail price. the equation for the retail price is
\n" ); document.write( ".8*R = S
\n" ); document.write( "dividing both sides of the equation by .8 and the equation becomes
\n" ); document.write( "R = S/.8 = 260 / .8 = 325 pesos.
\n" ); document.write( "-----------------------------------------
\n" ); document.write( "we have a solution (retail price is 325 pesos) and we need to prove that it is correct.
\n" ); document.write( "-------------------------------------------
\n" ); document.write( "if the retail price is 325 pesos and we provide a discount of 20% on that, then the selling price will be .8 * 325 = 260 pesos.
\n" ); document.write( "since the cost is 200, the profit is 60 pesos divided by the cost of 200 pesos yields 30% profit over the cost.
\n" ); document.write( "----------------------------------------
\n" ); document.write( "the solution proves to be correct.
\n" ); document.write( "----------------------------------------
\n" ); document.write( "the answer is:
\n" ); document.write( "Retail Price is 325 pesos.
\n" ); document.write( "Selling Price is 260 pesos = 80% of Retail Price.
\n" ); document.write( "Cost is 200 pesos.
\n" ); document.write( "Profit is 60 pesos / Cost = 30%
\n" ); document.write( "
\n" );