N has 6 divisors inclusive of 1 and N . The product of five of them is 784. What is the missing divisor?
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.
Let the six divisors of N be a, b, c, d, e, and f. Then, N = ab = cd = ef and N^3 = abcdef. Since we know that the product of five of them is 784, abcde = 784 = (N^2)(e). Factoring 784, we have 784 = (2^4)(7^2). N^3 = abcdef = 784f. The value of f that would make 784f a perfect cube is (2^2)(7) = 28.
Exactly...!
First write out 784 as a product of 1 and its prime factors
7 8 4 = 1 × 2 × 2 × 2 × 2 × 7 × 7
One way to group these as a product of five different factors is
7 8 4 = 1 × 2 × 4 × 1 4 × 7
It is easy to see that this is the only way to combine these prime factors into a product of five different numbers.
So now we know that five of the divisors of N are 1,2,4,7 and 14.
The remaining factor is N itself, which must be the smallest non-trivial multiple of each of these divisors.
And so N = 2 8
Exactly how I did it
784 = 2x2x4x7x7, so prime factors are 2 and 7, now N has 6 divisors which can be expressed as (1+2)(1+1) so one prime number has power 2 and other has 1 but 784 = 2x2x4x7x7 so N = 2^2 × 7. Its divisors are 1, 2, 4, 7, 2×7, 4×7. You can observe that missing number is 4×7 = 28.
Problem Loading...
Note Loading...
Set Loading...
7 8 4 = 2 4 × 7 2 W e d e d u c e t h a t N = 2 a × 7 b w h e r e ( a + 1 ) ( b + 1 ) = 6 b e c a u s e i t h a s 6 f a c t o r s . L e t t h e p r o d u c t o f t h e s i x f a c t o r s b e P P = 2 0 ( 7 0 ) × 2 0 ( 7 1 ) × . . . × 2 0 ( 7 b ) × 2 1 ( 7 0 ) × . . . × 2 1 ( 7 b ) × . . . × 2 a ( 7 b ) = 2 ( b + 1 ) 2 a ( a + 1 ) × 7 ( a + 1 ) 2 b ( b + 1 ) = 2 3 a × 7 3 b ⇒ P i s a p e r f e c t c u b e ⇒ P = 2 6 × 7 3 = 2 3 ( 2 ) × 7 3 ( 1 ) s i n c e ( 2 + 1 ) ( 1 + 1 ) = 6 H e n c e t h e m i s s i n g d i v i s o r i s P ÷ 7 8 4 = 2 8