document.write( "Question 241924: Batman and Robin working together can capture the Joker in 3 hours. It takes Robin, working alone, 1 more hour than Batman to capture the Joker. Find how long it takes Robin to capture the Joker working alone and how ling it takes Batman to capture the joker working alone. \n" ); document.write( "
Algebra.Com's Answer #177133 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Batman and Robin working together can capture the Joker in 3 hours. It takes Robin, working alone, 1 more hour than Batman to capture the Joker. Find how long it takes Robin to capture the Joker working alone and how ling it takes Batman to capture the joker working alone. \n" ); document.write( ". \n" ); document.write( "Let x = hours it takes Batman to work alone \n" ); document.write( "then \n" ); document.write( "x+1 = hours it takes Robin to work alone \n" ); document.write( ". \n" ); document.write( "3(1/x + 1/(x+1)) = 1 \n" ); document.write( "3(x+1 + x) = x(x+1) \n" ); document.write( "3(2x+1) = x(x+1) \n" ); document.write( "6x+3 = x^2+x \n" ); document.write( "0 = x^2+x-6x-3 \n" ); document.write( "0 = x^2-5x-3 \n" ); document.write( "Solving using the quadratic equation we get: \n" ); document.write( "x = {5.5414, -0.5414} \n" ); document.write( "We can toss out the neg answer leaving: \n" ); document.write( "x = 5.5414 hours (time it takes Batman working alone) \n" ); document.write( ". \n" ); document.write( "Robin: \n" ); document.write( "x+1 = 5.5414+1 = 6.5414 hours \n" ); document.write( ". \n" ); document.write( "Details of quadratic: \n" ); document.write( "
|