document.write( "Question 787260: A file on a computer hard drive consists of 5000 data records each 128 bytes long.
\n" );
document.write( "The computer can process 1 kilobyte of data in 100 milliseconds. Use the binary definition of a kilobyte to find the number of seconds to process the entire file. \n" );
document.write( "
Algebra.Com's Answer #804452 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! 5000 * 128/1024 = 625 kb of data\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "625 * 100/1000 = 62.5 seconds to process \n" ); document.write( " |