document.write( "Question 721763: Jack is Jill's brother. Jack has as many brothers as sisters. Jill has twice as many brothers and sisters. How many children are in the family? \n" ); document.write( "
Algebra.Com's Answer #442491 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let n = the number of brothers and sisters Jack has \n" ); document.write( "Then Jill has n+1 brothers and n-1 sisters \n" ); document.write( "Jill has twice as many brothers as sisters: \n" ); document.write( "n+1 = 2(n-1) \n" ); document.write( "n+1 = 2n-2 \n" ); document.write( "n = 3 \n" ); document.write( "So Jack has 3 brothers and 3 sisters \n" ); document.write( "Jill has 4 brothers and 2 sisters \n" ); document.write( "Therefore the total number of children is 7. \n" ); document.write( " |