document.write( "Question 840797: the age of henry is 3 times the age of ali. if the sum of their ages is 48years, how old are they now \n" ); document.write( "
Algebra.Com's Answer #506451 by hamsanash1981@gmail.com(151)![]() ![]() ![]() You can put this solution on YOUR website! let the age of ali be x and age of the henry will be 3x. sum of their age is 48 years \n" ); document.write( "x + 3x = 48 \n" ); document.write( "4x = 48 \n" ); document.write( "x=12 \n" ); document.write( "therefore age of henry is 3*12 = 36 and age of ali is 12 \n" ); document.write( " |