document.write( "Question 641207: I need to see how to work this problem:
\n" );
document.write( "On Friday Clothiers sold some jeans at $25 and shirts at $18 Receipts total $441
\n" );
document.write( "Sat. both items priced at $20 each sold exactly the same number of each item and had receipts of $420, how many pairs of jeans and how many shirts were sold each day? \n" );
document.write( "
Algebra.Com's Answer #403578 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! On Friday Clothiers sold some jeans at $25 and shirts at $18 Receipts total $441 \n" ); document.write( "Sat. both items priced at $20 each sold exactly the same number of each item and had receipts of $420, how many pairs of jeans and how many shirts were sold each day? \n" ); document.write( "** \n" ); document.write( "let x=no. of jeans sold each day \n" ); document.write( "let y=no. of shirts sold each day \n" ); document.write( "..\r \n" ); document.write( "\n" ); document.write( "25x+18y=441 (Friday) \n" ); document.write( "20x+20y=420 (Saturday) \n" ); document.write( ".. \n" ); document.write( "multiply 1st equation by 4: \n" ); document.write( "100x+72y=1764 \n" ); document.write( "multiply 2nd equation by 5: \n" ); document.write( "100x+100y=2100 \n" ); document.write( "subtract 2nd equation from 1st equation \n" ); document.write( "-28y=-336 \n" ); document.write( "y=12 \n" ); document.write( "20x=420-20y=420-240=180 \n" ); document.write( "x=180/20=9 \n" ); document.write( "no. of jeans sold each day=9 \n" ); document.write( "no. of shirts sold each day=12 \n" ); document.write( " |