document.write( "Question 1165066: A hardcover book is marked down to $15.60 once the book comes out in paperback. If this is the new price after a 35% markdown, determine the original price. \n" ); document.write( "
Algebra.Com's Answer #789519 by Boreal(15235) You can put this solution on YOUR website! original price was x \n" ); document.write( "new price is 0.65x \n" ); document.write( "0.65x=$15.60 \n" ); document.write( "x=$24.00 original price \n" ); document.write( " |