document.write( "Question 1058055: A yeast manufacturer finds that the yeast will grow exponentially at a rate of 13.7% per hour. How many kilograms of yeast must the manufacturer start with to obtain 500 kg at the end of 8 h? \n" ); document.write( "
Algebra.Com's Answer #673133 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A yeast manufacturer finds that the yeast will grow exponentially at a rate of 13.7% per hour. \n" ); document.write( " How many kilograms of yeast must the manufacturer start with to obtain 500 kg at the end of 8 h? \n" ); document.write( ": \n" ); document.write( "Let A = amt of yeast required to accomplish this \n" ); document.write( " A * (1.137)^8 = 500 \n" ); document.write( "using a calc, find 1.137^8 \n" ); document.write( " A * 2.793 = 500 \n" ); document.write( " A = \n" ); document.write( " A = 179 kg of yeast to start with \n" ); document.write( " |