document.write( "Question 111511: I am completely clueless to even where I begin. Please help!\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Solve: George Lucas pioneered the use of digital movie cameras. Assume that
\n" ); document.write( "his camera has a swappable 80GB hard drive, that it records each pixel in x-bit
\n" ); document.write( "color, that there are 26 frames recorded per second, and that each frame
\n" ); document.write( "recorded is in 1600x1200 resolution.
\n" ); document.write( "a. Create a polynomial function that gives the number of minutes of video that
\n" ); document.write( "can be recordeed before swapping hard drives as a function of x (the number of
\n" ); document.write( "bits used to encode the color of each pixel)
\n" ); document.write( "b. Evaluate this function for x=32 (32-bit true color
\n" ); document.write( "

Algebra.Com's Answer #81324 by solver91311(24713)\"\" \"About 
You can put this solution on YOUR website!
1600 x 1200 resolution means that there are 1600 times 1200 pixels in each frame. And each pixel requires x bits. That means that each frame requires storage for 1920000 times x bits of information. Now we also know that 26 frames are recorded per second and that there are 60 seconds in a minute. So one minute of recording would require 60 * 26 * 1920000 * x bits or 2995200000x bits per minute (bpm).
\n" ); document.write( ":
\n" ); document.write( "An 80GB hard drive has 80 billion bytes of storage capacity. A byte is 8 bits. The normal meaning of billion is \"1000%5E3\", but when you are talking about computer storage, a kilobyte is actually 1024 bytes because everything is based on powers of 2. So a gigabyte is actually \"1024%5E3=1073741824\" and 80 times that is 85,899,345,920 bytes. The total storage capacity in bits is then 8 times that or 687,194,767,360 bits.
\n" ); document.write( ":
\n" ); document.write( "So our relationship is \"Minutes=bits%2Fbpm\" or with our numbers:
\n" ); document.write( "\"M=687194767360%2F2995200000x\"
\n" ); document.write( ":
\n" ); document.write( "for x = 32, \"M=687194767360%2F%282995200000%2A32%29=7.17\"
\n" ); document.write( ":
\n" ); document.write( "If your instructor wants you to use the standard definition of a billion, then change the numerator of the fraction to 8 * 80 * 1,000,000,000 = 640,000,000,000 and your answer should be a little over 6.6 minutes.
\n" ); document.write( "
\n" );