document.write( "Question 210020: can you help me I dont get this if there are 1024 bytes a kilobyte write an expression that describes the number of bytes in a computer chip with n kilobytes \n" ); document.write( "
Algebra.Com's Answer #158728 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! An example would be easier to see: \n" ); document.write( "Say you have a new memory chip and it has 8192 bytes \n" ); document.write( "then, the number of kilobytes would be \n" ); document.write( "8192/1024 = 8 kilobytes \n" ); document.write( ". \n" ); document.write( "So, let's say \n" ); document.write( "n = number of bytes in your computer chip \n" ); document.write( "then \n" ); document.write( "n/1024 is the number of kilobytes \n" ); document.write( " |