document.write( "Question 739758: At a sale this week, a suit is being sold for $306. This is a 28% discount from the original price. What is the original price? \n" ); document.write( "
Algebra.Com's Answer #451313 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+p+\" = the original price
\n" ); document.write( "\"+306+=+p+-+.28p+\"
\n" ); document.write( "\"+306+=+p%2A%28+1+-+.28+%29+\"
\n" ); document.write( "\"+.72p+=+306+\"
\n" ); document.write( "\"+p+=+306+%2F+.72+\"
\n" ); document.write( "\"+p+=+425+\"
\n" ); document.write( "The original price was $425
\n" ); document.write( "
\n" ); document.write( "
\n" );