document.write( "Question 361862: A bookstore purchased a best selling price book at 200.00 per copy. At what price should this book b sold so that, giving a 20% discount, the profit is 30%. \n" ); document.write( "
Algebra.Com's Answer #257991 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
(200+x).8=200*1.3
\n" ); document.write( "160+.8x=260
\n" ); document.write( ".8x=260-160
\n" ); document.write( ".8x=100
\n" ); document.write( "x=100/.8
\n" ); document.write( "x=125
\n" ); document.write( "200+125=325 is the selling price before the 20% discount.
\n" ); document.write( "Proof:
\n" ); document.write( "(200+125).8=200*1.3
\n" ); document.write( "325*.8=260
\n" ); document.write( "260=260
\n" ); document.write( "
\n" );