This Lesson (Nice entertainment problems related to divisibility property) was created by by ikleyn(52778)  : View Source, ShowAbout ikleyn:
Nice entertainment problems related to divisibility property
Problem 1John thinks of two positive integers. He multiplies them together and then
subtracts each of the integers from the product, with a result of 35.
Find all possible pairs of numbers he could have chosen.
Solution
Let x and y be two positive integers John thinks about.
Then from the condition, you have this equation
xy - x - y = 35.
Add 1 (one) to both side. You will get
xy - x - y + 1 = 36.
It is equivalent to
(x-1)*(y-1) = 36
Thus the integer number 36 is presented as the product of integer positive factors (x-1) and (y-1).
The possible factors of the number 36 are
1, 2, 3, 4, 6, 9, 12, 18, 36.
So, (x-1) may have these values 1, 2, 3, 4, 6, 9, 12, 18, 36
(and, correspondingly, (y-1) has the values of the same list in reversed order).
So, all possible values for numbers x and y are these pairs
(x,y) = (2,37), (3,19), (4,13), (7,7), (10,5), (13,4), (19,3) and (37,2). ANSWER
Problem 2Three girls, Ann, Betty and Cynthia, each have a younger brother, Dylan, Ernie and Frank, respectively.
All six children do some fruit picking for the local farmer.
The farmer agrees to pay each child as many dollars per basket as the number of baskets of fruit collected by that child.
Each of the girls earned $45 more than her brother, and all six children collected
a different number of baskets. How much did the farmer pay them all in total ?
Solution
Let x be the number of baskets collected by some girl, and y be the number of basket collected by her brother.
Then for each such a pair, we have this equation
x^2 - y^2 = 45.
Factor left side to get
(x-y)*(x+y) = 45.
45 has these decompositions in the product of factors 1*45, 3*15 and 9*5.
These decompositions produce these systems of equations
a) x - y = 1
x + y = 45
with the solution x = 23, y = 22;
b) x - y = 3
x + y = 15
with the solution x = 9, y = 6;
c) x - y = 5
x + y = 9
with the solution x = 7, y = 2.
These are all possible solutions to the numbers of baskets collected by the children.
There is NO other solutions.
Hence, the total pay was = 1183 dollars. ANSWER
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
- How many boys and how many girls are there in a family ?
- 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
- 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 896 times.
|