document.write( "Question 220153: Where N is the size of the file in bytes and t is the number of seconds since the download began. in how many minutes will 25 percent of a 500000-byte file remain to be downloaded round to the nearest minute.\r
\n" );
document.write( "\n" );
document.write( "Percent remaining= 100 - (42000 divided by N)t \n" );
document.write( "
Algebra.Com's Answer #165354 by Theo(13342)![]() ![]() You can put this solution on YOUR website! The statement of your problem has a flaw, or I may be mis-reading it. \n" ); document.write( "----- \n" ); document.write( "the formula states: \n" ); document.write( "Percent remaining = 100 - (42000 divided by N)*T \n" ); document.write( "It should state: \n" ); document.write( "Percent Remaining = 100 Percent - (42000 divided by N) * T \n" ); document.write( "----- \n" ); document.write( "It would then state as follows: \n" ); document.write( "Let R = Percent Remaining \n" ); document.write( "Let N = Number of bytes in the original file. \n" ); document.write( "Let T = Time in Seconds \n" ); document.write( "Let X = Transmission Rate per Second. \n" ); document.write( "----- \n" ); document.write( "Your formula would then be: \n" ); document.write( "R = 100% - (X/N)*T \n" ); document.write( "----- \n" ); document.write( "R would equal 25% \n" ); document.write( "X would equal 42000 bytes per second \n" ); document.write( "N would equal 5000000 bytes \n" ); document.write( "T is what we would want to solve for. \n" ); document.write( "----- \n" ); document.write( "Your formula would become: \n" ); document.write( "25% = 100% - (42000/5000000)*T \n" ); document.write( "----- \n" ); document.write( "We would subtract 25% from both sides of this equation and we would add (42000/5000000)*T to both sides of this equation to get: \n" ); document.write( "(42000/5000000)*T = 100% - 25% which would become: \n" ); document.write( ".0084*T = 75% \n" ); document.write( "We would then divide each side of the equation by .042 to get: \n" ); document.write( "T = 75%/.0084 = 8928.571429% seconds \n" ); document.write( "In order to get seconds, we would then have to divide by 100% to get: \n" ); document.write( "T = 89.28571429 seconds. \n" ); document.write( "----- \n" ); document.write( "This is cumbersome and you have to know that you need to divide % seconds by 100% in order to get seconds at the end. \n" ); document.write( "----- \n" ); document.write( "The formula would have been much better stated as: \n" ); document.write( ".25 = 1 - (42000/5000000)*T \n" ); document.write( "----- \n" ); document.write( "Then that conversion at the end would not have been necessary. \n" ); document.write( "----- \n" ); document.write( "Your general formula would then have been: \n" ); document.write( "R = 1 - (X/N)*T \n" ); document.write( "----- \n" ); document.write( "R would equal Percent Remaining / 100% = 25% / 100% which would equal .25 \n" ); document.write( "X would equal 42000 bytes per second \n" ); document.write( "N would equal 5000000 bytes \n" ); document.write( "T is what we would want to solve for and would still be in seconds. \n" ); document.write( "----- \n" ); document.write( "Your Formula would become: \n" ); document.write( ".25 = 1 - (42000/5000000) * T \n" ); document.write( "----- \n" ); document.write( "we would solve for T as before. \n" ); document.write( "----- \n" ); document.write( "T is stated in seconds. \n" ); document.write( "The problem requested minutes. \n" ); document.write( "Divide seconds by 60 seconds per minute to get minutes and your answer becomes: \n" ); document.write( "T = 89.28571429/ 60 = 1.488095238 minutes \n" ); document.write( "----- \n" ); document.write( "To confirm your answer is correct, you would replace your original equation with known values of T and solve to see if it is true. \n" ); document.write( "----- \n" ); document.write( "Your original equation is (after my restatement): \n" ); document.write( "25% = 100% - (42000/5000000)*T \n" ); document.write( "We would replace T with 1.488095238 * 60 = 89.28571429 \n" ); document.write( "Formula would become: \n" ); document.write( "25% = 100% - (42000/5000000)*89.28571429 which would become: \n" ); document.write( "25% = 100% - .75 which would become: \n" ); document.write( "25% = 100% - 75% after we converted .75 to 75% and would finally become: \n" ); document.write( "25% = 25% confirming the number of seconds for T was correct. \n" ); document.write( "----- \n" ); document.write( "Again, however, we had the complication of % in the equation which would have been eliminated had we converted Percent to Rate up front. \n" ); document.write( "----- \n" ); document.write( "Your original equation would then have become: \n" ); document.write( ".25 = 1 - (42000/5000000)*89.28571429 \n" ); document.write( "which would then have become: \n" ); document.write( ".25 = 1 - .75 which would then have become: \n" ); document.write( ".25 = .25 directly without any conversion being necessary. \n" ); document.write( "----- \n" ); document.write( "I haven't seen Percents in equations for some time now. Most of the time they are converted to rates before the equation is solved. This threw me for a little while but I was finally able to figure it out. Hopefully this analysis will help you to understand better as well. \n" ); document.write( "-----\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |