document.write( "Question 1115011: A patient is prescribed a medication.
\n" );
document.write( "The patient is to take a dose of 200 mg every day at 6:00 a.m. The dose is taken by injection so that its effect is immediate.
\n" );
document.write( "The body processes the medication such that every 24 hours, 40% of the medication is eliminated by the body, meaning that 60% of the medication remains.\r
\n" );
document.write( "\n" );
document.write( "1. Create a mathematical model that will allow you to determine the amount of medicine in the body immediately after the injection each day. Make sure that your model accurately reproduces the results from the table above.\r
\n" );
document.write( "\n" );
document.write( "2. This medication is considered “safe” if its level in the body never exceeds 500 mg. Use your model to determine whether this medication is safe.\r
\n" );
document.write( "\n" );
document.write( "3. This medication becomes “effective” when its level never falls below 260 mg. On which day is this medication first considered effective. (Remember, the level is at its lowest immediately before the daily injection.\r
\n" );
document.write( "\n" );
document.write( "( I just need help understanding the problem, I'm not sure how to start... there's more questions to this page but there are too many. Please if I could get the basics on how to model the problems. Thank you. \n" );
document.write( "
Algebra.Com's Answer #729935 by ikleyn(52790)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "Very 1-st day, 6:00 am after injection 200\r\n" ); document.write( "\r\n" ); document.write( " 2-nd day, 6:00 am after injection 200 + 0.6*200\r\n" ); document.write( "\r\n" ); document.write( " 3-rd day, 6:00 am after injection 200 + 0.6*200 + 0.6^2*200\r\n" ); document.write( "\r\n" ); document.write( " 4-th day, 6:00 am after injection 200 + 0.6*200 + 0.6^2*200 + 0.6^3*200\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Do you see the pattern ?\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "For a long time \"after\" (many days after) the accumulated amount at 6:00 am after injection = ( approximately equal but slightly less than )\r\n" ); document.write( "\r\n" ); document.write( " = the sum of the infinite geometric progression with the first term of 200 mg and the common ratio of 0.6 = \r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "=\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Having this model and the numbers, you are now in position to make your own conclusions.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |