document.write( "Question 158984: Help, I am confused!!!\r
\n" );
document.write( "\n" );
document.write( "I have to solve the following problem involving applications of polynomials:\r
\n" );
document.write( "\n" );
document.write( "George Lucas pioneered the use of digital movie cameras with the most recent Star Wars film. Assume that Lucas's camera has a swappable 80 GB hard drive, that it records each pixel in x-bit color, that there are 26 frames recorded per second, and that each frame is recorded in 1600 x 1200 resolution.\r
\n" );
document.write( "\n" );
document.write( "I. Create a polynomial function that gives the number of minutes of video that can be recorded before swapping in a new hard drive, as a function of x (the number of bits used to encode the color of each pixel)\r
\n" );
document.write( "\n" );
document.write( "II. Evaluate this function for x=32 (32-bit true color) \n" );
document.write( "
Algebra.Com's Answer #117263 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! here's what i have. \n" ); document.write( "--------- \n" ); document.write( "80 GB hard drive equals 80 * 10^9 bytes (not bits) capacity. \n" ); document.write( "since there are 8 bits per byte, the hard drive capacity in bits would then be \n" ); document.write( "80*8*10^9 Gb hard drive capacity (Gb = 1 gigabit; GB = 1 gigabyte) \n" ); document.write( "if you let C = capacity of the hard drive in Gb, then \n" ); document.write( "C = 80*8*10^9 \n" ); document.write( "C = 6.4 * 10^11 \n" ); document.write( "--------------- \n" ); document.write( "1200 x 1600 resolution per frame equals 1.92 * 10^6 pixels per frame since the number of pixels per frame is calculated by taking 1200 and multiplying it by 1600. \n" ); document.write( "if you let P = pixels and F = frame, then \n" ); document.write( "P/F = 1.92*10^6 \n" ); document.write( "------------------ \n" ); document.write( "there are 26 frames per second in a video picture. \n" ); document.write( "if you let S = seconds, then \n" ); document.write( "S = 26*F \n" ); document.write( "----------------- \n" ); document.write( "if you want to know how many frames in a minute, you would take the number of frames per second and multiply it by 60. \n" ); document.write( "if you let M = minutes, then \n" ); document.write( "M = 60*S = 60*26*F \n" ); document.write( "------------------ \n" ); document.write( "x-bit color refers to the number of bits that are used per pixel to represent color. \n" ); document.write( "2-bit color means 2 bits per pixel. \n" ); document.write( "32-bit color means 32 bits per pixel. \n" ); document.write( "x-bit color means x bits per pixel. \n" ); document.write( "----------------------- \n" ); document.write( "if you want to know how many bits per frame you would take pixels per frame and multiply it by the number of bits per pixel. \n" ); document.write( "let B/P = number of bits per pixel. \n" ); document.write( "B/P = x \n" ); document.write( "let B/F = (P/F)*(B/P) \n" ); document.write( "from above, P/F = 1.92*10^6 \n" ); document.write( "from here, B/P = x \n" ); document.write( "B/F = 1.92*10^6*x \n" ); document.write( "--------------------------- \n" ); document.write( "if you want to know how many bits per minute, you would take bits per frame and multiply it by number of frames per second and multiply that by 60 seconds. \n" ); document.write( "B/F = 1.92*10^6*x \n" ); document.write( "let B/M = bits per minute \n" ); document.write( "B/M = B/F*(F/S)*60 \n" ); document.write( "B/F = 1.92*10^6*x \n" ); document.write( "F/S = 26 \n" ); document.write( "B/M = 1.92*10^6*x*26*60*x \n" ); document.write( "B/M = 2.9952*10^9*x \n" ); document.write( "--------------------------------------- \n" ); document.write( "formula for number of minutes of video that can be stored on the hard drive becomes C / (B/M) \n" ); document.write( "6.4 * 10^11 / 2.9952*10^9*x = 213.6752137/x \n" ); document.write( "answer is 213.6752135/x minutes of video. \n" ); document.write( "-------------------------------------------- \n" ); document.write( "if you let x = 32 bits, then number of minutes of videos becomes \n" ); document.write( "213.6752137/32 = 6.677350427 minutes of video at 32 bits per pixel. \n" ); document.write( "----------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |