document.write( "Question 253238: A certain kind of animal weighs about 77 pounds at birth and gains about two pounds per day for the first few weeks. Determine the days for which the animal's weight is more than 129 pounds. \n" ); document.write( "
Algebra.Com's Answer #185515 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! Animal starts at 77 and gains 2 pounds per week. Let W = number of weeks and A = animal weight. We get an equation of: \n" ); document.write( "A = 2W + 77 \n" ); document.write( "we want Animal weight > 129, so, we get \n" ); document.write( " \n" ); document.write( "step 1 - subtract 77 to get \n" ); document.write( " \n" ); document.write( "divide by 2 to get \n" ); document.write( " \n" ); document.write( "after 27 weeks, the animal will weigh more than 126 pounds. \n" ); document.write( " |