document.write( "Question 1179402: A person buys 5 pairs of gloves for every coat. Altogether the person spent $2475,
\n" );
document.write( "and gloves costed $45/pair while coats were $600 each. How many gloves and coats
\n" );
document.write( "were purchased? \n" );
document.write( "
Algebra.Com's Answer #808940 by greenestamps(13216) You can put this solution on YOUR website! \n" ); document.write( "Mentally, in a few seconds, using estimation.... \n" ); document.write( "4 coats would cost $2400, leaving only $75 for the gloves; that's not enough. \n" ); document.write( "So try 3 coats for $1800; that means 5*3=15 pairs of gloves for 15($45)=$675, making the total $2475. That's it.... \n" ); document.write( "Algebraically.... \n" ); document.write( "let x be the number of coats \n" ); document.write( "then 5x is the number of pairs of gloves \n" ); document.write( "The total cost is $2475: \n" ); document.write( " \n" ); document.write( "Solve using basic algebra; I leave that to you. \n" ); document.write( " \n" ); document.write( " |