This Lesson (How many boys and how many girls are there in a family ?) was created by by ikleyn(52781)  : View Source, ShowAbout ikleyn:
How many boys and how many girls are there in a family ?
Problem 1There are boys and girls in a family. Each boy has as many brother as sisters, but each girl has half
as many sisters as brothers. How many boys and how many girls are in the family ?
Solution
Let "b" be the number of boys.
Let "g" be the number of girls.
Each boy has as many brothers as sisters
b-1 = g (1)
Each girl has half as many sisters as brothers
g-1 = (1/2)b (2)
Solve the the system of equations by substituting for "g":
(b-1)-1 = (1/2)b
b-2 = (1/2)b
b - (1/2)b = 2
b = 4 (the number of boys)
Now solve for "g":
b-1 = g
g = 4-1 = 3 (the number of girls)
ANSWER. 4 boys and 3 girls.
Problem 2I have 5 more brothers than sisters, and each of my brothers also has five more brothers than sisters.
If my family has 10 children how many of the children are girls ?
Solution
From the condition, the number of boys in the family is 6 more than sisters.
So, one equation is
b + g = 10
The second equation is
b - g = 6.
Add the equations and find b = 8, g = 2.
Answer. There are 8 boys and 2 girls in the family.
Problem 3I have two more sisters than brothers. Each of my sisters has two more sisters than brothers.
How many more sisters than brothers does my youngest brother have?
Solution
1. It follows from the first two sentences that the child who says it, is a girl.
2. So, the girl has two more sisters than brothers:
g -1 = b + 2, or g = b + 3,
where "g" is the number of girls and "b" is the number of boys in the family.
Hence, each boy (each brother) has 4 more sisters than brothers.
--------------
Formally, I just answered the question and solved the problem.
But I'd like to highlight that this answer does not pre-define / (predict) a unique numbers of girls and boys in the family -
these numbers can vary.
For example, possible configuration might be (5 girls,2 boys) or (6 girls, 3 boys),
but in any case the difference the question asks for is 4.
---------------
Also, as an accompanying fact, notice that the number of boys in the family is "at least 2", from the condition.
It is not required by the problem, but it is useful to derive it and to keep it in your mind in order for the problem makes sense.
My other additional lessons on Miscellaneous word problems in this site are
- I do not have enough savings now
- In a jar, all but 6 are red marbles
- What is the last digit of the number a^n ?
- Find the last three digits of these numbers
- What are the last two digits of the number 3^123 + 7^123 + 9^123 ?
- Advanced logical problems
- Prove that if a, b, and c are the sides of a triangle, then so are sqrt(a), sqrt(b) and sqrt(c)
- Calculus optimization problems for shapes in 2D plane
- Calculus optimization problems for 3D shapes
- Solving some linear minimax problems in 3D space
- Solving one non-linear minimax problems in 3D space
- Solving linear minimax problem in three unknowns by the simplex method
- The "pigeonhole principle" problems
- In the worst case
- Page numbers on the left and right facing pages of an opened book
- Selected problems on counting elements in subsets of a given finite set
- How many integer numbers in the range 1-300 are divisible by at least one of the integers 4, 6 and 15 ?
- Nice problems to setup them using Venn diagram
- Wrapping a gift
- In preparation for Halloween
- Nice entertainment problems related to divisibility property
- Stars and bars method for Combinatorics problems
- Math Olympiad level problem on caves and bats
- Math Olympiad level problem on caught fishes
- Math Olympiad level problem on pigeonhole principle
- Math Olympiad level problem on placing books in bookcase
- OVERVIEW of additional lessons on Miscellaneous word problems
Use this file/link ALGEBRA-I - YOUR ONLINE TEXTBOOK to navigate over all topics and lessons of the online textbook ALGEBRA-I.
Use this file/link ALGEBRA-II - YOUR ONLINE TEXTBOOK to navigate over all topics and lessons of the online textbook ALGEBRA-II.
This lesson has been accessed 1465 times.
|