document.write( "Question 245332: machine A can fill a gallon container in 7 minutes while machine B can fill the same container in 5 minutes. create an equation and determine how long it would take if they filled the container at the same time. \n" ); document.write( "
Algebra.Com's Answer #179239 by dabanfield(803) ![]() You can put this solution on YOUR website! Let T be the time is takes to fill the 1 gallon tank with both machines.\r \n" ); document.write( "\n" ); document.write( "The formula for filling the tank is the combined machine filling rate times the time T. \r \n" ); document.write( "\n" ); document.write( "The rate for machine A is one gallon in 7 minutes or 1/7 gal/min \n" ); document.write( "The rate for machine B is one gallon in 5 minutes or 1/5 gal/min\r \n" ); document.write( "\n" ); document.write( "The combined filling rate for A and B then is (1/7 + 1/5) gal/min\r \n" ); document.write( "\n" ); document.write( "If it takes T minutes to fill the 1 gallon tank with both machines we have\r \n" ); document.write( "\n" ); document.write( "1 = T*(1/7 + 1/5) \n" ); document.write( "1 = T/7 + T/5 \n" ); document.write( "1 = (5T+7T)/35 \n" ); document.write( "35 = 12T \n" ); document.write( "T = 35/12 minutes \n" ); document.write( " |