document.write( "Question 260308: Bob and Kate are brother and sister. Bob has twice as many sisters as brothers, and Kate has as many brothers as sisters. How many boys and girls are there in this family? \n" ); document.write( "
Algebra.Com's Answer #191731 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
Let X = bob and Y = kate
\n" ); document.write( "according to kate,
\n" ); document.write( "X: B = 2S
\n" ); document.write( "according to bob
\n" ); document.write( "Y: S = B
\n" ); document.write( "Now
\n" ); document.write( "kate + brothers + sisters = bob + brothers + 2*sisters
\n" ); document.write( "which means that
\n" ); document.write( "X + B + 2S = Y + B + S
\n" ); document.write( "subtracting B, we get
\n" ); document.write( "X + 2S = Y + S
\n" ); document.write( "subtracting S, we get
\n" ); document.write( "X + S= Y
\n" ); document.write( "in other words,
\n" ); document.write( "kate = (multiple)*(brother + sister)
\n" ); document.write( "--
\n" ); document.write( "So we have
\n" ); document.write( "bob has 2 brother and 4 sisters for a total of 7 kids
\n" ); document.write( "kate has 3 brothers and 3 sisters for a total of 7 kids
\n" ); document.write( "There are 3 boys and 4 girls
\n" ); document.write( "
\n" );