document.write( "Question 940752: Bully has a pail that contains 40 nails and weighs 175 grams. The same pail with 20 nails weighs 95 grams. How much does Bully's pail weigh with no nails in it? How much does each nail weigh? \n" ); document.write( "
Algebra.Com's Answer #573440 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Bully has a pail that contains 40 nails and weighs 175 grams. The same pail with 20 nails weighs 95 grams. How much does Bully's pail weigh with no nails in it? How much does each nail weigh?
\n" ); document.write( "***
\n" ); document.write( "let x=weight of each nail
\n" ); document.write( "let y=weight of pail
\n" ); document.write( "..
\n" ); document.write( "40x+y=175
\n" ); document.write( "20x+y=95
\n" ); document.write( "subtract:
\n" ); document.write( "20x=80
\n" ); document.write( "x=4
\n" ); document.write( "..
\n" ); document.write( "40x+y=175
\n" ); document.write( "40x+2y=190
\n" ); document.write( "subtract:
\n" ); document.write( "y=15
\n" ); document.write( "weight of each nail=4 grams
\n" ); document.write( "weight of pail=15 grams
\n" ); document.write( "
\n" );