document.write( "Question 178858: One turkey weighs 3 pounds less than twice another. If the heavier turkey weights 29 pounds, how much does the lighter turkey weigh? \n" ); document.write( "
Algebra.Com's Answer #133804 by EMStelley(208)\"\" \"About 
You can put this solution on YOUR website!
Let's call the other turkey's weight w. Then \"one turkey weighs 3 pounds less than twice another\" is like saying that turkey weighs 2w-3. The assumption has to be made that the heavier turkey is 2w-3, so
\n" ); document.write( "2w-3=29
\n" ); document.write( "2w=32
\n" ); document.write( "w=16
\n" ); document.write( "
\n" );