document.write( "Question 940319: Jai is shopping for jeans and finds a style she likes so much that she may buy more than one pair. The jeans cost $50 each and are on sale for 30% off. Write an expression for the sale price of the jeans in such a way that the original price is evident. Then,write a function rule for the expression and simplify it. Use this function to find out how much money it will cost if Jai buys 4 pairs. \n" ); document.write( "
Algebra.Com's Answer #573102 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+s+\" = sales price
\n" ); document.write( "Let \"+p+\" = original price
\n" ); document.write( "Let \"+n+\" = number of jeans he buys
\n" ); document.write( "------------------------
\n" ); document.write( "\"+s+=+n%2A%28+p+-+.3p+%29+\"
\n" ); document.write( "\"+s%28n%2Cp%29+=+n%2A%28+.7p+%29+\"
\n" ); document.write( "\"+s%28n%2Cp%29+=+.7n%2Ap+\"
\n" ); document.write( "-----------------
\n" ); document.write( "\"+n+=+4+\"
\n" ); document.write( "\"+p+=+50+\"
\n" ); document.write( "\"+s%284%2C50%29+=+.7%2A4%2A50+\"
\n" ); document.write( "\"+s%284%2C50%29+=+140+\"
\n" ); document.write( "It cost him $140\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );