document.write( "Question 759722: The normal healing of wounds can be modeled by an exponential function. If A0 represents the original area of the wound and if A equals the area of the would after n days, then the formula below describes the area of a wound on the nth day following an injury when no infection is present to retard the healing.\r
\n" );
document.write( "\n" );
document.write( " A = A_0e^-0.36n \r
\n" );
document.write( "\n" );
document.write( "Suppose that a wound initially had an area of 100 square millimeters.\r
\n" );
document.write( "\n" );
document.write( "1.If healing is taking place, how long will it be before the wound is exactly one-half its original size?
\n" );
document.write( "2.How long will it be before the wound is exactly 10% of its original size?\r
\n" );
document.write( "\n" );
document.write( "I cant figure out how to calculate this i dont understand A_0 \n" );
document.write( "
Algebra.Com's Answer #462207 by Cromlix(4381) You can put this solution on YOUR website! hi there, \n" ); document.write( "Normally the equation would be laid out like this: \n" ); document.write( "A(t) = A(o)e^-0.36t \n" ); document.write( "A(t) = time after the event has taken place. \n" ); document.write( "A(o) = time at the start of the event.\r \n" ); document.write( "\n" ); document.write( "1) How long before wound is half its size \n" ); document.write( " A(t) = A(o)e^-0.36t \n" ); document.write( " 50 = 100 e^-0.36t \n" ); document.write( " 50/100 = e^-0.36t \n" ); document.write( " 0.5 = e^-0.36t \n" ); document.write( "Take loge of both sides. \n" ); document.write( "-0.36t comes in front \n" ); document.write( " loge 0.5 = -0.36t loge e (loge e = 1) \n" ); document.write( " loge 0.5 = -0.36t \n" ); document.write( "loge 0.5/-0.36 = t \n" ); document.write( " t = 1.9 or 2 days. \n" ); document.write( "2) 10% of its original size \n" ); document.write( "10% of 100 = 10 \n" ); document.write( "A(t) = A(o)e^-0.36t \n" ); document.write( "10 = 100e^-0.36t \n" ); document.write( "10/100 = e^-0.36t \n" ); document.write( " 0.1 = e^-0.36t \n" ); document.write( "Take loge of both sides \n" ); document.write( "-0.36t comes in front \n" ); document.write( "loge 0.1 = -0.36t loge e \n" ); document.write( " loge 0.1/-0.36 = t \n" ); document.write( " t = 6.39days. \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |