document.write( "Question 784478: To treat arrhythmia (irregular heartbeat), a drug is fed intravenously into the bloodstream. Suppose that the concentration c of the drug after t hours is given by
\n" );
document.write( "c = 3.5t/(t + 1)
\n" );
document.write( " mg/L. If the minimum therapeutic level is 1.5 mg/L, determine when this level is exceeded. (Give your answer as an inequality in terms of t.) \n" );
document.write( "
Algebra.Com's Answer #477113 by edjones(8007)![]() ![]() You can put this solution on YOUR website! 3.5t/(t+1)>1.5 \n" ); document.write( "3.5t>1.5(t+1) \n" ); document.write( "3.5t>1.5t+1.5 \n" ); document.write( "2t>1.5 \n" ); document.write( "t>.75 hr \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |