document.write( "Question 892278: A pair of jeans is on sale for 25% off the original price. Write an expression that represents the sale price? If the original price of the jeans is $40, evaluate the expression to find thew sale price. \n" ); document.write( "
Algebra.Com's Answer #540445 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+p+\" = the original price
\n" ); document.write( "Let \"+s+\" = the sale price
\n" ); document.write( "\"+s+=+p+-+.25p+\"
\n" ); document.write( "\"+s+=+.75p+\"
\n" ); document.write( "--------------
\n" ); document.write( "\"+p+=+40+\"
\n" ); document.write( "\"+s+=+.75p+\"
\n" ); document.write( "\"+s+=+.75%2A40+\"
\n" ); document.write( "\"+s+=+30+\"
\n" ); document.write( "$30
\n" ); document.write( "
\n" ); document.write( "
\n" );