document.write( "Question 302178: A snowman weighing 250 pounds begins to melt in the spring. It loses 4% of its weight every day. How many full days will pass before it weighs less than 100 pounds?\r
\n" );
document.write( "\n" );
document.write( "a 17 b 22 c 23 d 27 e 45
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #216709 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A snowman weighing 250 pounds begins to melt in the spring. It loses 4% of its weight every day. How many full days will pass before it weighs less than 100 pounds? \n" ); document.write( "---- \n" ); document.write( "weight = 250(0.96)^x \n" ); document.write( "--- \n" ); document.write( "250(0.96)^x<100 \n" ); document.write( "(0.96)^x < 2/5 \n" ); document.write( "---- \n" ); document.write( "x < [log(2/5)]/[log(0.96)} \n" ); document.write( "x < 22.47 \n" ); document.write( "--- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================= \n" ); document.write( "a 17 b 22 c 23 d 27 e 45 \n" ); document.write( " \n" ); document.write( " |