document.write( "Question 37792: A tank contains gallons of water. Each day one-third of the water in the tank is removed and not replaced. How much water remains in the tank at the end of 6 days?\r
\n" );
document.write( "\n" );
document.write( "i tried doing this a few times and im not getting the right answer. I think you write it like this: a=5832(1/3)^(6-1) right? \n" );
document.write( "
Algebra.Com's Answer #23389 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Well, you're close.\r \n" ); document.write( "\n" ); document.write( "If 1/3 is removed, 2/3 is what's left. \n" ); document.write( "Therefore, if 5832 gallons were originally there, \n" ); document.write( "x0 = 5832 \n" ); document.write( "x1 = 5832(2/3) (after 1 day) \n" ); document.write( "x2 = 5832(2/3)(2/3) (after 2 days) \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "x6 = 5832(2/3)^6 (after 6 days) = \n" ); document.write( "512 \n" ); document.write( " |