document.write( "Question 1185630: I have a word problem here and I having trouble figuring out the let statements and equations to solve the problem. The word problem is:\r
\n" );
document.write( "\n" );
document.write( "A boat has two motors, one large and one small. If only the large motor is running. a tank of fuel lasts 2 h. If only the small motor is running, the tank of fuel lasts 4 h.\r
\n" );
document.write( "\n" );
document.write( "How long will the fuel last if both motors are running? \n" );
document.write( "
Algebra.Com's Answer #816475 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The question as posted asks the student to use an appropriate \"let\" statement and equation(s) to solve the problem. The number asked for is the number of hours the tank of fuel will last if both motors are running, so that is the logical choice for the variable. \n" ); document.write( "Let x = # of hours the tank of fuel lasts if both motors are running. \n" ); document.write( "This is a variation of a standard \"working together\" problem; the standard algebraic solution method is to work with the fractions of the job the two workers do individually and together. For this problem, the \"job\" is emptying the fuel tank. \n" ); document.write( "1/4 = fraction of the job the small motor does in 1 hour \n" ); document.write( "1/2 = fraction of the job the large motor does in 1 hour \n" ); document.write( "1/x = fraction of the job the two motors together do in 1 hour \n" ); document.write( "Logically, then, the equation for solving the problem says the fraction of the job done in 1 hour is the sum of the fractions of the job done by each motor in 1 hour: \n" ); document.write( " \n" ); document.write( "Start solving the equation by multiplying everything by the least common denominator, 4x: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "ANSWER: The two motors running together take 4/3 hours, or 1 1/3 hours, or 1 hour 20 minutes, to empty the fuel tank \n" ); document.write( " \n" ); document.write( " |