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 #185516 by edjones(8007)![]() ![]() You can put this solution on YOUR website! let d=number of days. \n" ); document.write( "77+2d>129 \n" ); document.write( "2d>52 \n" ); document.write( "d>26 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |