document.write( "Question 898094: A coat goes on sale for 30% off the original price. If the sale price is $48, find the original price. \n" ); document.write( "
Algebra.Com's Answer #544546 by FlalwlessSayan(1)\"\" \"About 
You can put this solution on YOUR website!
Let the original price be X$
\n" ); document.write( ".: 30% of X =48
\n" ); document.write( "or, X = 48/(30%)
\n" ); document.write( "or, X = 48/0.3
\n" ); document.write( "or, X = 160
\n" ); document.write( " So, the original price of the coat is 160$.
\n" ); document.write( "
\n" );