document.write( "Question 1010129: A manufacturer lists a coat at $800, with discounts of 45%, 10% and 5%. What price does the retail store pay for the coat? \n" ); document.write( "
Algebra.Com's Answer #625602 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
\"+x+\" = price the store paid for coat
\n" ); document.write( "\"+.55x+\" is the list price after 1st discount
\n" ); document.write( "\"+.9%2A.55x+\" = list price after 2nd discount
\n" ); document.write( "\"+.95%2A.9%2A.55x+\" = list price after 3rd discount
\n" ); document.write( "\"+.95%2A.9%2A.55x+=+800+\"
\n" ); document.write( "\"+.47025x+=+800+\"
\n" ); document.write( "\"+x+=+1701.22+\"
\n" ); document.write( "The price the store paid was $1,701.22
\n" ); document.write( "
\n" ); document.write( "
\n" );