document.write( "Question 1146030: Calc 2 Problem:\r
\n" );
document.write( "\n" );
document.write( "The rate at which sugar dissolves in water is proportional to the amount that remains. Suppose that 10 lb of sugar is placed in a container of water at 1:00pm and one half is dissolved at 4:00pm.\r
\n" );
document.write( "\n" );
document.write( "a) Find a formula for the amount of sugar remaining in the container after t hours. How long will it take to have 3 lb of sugar remaining?\r
\n" );
document.write( "\n" );
document.write( "b) How much of the 10 lb will remain in the container at 8:00pm? \n" );
document.write( "
Algebra.Com's Answer #767334 by Theo(13342) You can put this solution on YOUR website! a formula that can be used is f = p * (1 + r) ^ n \n" ); document.write( "f is the future value \n" ); document.write( "p is the present value \n" ); document.write( "r is the rate per time period \n" ); document.write( "n is the number of time periods.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in this problem: \n" ); document.write( "f = 5 \n" ); document.write( "p = 10 \n" ); document.write( "r = what you want to find \n" ); document.write( "n = 3 hours\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "formula becomes 5 = 10 * (1 + r) ^ 3 \n" ); document.write( "divide both sides of this formula by 10 to get .5 = (1 + r) ^ 3 \n" ); document.write( "take the third root of both sides of this equation to get .5 ^ (1/3) = 1 + r \n" ); document.write( "subtract 1 from both sides of this equation to get .5 ^ (1/3 - 1 = r \n" ); document.write( "solve for r to get r = -.206299474.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "replace r in the original equation with that to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".5 = (1 - .206299474) ^ 3 = .5 \n" ); document.write( "this confirms the value of r is correct.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in t hours, when r = -.206299474 and p = 10 and f = 3, the formula of f = p * (1 + r) ^ n becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3 = 10 * (1 - .206299474) ^ t \n" ); document.write( "divide both sides by 10 to get: \n" ); document.write( "3/10 = (1 - .206299474) ^ t \n" ); document.write( "take the log of both sides to get: \n" ); document.write( "log(3/10) = log(1 - .206299474) ^ t) \n" ); document.write( "by log rules, this becomes: \n" ); document.write( "log(3/10) = t * log(1 - .206299474) \n" ); document.write( "divide both sides by log(1 - .206299474) to get: \n" ); document.write( "log(3/10) / log(1 - .206299474) = t \n" ); document.write( "solve for t to get: \n" ); document.write( "t = 5.2108967682\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "replce t in the original equation to get: \n" ); document.write( "3 = 10 * (1 - .206299474) ^ 5.2108967683 = 3 \n" ); document.write( "this confirms the number of time periods is correct. \n" ); document.write( "the 10 pounds of undissolved sugar will be reduced to 3 in that number of hours.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if the sugar is placed in the container at 1:00 pm, then at 8:00 pm, the number of hours it has been in the container is 7 hours.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula becomes f = 10 * (1 - .06299474) ^ 7 \n" ); document.write( "solve for f to get: \n" ); document.write( "f = 1.984251315 \n" ); document.write( "that's how much sugar has not been dissolved in 7 hours.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |