document.write( "Question 740782: Nine years more than twice Bob's age is 5 years more than three times Harry's age. Find their ages. \n" ); document.write( "
Algebra.Com's Answer #451785 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Nine years more than twice Bob's age is 5 years more than three times Harry's age. Find their ages. \n" ); document.write( "-------------------- \n" ); document.write( "9 + 2*Bob = 5 + 3*Harry \n" ); document.write( "2B + 4 = 3H \n" ); document.write( "If you assume only positive integer solutions, \n" ); document.write( "Bob is 1, Harry is 2 \n" ); document.write( "Bob is 4, Harry is 4 \n" ); document.write( "Bob is 7, Harry is 6 \n" ); document.write( "etc \n" ); document.write( "Bob's age = 3n+1, n = 0,1,2,3... \n" ); document.write( "Harry's age = (2B + 4)/3 \n" ); document.write( " |