Let x be a positive integer which can be written as a × b , where a and b are primes (positive). We define x $ = a b ( 1 − a 1 ) ( 1 − b 1 ) . Find the sum of all possible values of x such that x $ = 6 0 0
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.
(minor note) I disagree with "because a,b must be prime, a-1, b-1 must be even". Note that you gave a solution with 1, which is an odd number.
Log in to reply
Ah, thank you. Didn't catch that.
because 2 is only even prime
Nice problem @Trevor Arashiro
Rather than multiply out ( 1 − a 1 ) ( 1 − b 1 ) , it is easier to just re-arrange, and distribute: a ( 1 − a 1 ) b ( 1 − b 1 ) = ( a − 1 ) ( b − 1 )
I like the problem, though.
Problem Loading...
Note Loading...
Set Loading...
First we multiply and factor our equation from x $ = a b ( 1 − a 1 − b 1 + a b 1 ) ⇒ a b − a − b − 1
( a − 1 ) ( b − 1 ) = 6 0 0 .
Next, because a,b must be prime a-1,b-1 must be even (with the exception of a or b=2). So we hvae to find the pairs of even factors of 600= (t,v)= (1, 600) (2, 300) (4, 150) (6, 100) (8, 75) (10, 60) (12, 50) (20, 30).
Next, we must check which pairs of t,v are prime when 1 is added to both numbers. The only ones that work are (2,601), (5, 151), (7,101),and (11, 61).
Thus 2 × 6 0 1 + 5 × 1 5 1 + 7 × 1 0 1 + 1 1 × 6 1 = 1 2 0 2 + 7 5 5 + 7 0 7 + 6 7 1 = 3 3 3 5