document.write( "Question 144759: Al can paint a room in a hours working alone. Bill can paint a room in b hours working
\n" );
document.write( "alone. Working alone, Bill takes two more hours to paint a room than Al. Working together,
\n" );
document.write( "they can paint a room in 8 hours. Write down a system of two equations involving the variables
\n" );
document.write( "a and b that can be used to find a and b. Solve the system. \n" );
document.write( "
Algebra.Com's Answer #105482 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Al can paint a room in \"a\" hours working alone. \n" ); document.write( "Al rate = 1/a job/hr. \n" ); document.write( "---------------------------- \n" ); document.write( "Bill can paint a room in \"b\" hours working alone. \n" ); document.write( "Bill rate = 1/b job/hr. \n" ); document.write( "---------------------------- \n" ); document.write( "Working alone, Bill takes two more hours to paint a room than Al. \n" ); document.write( "b = a + 2 \n" ); document.write( "----------------- \n" ); document.write( "Working together, they can paint a room in 8 hours. \n" ); document.write( "Together rate = 1/(a + b) job/hr. \n" ); document.write( "------------------------------------ \n" ); document.write( "Write down a system of two equations involving the variables a and b that can be used to find a and b. \n" ); document.write( "EQUATIONS: \n" ); document.write( "b = a + 2 \n" ); document.write( "(1/(a+b)) = 1/8 \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |