document.write( "Question 806281: The total of 3 cousins' ages is 48. Sam is half as old as Harry and 4 years older than Tom. How old are the cousins?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #485767 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! s+h+t=48, \n" ); document.write( "s=h/2, \n" ); document.write( "s=t+4 \n" ); document.write( "h = 26, s = 13, t = 9 \n" ); document.write( " |