document.write( "Question 581768: After 10% discount has been given the discounted cost of a coat is $765. What was the original cost of the coat?\r
\n" );
document.write( "\n" );
document.write( "how do i work this out? \n" );
document.write( "
Algebra.Com's Answer #371803 by nerdybill(7384) You can put this solution on YOUR website! After 10% discount has been given the discounted cost of a coat is $765. What was the original cost of the coat? \n" ); document.write( ". \n" ); document.write( "Let x = original cost of coat \n" ); document.write( "then \n" ); document.write( "x - .10x = 765 \n" ); document.write( "x(1 - .10) = 765 \n" ); document.write( "x(.90) = 765 \n" ); document.write( "x = 765/.90 \n" ); document.write( "x = $850 \n" ); document.write( " |