document.write( "Question 1027348: Bob and Joan working together can weed a garden in 6 hours. Working alone, Joan takes 3x as long as Bob. How long does it take Bob to weed the garden alone?\r
\n" );
document.write( "\n" );
document.write( "(1/x) + (1/3x) + (6/1) 3x \r
\n" );
document.write( "\n" );
document.write( "3hrs? \n" );
document.write( "
Algebra.Com's Answer #642542 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Bob and Joan working together can weed a garden in 6 hours. \n" ); document.write( "let bob take x hours to complete the job alone \n" ); document.write( "Bob does 1/x of the job in 1 hour\r \n" ); document.write( "\n" ); document.write( " Working alone, Joan takes 3x as long as Bob. \r \n" ); document.write( "\n" ); document.write( "Joan does 1/3x of the job in 1 hour\r \n" ); document.write( "\n" ); document.write( "1/x + 1/3x = 1/6\r \n" ); document.write( "\n" ); document.write( "solve\r \n" ); document.write( "\n" ); document.write( "4/3x = 1/6 \n" ); document.write( "4=x/2\r \n" ); document.write( "\n" ); document.write( "x= 8\r \n" ); document.write( "\n" ); document.write( "Bob takes 8 hours to do the job alone\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |