document.write( "Question 902265: if something goes 20% off and the total is 220 whats the original price? \n" ); document.write( "
Algebra.Com's Answer #547204 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
P - .20P = 220
\n" ); document.write( "P(1-.20) = 220
\n" ); document.write( "P = 220/(1-.20)
\n" ); document.write( "P = \"220%2F.80\"
\n" ); document.write( "
\n" );