A woman and her grandson have the same birthday. For 6 consecutive years, the age for the grandmother is a multiple of the age of the grandson. How old is the grandmother when her grandson was born?
Assume that the grandmother is less than 100 years old.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Why is the LCM the required age ?
Log in to reply
Because the LCM divides x , so we get that x = 6 0 n . With n = 1 , we get x = 6 0 . We then reject the larger values because that gives us > 100.
Log in to reply
Oh..kk I got it.. We have to find the smallest number as multiple of all the denominators and a factor of x . Thank you... :)
So what we are looking for is at least 5 consecutive composite numbers. Use this as a reference to simplify our calculation.
First six numbers that satisfy it are ( 2 3 , … , 2 8 ) . We check that 2 3 = 1 × 2 3 , 2 4 = ( 1 + 1 ) × 1 2 , 2 5 = 5 × 5 , which is doesn't satisfy the condition.
Second six numbers are ( 2 4 , … , 2 9 ) , but factorization them also shows that they don't satisfy the condition for 2 5 = 5 × 5 . And furthermore, it's extremely too young to be a grandmother at this age.
Next is ( 3 1 , … , 3 6 ) but 4 ∣ 3 7 isn't true.
3 2 , … 3 7 but 4 ∣ 3 7 isn't true.
Again:
( 4 7 , … , 5 2 ) : but 4 9 = 7 2
( 4 8 , … , 5 3 ) : 4 8 = 6 × 8 , 4 9 = ( 6 + 1 ) × 7 but ( 6 + 2 ) ∣ 5 0 is not true
( 6 1 , … , 6 6 ) Checks out with 6 1 = 1 × 6 1 , 6 2 = ( 1 + 1 ) × 3 1 , 6 3 = ( 1 + 2 ) × 2 1 ,
6 4 = ( 1 + 3 ) × 1 6 , 6 5 = ( 1 + 4 ) × 1 3 , 6 6 = ( 1 + 5 ) × 1 1
Hence, answer is 6 1 − 1 = 6 0
We can even check that up to age 119 (which is pretty old if she's still alive), only one solution exist.
Problem Loading...
Note Loading...
Set Loading...
Here's my solution which doesn't involve guesswork.
Let the grandmother be x years old, and let the kid be k years old when this first happens. Then, we are given that
k x + k , k + 1 x + k + 1 , k + 2 x + k + 2 , k + 3 x + k + 3 , k + 4 x + k + 4 , k + 5 x + k + 5 ,
are all integers. Subtracting 1 from each of them, we get that
k x , k + 1 x , k + 2 x , k + 3 x , k + 4 x , k + 5 x
are all integers. Hence, (k, k+1, k+2, k+3, k+4, k+5 ) must all divide x . This implies that the LCM of these 6 consecutive integers divide x .
Let's try k = 1 . Then L C M ( 1 , 2 , 3 , 4 , 5 , 6 ) = 6 0 . We get that x = 6 0 is a solution, and in fact so is x = 6 0 n . This is why I added in the restriction that x < 1 0 0 .
Let's try k = 2 . Then L C M ( 2 , 3 , 4 , 5 , 6 , 7 ) = 4 2 0 , which would be too old. Similarly, for any larger k , x will be too large. Hence, the age is 60.