document.write( "Question 172994: A painter can paint a room three hours less than an apprentice. Together they can pain the room in two hours. How long will it take the apprentice working alone to paint the room? \n" ); document.write( "
Algebra.Com's Answer #127860 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! formula to work with is: \n" ); document.write( "rate * time = number of units \n" ); document.write( "the number of units is 1 room. \n" ); document.write( "it takes the painter x - 3 hours to paint a room. \n" ); document.write( "it take the apprentice x hours to paint the same room. \n" ); document.write( "----- \n" ); document.write( "let Rp = rate of the painter. \n" ); document.write( "let Ra = rate of the apprentice. \n" ); document.write( "----- \n" ); document.write( "since rate * time = number of units, \n" ); document.write( "for the painter: \n" ); document.write( "Rp * (x-3) = 1 \n" ); document.write( "for the apprentice: \n" ); document.write( "Ra * (x) = 1 \n" ); document.write( "----- \n" ); document.write( "if they are both working together, it takes 2 hours to paint the room. \n" ); document.write( "working together their rates are additive. \n" ); document.write( "since rate * time = number of units, \n" ); document.write( "for both: \n" ); document.write( "2 * (Ra + Rp) = 1 \n" ); document.write( "----- \n" ); document.write( "for the apprentice: \n" ); document.write( "Ra * x = 1 \n" ); document.write( "which means: \n" ); document.write( "Ra = 1/x \n" ); document.write( "----- \n" ); document.write( "for the painter: \n" ); document.write( "Rp * (x-3) = 1 \n" ); document.write( "which means: \n" ); document.write( "Rp = 1/(x-3) \n" ); document.write( "----- \n" ); document.write( "substituting for Ra and Rp, the formula: \n" ); document.write( "2 * (Ra + Rp) = 1 \n" ); document.write( "becomes: \n" ); document.write( " \n" ); document.write( "which becomes: \n" ); document.write( " \n" ); document.write( "----- \n" ); document.write( "if we multiply both sides of the equation by x*(x-3), we get: \n" ); document.write( " \n" ); document.write( "----- \n" ); document.write( "this becomes: \n" ); document.write( " \n" ); document.write( "which becomes: \n" ); document.write( " \n" ); document.write( "----- \n" ); document.write( "if we subtract 4*x from both sides of the equation, and if we add 6 to both sides of the equation, we get: \n" ); document.write( " \n" ); document.write( "which is the same as: \n" ); document.write( " \n" ); document.write( "----- \n" ); document.write( "this factors out to be: \n" ); document.write( " \n" ); document.write( "which give us: \n" ); document.write( "x = 1 \n" ); document.write( "or: \n" ); document.write( "x = 6 \n" ); document.write( "----- \n" ); document.write( "x cannot be 1, since x-3 would be negative which is not possible. \n" ); document.write( "x must be 6. \n" ); document.write( "----- \n" ); document.write( "if x is 6, then \n" ); document.write( "x-3 is 3. \n" ); document.write( "----- \n" ); document.write( "since x * Ra = 1 \n" ); document.write( "then Ra must be 1/6 \n" ); document.write( "----- \n" ); document.write( "since (x-3)*Rp = 1 \n" ); document.write( "then Rp must be 1/3 \n" ); document.write( "----- \n" ); document.write( "to prove this is true, we substitute in the original equations to see if they are true. \n" ); document.write( "----- \n" ); document.write( "first equation: \n" ); document.write( "x * Ra = 1 \n" ); document.write( "6 * 1/6 = 1 is true. \n" ); document.write( "second equation: \n" ); document.write( "(x-3)*Rp = 1 \n" ); document.write( "(6-3)*1/3 = 1 \n" ); document.write( "3*1/3 = 1 is true. \n" ); document.write( "third equation: \n" ); document.write( "2 * (Ra + Rp) = 1 \n" ); document.write( "2 * (1/6 + 1/3) = 1 \n" ); document.write( "2 * (1/6 + 2/6) = 1 \n" ); document.write( "2 * (3/6) = 1 \n" ); document.write( "6/6 = 1 which is true. \n" ); document.write( "----- \n" ); document.write( "answer of x = 6 looks good. \n" ); document.write( "apprentice takes 6 hours to paint a room. \n" ); document.write( "painter takes 6-2 = 3 hours to paint the same room. \n" ); document.write( "together they can paint the room in 2 hours. \n" ); document.write( "-----\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |