document.write( "Question 452923: A hardware manufacturer makes 3 kinds of clamps, A, B, C. The production line makes 20 more C clamps than the total of the other types, and 3 times as many B clamps than type A. The shop must produce 420 clamps per day. How many of each clamp does the factory make daily?
\n" );
document.write( "I'd appreciate it if someone could help me. I can't even to begin to decipher this one. Thanks \n" );
document.write( "
Algebra.Com's Answer #311308 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! A hardware manufacturer makes 3 kinds of clamps, A, B, C. \n" ); document.write( " The production line makes 20 more C clamps than the total of the other types, \n" ); document.write( " and 3 times as many B clamps than type A. \n" ); document.write( "The shop must produce 420 clamps per day. How many of each clamp does the factory make daily? \n" ); document.write( ": \n" ); document.write( "Here's how to decipher this one, write an equation for each statement \n" ); document.write( ": \n" ); document.write( "\"The production line makes 20 more C clamps than the total of the other types,\" \n" ); document.write( "C + 20 = A + B \n" ); document.write( ": \n" ); document.write( "\"and 3 times as many B clamps than type A.\" \n" ); document.write( "B = 3A \n" ); document.write( ": \n" ); document.write( "\"The shop must produce 420 clamps per day.\" \n" ); document.write( "A + B + C = 420 \n" ); document.write( ": \n" ); document.write( "We can replace A+B with C+20 (from the 1st statement) \n" ); document.write( "C + 20 + C = 420 \n" ); document.write( "2C = 420 - 20 \n" ); document.write( "2C = 400 \n" ); document.write( "C = 200 \n" ); document.write( ": \n" ); document.write( "Then we have \n" ); document.write( "A + B = 420 - 200 \n" ); document.write( "A + B = 220 \n" ); document.write( "We know that B = 3A, therefore \n" ); document.write( "A + 3A = 220 \n" ); document.write( "4A = 220 \n" ); document.write( "A = \n" ); document.write( "A = 55 \n" ); document.write( ": \n" ); document.write( "I'll let you find B, check that the solutions add up to 420\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |