document.write( "Question 976086: I know there is alot of similar questions, but I couldn't find the answer to this challenge offered by my teacher..\r
\n" );
document.write( "\n" );
document.write( "Nick can paint a fence by himself in 6 hours. When he works with his brother James they can paint a fence in 4 hours. How long would it take James to paint a fence by himself? \n" );
document.write( "
Algebra.Com's Answer #597745 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Nick can paint a fence by himself in 6 hours. When he works with his brother James they can paint a fence in 4 hours. How long would it take James to paint a fence by himself? \n" ); document.write( "----------------- \n" ); document.write( "Nick paints 1/6 of a fence per hour. \n" ); document.write( "James takes J hours --> he paints 1/J of a fence per hour. \n" ); document.write( "---- \n" ); document.write( "Together, they paint 1/6 + 1/J per hour = 1/4 per hour \n" ); document.write( "1/6 + 1/J = 1/4 \n" ); document.write( "(J + 6)/6J = 1/4 \n" ); document.write( "J + 6 = 6J/4 \n" ); document.write( "6J = 4J + 24 \n" ); document.write( "2J = 24 \n" ); document.write( "J = 12 hours \n" ); document.write( " \n" ); document.write( " |