document.write( "Question 207881This question is from textbook College Algebra and Trigonometry
\n" );
document.write( ": How do you solve a logarithmic word problem of this nature.
\n" );
document.write( "LAW A lawyer has determined that the number of people P(t)in a city of 1,200,000 people who have been exposed to a news item after t days is given by the function P(t)=1,200,000(1-e^-0.03t)\r
\n" );
document.write( "\n" );
document.write( "a. How many days after major crime has been reported have 40% of the population heard of the crime?
\n" );
document.write( "b. A defense lawyer knows it will be very difficult to pick an unbiased jury after 80% of the population have heard of the crime. After how many days will 80% of the population have heard of the crime? \n" );
document.write( "
Algebra.Com's Answer #157250 by Theo(13342)![]() ![]() You can put this solution on YOUR website! A lawyer has determined that the number of people P(t)in a city of 1,200,000 people who have been exposed to a news item after t days is given by the function P(t)=1,200,000(1-e^-0.03t) \n" ); document.write( "----- \n" ); document.write( "PROBLEM A \n" ); document.write( "----- \n" ); document.write( "a. How many days after major crime has been reported have 40% of the population heard of the crime? \n" ); document.write( "----- \n" ); document.write( "p(t) = 1,200,000 * (1-e^(-.03*t) \n" ); document.write( "---- \n" ); document.write( "when 40% of the population hear of the crime, this means that p(t) = 480,000 \n" ); document.write( "----- \n" ); document.write( "formula becomes: \n" ); document.write( "480,000 = 1,200,000 * (1-e^(-.03*t) \n" ); document.write( "----- \n" ); document.write( "remove the parentheses to get: \n" ); document.write( "480,000 = 1,200,000 - (1,200,000) * (e^(-.03*t)) \n" ); document.write( "----- \n" ); document.write( "subtract 1,200,000 from both sides of the equation to get: \n" ); document.write( "-720,000 = -(1,200,000) * (e^(-.03*t)) \n" ); document.write( "----- \n" ); document.write( "divide both sides of the equation by (-1,200,000) to get: \n" ); document.write( "(-720,000)/(-1,200,000) = e^(-.03*t)) \n" ); document.write( "----- \n" ); document.write( "this becomes: \n" ); document.write( ".6 = e^(-.03*t)) \n" ); document.write( "----- \n" ); document.write( "the equation is now in a form that you can solve using logarithms. \n" ); document.write( "you can use LOG function of your calculator or LN function of your calculator. \n" ); document.write( "it doesn't matter which. \n" ); document.write( "you'll get the same either way. \n" ); document.write( "we'll use the LOG function of the calculator. \n" ); document.write( "---- \n" ); document.write( "take the log of both sides of this equation to get: \n" ); document.write( "log(.6) = log(e^(-.03*t)) \n" ); document.write( "by the laws of logarithms, this becomes: \n" ); document.write( "log(.6) = (-.03*t) * (log(e)) \n" ); document.write( "----- \n" ); document.write( "divide both sides of this equation by log(e) to get: \n" ); document.write( "log(.6)/log(e) = -.03*t \n" ); document.write( "this becomes: \n" ); document.write( "-.03*t = -.510825624 \n" ); document.write( "----- \n" ); document.write( "since our exponent for e is -.03*t we'll leave the answer as is for now and just use that answer to verify that we have the right number for the exponent of e. \n" ); document.write( "----- \n" ); document.write( "the equation we are trying to solve is: \n" ); document.write( "480,000 = 1,200,000 * (1-e^(-.03*t) \n" ); document.write( "substituting -.510825624 for -.03*t, that equation becomes: \n" ); document.write( "480,000 = 1,200,000 * (1 - e^(-.510825624)) \n" ); document.write( "using the calculator to find e^(-.510825624) our equation becomes: \n" ); document.write( "480,000 = 1,200,000 * (1 - .6) which becomes: \n" ); document.write( "480,000 = 1,200,000 * (.4) which becomes: \n" ); document.write( "480,000 = 480,000 proving that the exponent we calculated was good. \n" ); document.write( "----- \n" ); document.write( "we still haven't answered the question though. \n" ); document.write( "that question was how many days which is represented by t. \n" ); document.write( "----- \n" ); document.write( "since we know that -.03*t = -.510825624 then we can solve for t by getting: \n" ); document.write( "t = (-.510825624) / (-.03) = 17.02752079 \n" ); document.write( "----- \n" ); document.write( "our answer is that 40% of the population will have read about the crime in 17.02752079 days which rounds down to 17 days. \n" ); document.write( "----- \n" ); document.write( "PROBLEM B \n" ); document.write( "----- \n" ); document.write( "b. A defense lawyer knows it will be very difficult to pick an unbiased jury after 80% of the population have heard of the crime. After how many days will 80% of the population have heard of the crime? \n" ); document.write( "----- \n" ); document.write( "problem b can be solved using the same method as in problem a. \n" ); document.write( "only the numbers will change. \n" ); document.write( "----- \n" ); document.write( "----- \n" ); document.write( "p(t) = 1,200,000 * (1-e^(-.03*t) \n" ); document.write( "---- \n" ); document.write( "when 80% of the population hear of the crime, this means that p(t) = 600,000 \n" ); document.write( "----- \n" ); document.write( "formula becomes: \n" ); document.write( "960,000 = 1,200,000 * (1-e^(-.03*t) \n" ); document.write( "----- \n" ); document.write( "remove the parentheses to get: \n" ); document.write( "960,000 = 1,200,000 - (1,200,000) * (e^(-.03*t)) \n" ); document.write( "----- \n" ); document.write( "subtract 1,200,000 from both sides of the equation to get: \n" ); document.write( "-240,000 = -(1,200,000) * (e^(-.03*t)) \n" ); document.write( "----- \n" ); document.write( "divide both sides of the equation by (-1,200,000) to get: \n" ); document.write( "(-720,000)/(-1,200,000) = e^(-.03*t)) \n" ); document.write( "----- \n" ); document.write( "this becomes: \n" ); document.write( ".2 = e^(-.03*t)) \n" ); document.write( "----- \n" ); document.write( "the equation is now in a form that you can solve using logarithms. \n" ); document.write( "you can use LOG function of your calculator or the LN function of your calculator. \n" ); document.write( "it doesn't matter which. \n" ); document.write( "you'll get the same either way. \n" ); document.write( "we'll use the LN function of the calculator this time, just to be different. \n" ); document.write( "LN means natural logarithms which are taken to the base e. \n" ); document.write( "LOG means common logarithms which are taken to the base 10. \n" ); document.write( "---- \n" ); document.write( "take the natural log of both sides of this equation to get: \n" ); document.write( "ln(.2) = ln(e^(-.03*t)) \n" ); document.write( "by the laws of logarithms, this becomes: \n" ); document.write( "ln(.2) = (-.03*t) * (ln(e)) \n" ); document.write( "----- \n" ); document.write( "divide both sides of this equation by ln(e) to get: \n" ); document.write( "ln(.2)/ln(e) = -.03*t \n" ); document.write( "this becomes: \n" ); document.write( "-.03*t = -1.609437912 \n" ); document.write( "----- \n" ); document.write( "since our exponent for e is -.03*t we'll leave the answer as is for now and just use that answer to verify that we have the right number for the exponent of e. \n" ); document.write( "----- \n" ); document.write( "the equation we are trying to solve is: \n" ); document.write( "960,000 = 1,200,000 * (1-e^(-.03*t) \n" ); document.write( "substituting -1.609437912 for -.03*t, that equation becomes: \n" ); document.write( "960,000 = 1,200,000 * (1 - e^(-1.609437912)) \n" ); document.write( "using the calculator to find e^(-1.609437912) our equation becomes: \n" ); document.write( "960,000 = 1,200,000 * (1 - .2) which becomes: \n" ); document.write( "960,000 = 1,200,000 * (.8) which becomes: \n" ); document.write( "960,000 = 960,000 proving that the exponent we calculated was good. \n" ); document.write( "----- \n" ); document.write( "we still haven't answered the question though. \n" ); document.write( "that question was how many days which is represented by t. \n" ); document.write( "----- \n" ); document.write( "since we know that -.03*t = -1.609437912 then we can solve for t by getting: \n" ); document.write( "t = (-1.609437912) / (-.03) = 53.64793041 \n" ); document.write( "----- \n" ); document.write( "our answer is that 80% of the population will have read about the crime in 53.64793041 days which rounds up to 54 days. \n" ); document.write( "----- \n" ); document.write( " \n" ); document.write( " |