document.write( "Question 267103: A certain kind of animal weighs about 79 pounds at birth and gains about 2 pounds per day for the first few weeks. Determine those days for which the animal's weight is more than 133 pounds.
\n" );
document.write( "The animal's weight is more than 125 pounds when the animal is more than ______ days old.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #196084 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! y=79+2x \n" ); document.write( "133 < 79+2x \n" ); document.write( "54 < 2x \n" ); document.write( "27 < x \n" ); document.write( "125 < 79+2x \n" ); document.write( "46 < 2x \n" ); document.write( "23 < x \n" ); document.write( " \n" ); document.write( " |