document.write( "Question 996069: Jim and his dad are bricklayers. Jim can lay bricks for a fireplace and chimney in 5 days. With his father's help he can build it in 2 days. How long would it take his father to build it alone? \n" ); document.write( "
Algebra.Com's Answer #614665 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Jim and his dad are bricklayers. Jim can lay bricks for a fireplace and chimney in 5 days. \n" ); document.write( "With his father's help he can build it in 2 days. \n" ); document.write( " How long would it take his father to build it alone? \n" ); document.write( ": \n" ); document.write( "let d = time required by Dad working alone \n" ); document.write( "let the completed job = 1 \n" ); document.write( ": \n" ); document.write( "A typical \"shared work\" equation \n" ); document.write( " \n" ); document.write( "multiply equation by 5d \n" ); document.write( "5d* \n" ); document.write( "Cancel the denominators and we have \n" ); document.write( "2d + 5(2) = 5d \n" ); document.write( "10 = 5d - 2d \n" ); document.write( "10 = 3d \n" ); document.write( "d = 10/3 \n" ); document.write( "d = 3 |