document.write( "Question 905074: Will,Ben and Jan are siblings. Here is what we know bout their ages:Ben is 3 years older than Will. Jan is twice as old as Ben. The sum of their ages is 41. \n" ); document.write( "
Algebra.Com's Answer #549004 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
x is Will's age
\n" ); document.write( "Will + Ben + Jan
\n" ); document.write( "x + (x+3) + 2(x+3) = 41
\n" ); document.write( "4x = 32
\n" ); document.write( "x = 8, Will's age
\n" ); document.write( "8, 11, 22 are their ages
\n" ); document.write( "and sum is 41
\n" ); document.write( "
\n" );