document.write( "Question 861420: A vacuum claims to pick up 80% of the dirt every time it is run over the carpet. Assuming this is true, what percent of the original amount is picked up after the seventh time the vacuum is run over the carpet? \n" ); document.write( "
Algebra.Com's Answer #519030 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
x = t * .8^(6)
\n" ); document.write( "x = 0.262144 t
\n" ); document.write( "26.2144 % of the original
\n" ); document.write( "
\n" );