document.write( "Question 231155: Some doctors use the formula ND=1.08T to relate the variables N(the number of patient appoinments thr doctor schedules in one day, D(the duration of each patient appointment), and T( the total number of minutes the doctor can use to see patients in one day). A: Solve the formula for N
\n" );
document.write( " B: Use the result to find the number of patient appointments N a doctor should make if she has 6 hours available for patients and each appointment is 15 minutes long. (round answer to the nearest whole number). \n" );
document.write( "
Algebra.Com's Answer #171105 by user_dude2008(1862)![]() ![]() ![]() You can put this solution on YOUR website! A) \r \n" ); document.write( "\n" ); document.write( "ND=1.08T \n" ); document.write( "N=(1.08T)/D\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "B)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "N=(1.08T)/D \n" ); document.write( "N=(1.08*6)/0.25 \n" ); document.write( "N=(6.48)/0.25 \n" ); document.write( "N=25.92\r \n" ); document.write( "\n" ); document.write( "rounds to 26....Answer: doctor can see about 26 patients \n" ); document.write( " |