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)![]() ![]() 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 \n" ); document.write( ": \n" ); document.write( "So our relationship is \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "for x = 32, \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( " |