document.write( "Question 126487: A computer is infected with the Sasser virus. Assume that it infects 20 other computers within 5 minutes; and that these PCs and servers each infect 20 more machines within another five minutes, etc. How long until 100 million computers are infected? \n" ); document.write( "
Algebra.Com's Answer #92692 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
let x=\"time in minutes\" __ 20^(x/5)=100000000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(x/5)log(20)=log(100000000) __ x/5=8/log(20) __ x=40/log(20)
\n" ); document.write( "
\n" );