document.write( "Question 831005: Lisa and Mike are sister and brother. Lisa has twice as many sisters as brothers, and Mike has five times as many sisters as brothers. How many girls and boys are there in this family? \n" ); document.write( "
Algebra.Com's Answer #501080 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Lisa and Mike are sister and brother.
\n" ); document.write( "Let g = no. of girls
\n" ); document.write( "Let b = no. of boys
\n" ); document.write( " Lisa has twice as many sisters as brothers,
\n" ); document.write( "2b = g - 1
\n" ); document.write( "g = 2b + 1
\n" ); document.write( ":
\n" ); document.write( " and Mike has five times as many sisters as brothers.
\n" ); document.write( "g = 5(b-1)
\n" ); document.write( "g = 5b - 5
\n" ); document.write( "g = g, therefore
\n" ); document.write( "5b - 5 = 2b + 1
\n" ); document.write( "5b - 2b = 1 + 5
\n" ); document.write( "3b = 6
\n" ); document.write( "b = 6/3
\n" ); document.write( "b = 2 boys
\n" ); document.write( "then
\n" ); document.write( "2(2) + 1 = 5 girls\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );