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)\"\" \"About 
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 = \"%28-70%29%2F%28-5%29\" = 14.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer.  14 jeans of the brand A and the rest 32-14 = 18 jeans of the brand B.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Check.  14*30 + 18*35 = 1050.   ! Correct !\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );