document.write( "Question 178369: Five pumpkins are weighed two at a time in all ten sets of two. The weights are recorded as 16, 18,19, 20, 21, 22, 23, 24, 26, and 27 pounds. All individual weights are also intgers. How much does each pumpkin weigh? \n" ); document.write( "
Algebra.Com's Answer #133361 by Mathtut(3670)\"\" \"About 
You can put this solution on YOUR website!
If I understand the setup of this problem correctly...then the answers(weight of each pumkin) are rational numbers not integers.
\n" ); document.write( ":
\n" ); document.write( "let a,b,c,d,e be the weights of each pumpkin
\n" ); document.write( ":
\n" ); document.write( "answers:
\n" ); document.write( ":
\n" ); document.write( "a=13/2
\n" ); document.write( "b=19/2
\n" ); document.write( "c=23/2
\n" ); document.write( "d=25/2
\n" ); document.write( "e=29/2
\n" ); document.write( ":
\n" ); document.write( "to get the value of a:
\n" ); document.write( ":
\n" ); document.write( "a+b=16....eq 1
\n" ); document.write( "a+c=18....eq 2
\n" ); document.write( ":
\n" ); document.write( "c=21-b.....substitute that value into eq 2
\n" ); document.write( ":
\n" ); document.write( "a+b=16....eq 1
\n" ); document.write( "a+(21-b)=18..eq 2 revised
\n" ); document.write( ":
\n" ); document.write( "now add the two equations together
\n" ); document.write( ":
\n" ); document.write( "2a=13
\n" ); document.write( ":
\n" ); document.write( "a=13/2
\n" ); document.write( ":
\n" ); document.write( "with a as an answer you just need to substitute that into the remaining the appropriate equation to find b and just keep following that pattern to find each value.
\n" ); document.write( ":
\n" ); document.write( "a+b=16
\n" ); document.write( "a+c=18
\n" ); document.write( "a+d=19
\n" ); document.write( "a+e=20
\n" ); document.write( "b+c=21
\n" ); document.write( "b+d=22
\n" ); document.write( "b+e=23
\n" ); document.write( "c+d=24
\n" ); document.write( "c+e=26
\n" ); document.write( "d+e=27
\n" ); document.write( "
\n" );