document.write( "Question 1021642: Mr brown is 3 times as old as Sam. The difference in their ages is 22 how old is each \n" ); document.write( "
Algebra.Com's Answer #637382 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call Sam's age, x. \n" ); document.write( "Then Mr. Brown's age must be 3x. \n" ); document.write( "Since their difference is 22, we can write \n" ); document.write( "3x - x = 22 \n" ); document.write( "2x = 22 \n" ); document.write( "x = 11 (Sam's age) \n" ); document.write( "3x = 33 (Mr. Brown's age) \n" ); document.write( " |