document.write( "Question 921908: A boat has 2 motors. If the large motor is running, the fuel lasts 2 hours.If the small motor is running, the fuel lasts 4 hours. How long will the fuel last if both motors are running. \n" ); document.write( "
Algebra.Com's Answer #559273 by lwsshak3(11628) ![]() You can put this solution on YOUR website! A boat has 2 motors. If the large motor is running, the fuel lasts 2 hours.If the small motor is running, the fuel lasts 4 hours. How long will the fuel last if both motors are running. \n" ); document.write( "*** \n" ); document.write( "let x=amt of time fuel will last with both motors running \n" ); document.write( "1/x=their fuel burn rate \n" ); document.write( "1/2=fuel burn rate of large motor \n" ); document.write( "1/4=fuel burn rate of small motor \n" ); document.write( ".. \n" ); document.write( "1/2+1/3=1/x \n" ); document.write( "3/4=1/x \n" ); document.write( "x=4/3 \n" ); document.write( "How long will the fuel last if both motors are running? 4/3 hrs \n" ); document.write( " |