document.write( "Question 244886: A box containing 40 nails weighs 175 grams. The same box with 20 nails weighs 95 grams. What is the sum of the weight of the box and one nail?\r
\n" ); document.write( "\n" ); document.write( "(A) 4 (B) 9.5 (C) 15 (D) 19 (E) 69.7
\n" ); document.write( "

Algebra.Com's Answer #179034 by jsmallt9(3758)\"\" \"About 
You can put this solution on YOUR website!
Let n = the weight of a nail
\n" ); document.write( "Let b = the weight of the box
\n" ); document.write( "Then
\n" ); document.write( "40n + b = 175
\n" ); document.write( "20n + b = 95

\n" ); document.write( "We now have a system of two equations in two variables. There is a large variety of methods to solve this:
  • Graphing
  • Substitution
  • Elimination/Linear Combination/Addition
  • Cramer's Rule
  • and a variety of matrix-based methods

\n" ); document.write( "This system is solved fairly easily with either the Substitution or Linear Combination methods. I'll use the later:
\n" ); document.write( "Subtract the second equation from the first which results in:
\n" ); document.write( "20n = 80
\n" ); document.write( "Divide by 20
\n" ); document.write( "n = 4
\n" ); document.write( "Use this value in one of the original equations to find b:
\n" ); document.write( "40(4) + b = 175
\n" ); document.write( "160 + b = 175
\n" ); document.write( "b = 15

\n" ); document.write( "This makes the sum: 4 + 15 = 19. Answer: D.
\n" ); document.write( "
\n" );