document.write( "Question 1051232: Fred and Kate are brother and sister. Fred has three times 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 #666819 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Fred and Kate are brother and sister.
\n" ); document.write( " Fred has three times as many sisters as brothers, and Kate has as many brothers as sisters.
\n" ); document.write( " How many boys and girls are there in this family?
\n" ); document.write( ":
\n" ); document.write( "Let b = no. of boys
\n" ); document.write( "let b = no. of girls
\n" ); document.write( ":
\n" ); document.write( "Fred:
\n" ); document.write( "g = 3(b-1)
\n" ); document.write( "Kate
\n" ); document.write( "g-1 = b
\n" ); document.write( "g = b + 1
\n" ); document.write( "replace g with (b+1) in the first equation
\n" ); document.write( "b + 1 = 3b - 3
\n" ); document.write( "1 + 3 = 3b - b
\n" ); document.write( "4 = 2b
\n" ); document.write( "b = 2 boys
\n" ); document.write( "then
\n" ); document.write( "g = 2 + 1
\n" ); document.write( "g = 3 girls
\n" ); document.write( "
\n" );