document.write( "Question 41534: Please explain. The price in dollars (p) minus a 15% discount is $3.40. Find p. \n" ); document.write( "
Algebra.Com's Answer #26831 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
\"p+-+.15p+=+3.4\" Original
\n" ); document.write( "\"p%281+-+.15%29+=+3.4\" This way we can determine the percentage used of the price to get $3.4
\n" ); document.write( "\".85p+=+3.4\" This means only 85% of the price would be $3.40
\n" ); document.write( "\"p+=+3.4%2F.85\"
\n" ); document.write( "\"p+=+4\"
\n" ); document.write( "
\n" );