document.write( "Question 1034226: Sally is buying a new phone. The sales price of the phone is 230 dollars and the percent discount is 25%. What was the original price of the phone? \n" ); document.write( "
Algebra.Com's Answer #648816 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+p+\" = the original price
\n" ); document.write( "of the phone
\n" ); document.write( "\"+p+-+.25p+=+230+\"
\n" ); document.write( "\"+.75p+=+230+\"
\n" ); document.write( "\"+p+=+230%2F.75+\"
\n" ); document.write( "\"++p+=+306.67+\"
\n" ); document.write( "The original price was $306.67
\n" ); document.write( "
\n" );