document.write( "Question 783450: Tom is 8 times older than Sam but Hal is 7 years older than Sam. If the total of their ages is 57, how old is Hal? \n" ); document.write( "
Algebra.Com's Answer #476768 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Tom is 8 times older than Sam but Hal is 7 years older than Sam. \n" ); document.write( "Sam = x years \n" ); document.write( "Tom = x + 8 years \n" ); document.write( "Hal = x + 7 years \n" ); document.write( "The total of their ages = 57 \n" ); document.write( "x + (x + 8) + (x + 7) = 57 \n" ); document.write( "3x + 15 = 57 \n" ); document.write( "3x = 57 - 15 \n" ); document.write( "3x = 42 \n" ); document.write( "x = 14 \n" ); document.write( "Hal is 21 years old. \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |