document.write( "Question 272114: 1. one number is 5 more than 3 times another number. The sum of the two numbers is 157. Find the bigger number.
\n" );
document.write( "2. Robert can paint a room in 12 hours. His helper can do the same work in 24 hours. How long will it take them to paint the room together? \n" );
document.write( "
Algebra.Com's Answer #199118 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1. one number is 5 more than 3 times another number. The sum of the two numbers is 157. Find the bigger number. \n" ); document.write( "---------------- \n" ); document.write( "a = 3b + 5 \n" ); document.write( "a + b = 157 \n" ); document.write( "---------------------------- \n" ); document.write( "Substitute for \"a\" and solve for \"b\": \n" ); document.write( "3b + 5 + b = 157 \n" ); document.write( "4b + 5 = 157 \n" ); document.write( "4b = 152 \n" ); document.write( "b = 38 \n" ); document.write( "---- \n" ); document.write( "Since a = 3b+5, a = 3*38+5 = 119 \n" ); document.write( "------------------------------------\r \n" ); document.write( "\n" ); document.write( "2. Robert can paint a room in 12 hours. His helper can do the same work in 24 hours. How long will it take them to paint the room together? \n" ); document.write( "----- \n" ); document.write( "Robert rate = 1/12 job/hr/ \n" ); document.write( "Helper rate = 1/24 job/hr \n" ); document.write( "Together rate = 1/x job hr \n" ); document.write( "------------------------------- \n" ); document.write( "Equation: \n" ); document.write( "rate + rate = together rate \n" ); document.write( "1/12 + 1/24 = 1/x \n" ); document.write( "Multiply thru by 24x to get: \n" ); document.write( "2x + x = 24 \n" ); document.write( "3x = 24 \n" ); document.write( "x = 8 hrs (time to do the job together) \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |