document.write( "Question 369972: A boy's age is three times the age of his sister. Their ages together total 16 years. What is the age of each? \n" ); document.write( "
Algebra.Com's Answer #263602 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let sister be x years
\n" ); document.write( "brother will be 3x
\n" ); document.write( "3x+x =16
\n" ); document.write( "4x=16
\n" ); document.write( "divide both sides by 4
\n" ); document.write( "4x/4=16/4
\n" ); document.write( "x=4 sister's age
\n" ); document.write( "brother's age = 3*x = 3*4 =12 years
\n" ); document.write( "
\n" ); document.write( "
\n" );