document.write( "Question 304992: A certain scale for weighing food registers only weights above 6 pounds . a person who wanted to know the weight of 1 package each of chicken , beef, and turkey weighed every possible pair of these packages and got the following results.\r
\n" ); document.write( "\n" ); document.write( "The chicken and the beef weighed 7 pounds
\n" ); document.write( "The chicken and the turkey weighed 8 pounds
\n" ); document.write( "The beef and the turkey weighed 9 pounds
\n" ); document.write( "What is the weight of the package of turkey?\r
\n" ); document.write( "\n" ); document.write( "A 2 pounds b 3 pounds c 4 pounds d 5 pounds e 6 pounds \r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #218438 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
c+b=7,
\n" ); document.write( "c+t=8,
\n" ); document.write( "b+t=9
\n" ); document.write( "c=8-t
\n" ); document.write( "b=9-t
\n" ); document.write( "sub in the first equation
\n" ); document.write( "8-t+9-t=7
\n" ); document.write( "17-7=2t
\n" ); document.write( "10=2t
\n" ); document.write( "5=t
\n" ); document.write( "b=4 c=3
\n" ); document.write( "
\n" ); document.write( "
\n" );