document.write( "Question 1112178: A store sold 32 pairs of jeans for a total of $1050. Brand A sold for $30 per pair,
\n" );
document.write( "And brand B for $35 per pair. How many of each brand was sold? \n" );
document.write( "
Algebra.Com's Answer #727188 by ikleyn(52865) You can put this solution on YOUR website! \n" ); document.write( ". \n" ); document.write( " \r\n" ); document.write( "Let x be the number of the jeans sold of the brand A.\r\n" ); document.write( "\r\n" ); document.write( "Then the number of those of the brand B is (32-x).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Your \"money\" equation is \r\n" ); document.write( "\r\n" ); document.write( "30x + 35*(32-x) = 1050.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Simplify and solve for x.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "30x + 1120 - 35x = 1050\r\n" ); document.write( "\r\n" ); document.write( "-5x = 1050 - 1120 = -70 ====> x =\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |