document.write( "Question 163646: if a pig weighs 20 lbs heavier then a 1/3 of its weight how much does the pig weigh \n" ); document.write( "
Algebra.Com's Answer #120552 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! let w = weight of the pig. \n" ); document.write( "if the pig weighs 20 pounds more than 1/3 of its weight, then \n" ); document.write( "w = 1/3w + 20 \n" ); document.write( "----- \n" ); document.write( "multiply both sides of equation by 3 to get \n" ); document.write( "3w = w + 60 \n" ); document.write( "subtract w from both sides of equation to get \n" ); document.write( "2w = 60 \n" ); document.write( "divide both sides of equation by 2 to get \n" ); document.write( "w = 30 \n" ); document.write( "----- \n" ); document.write( "pig weights 20 pounds more than 1/3 of its weight. \n" ); document.write( "1/3 of its weight is 10. \n" ); document.write( "20 pounds more than that is 30. \n" ); document.write( "pig weighs 30 pounds. \n" ); document.write( " |