document.write( "Question 1062990: a doctor instructs a patient to take P pills at regular intervals for N days. How many hours should the patient wait between each pill? \n" ); document.write( "
Algebra.Com's Answer #678003 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a doctor instructs a patient to take P pills at regular intervals for N days. How many hours should the patient wait between each pill? \n" ); document.write( "hrs between = total hours/# of pills \n" ); document.write( "---- \n" ); document.write( "total hours = 24N \n" ); document.write( "------ \n" ); document.write( "Assume he takes 1 pill to begin the sequence. \n" ); document.write( "He then has P-1 pills remaining. \n" ); document.write( "----- \n" ); document.write( "Ans: hrs between = (24N)/(P-1) \n" ); document.write( "------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------------- \n" ); document.write( " |