document.write( "Question 1020273: A delivery company allows packages to weigh a maximum of 52 pounds. You packed a box that can still weigh 17 more pounds. Write an equation to find how many pounds your box weighs. \n" ); document.write( "
Algebra.Com's Answer #636234 by fractalier(6550)    You can put this solution on YOUR website! Call its weight, x. Then we write \n" ); document.write( "x + 17 = 52 (It could be written as an inequality too --> x + 17 <= 52) \n" ); document.write( "Now we subtract 17 from both sides and get \n" ); document.write( "x = 35 pounds \n" ); document.write( "  |