document.write( "Question 320847: Ian bought a pair of jeans at the regular price. When the jeans went on sale, he purchased 3 more pairs that were $5 off the regular price. He spent a total of $50 for 4 pairs of jeans. \n" ); document.write( "
Algebra.Com's Answer #229789 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let regular price be $x \n" ); document.write( "discounted price = x-5 \n" ); document.write( "3 will cost 3(x-5) \n" ); document.write( ".. \n" ); document.write( "3(x-5)+x= 50 \n" ); document.write( "3x-15+x=50 \n" ); document.write( "4x=65 \n" ); document.write( "x=16.25 regular price of jeans\r \n" ); document.write( "\n" ); document.write( "CHECK \n" ); document.write( "16.25 + 11.25*3=50\r \n" ); document.write( "\n" ); document.write( "Where is the question? \n" ); document.write( " |