document.write( "Question 128093: Jerry recieves a 15% employee discount at the store where he works. If he pays $20.40 for an item, what was the original price of the item? \n" ); document.write( "
Algebra.Com's Answer #93793 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
20.40=X(1-.15)
\n" ); document.write( "20.40=.85X
\n" ); document.write( "X=20.40/.85
\n" ); document.write( "X=$24.00 FOR THE PRICE BEFORE THE DISCOUNT.
\n" ); document.write( "PROOF:
\n" ); document.write( "24.00-(.15*24.00)=20.40
\n" ); document.write( "24.00-3.60=20.40
\n" ); document.write( "20.40=20.40
\n" ); document.write( "
\n" );