What is the least positive integer A in the form 3 a × 5 b × 7 c such that
Submit your answer as a + b + c .
Clarification:
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.
Note that:
( a − 1 ) m o d 3 ≡ 0 b m o d 3 ≡ 0 c m o d 3 ≡ 0 a m o d 5 ≡ 0 ( b − 1 ) m o d 5 ≡ 0 c m o d 5 ≡ 0 a m o d 7 ≡ 0 b m o d 7 ≡ 0 ( c − 1 ) m o d 7 ≡ 0
First, solve for a:
a m o d 3 ≡ 1 ⟺ a = 3 k + 1 a m o d 5 ≡ 0 ⟺ a = 5 c ⟹ 5 c − 3 k = 1 ⟹ c = 2 , k = 3 c = 2 + 3 p , k = 3 + 5 p ⟹ a = 1 5 p + 1 0 a m o d 7 ≡ 0 ⟹ a = 7 h ⟹ 7 h = 1 5 p + 1 0 ⟹ h = 1 0 , p = 4 smallest a = 7 ( 1 0 ) = 7 0
Then, solve for b:
b m o d 5 ≡ 1 ⟺ b = 5 s + 1 b m o d 3 ≡ 0 ⟹ b = 3 a ⟹ 3 a = 5 s + 1 ⟹ a = 2 , s = 1 a = 2 + 5 t , s = 1 + 3 t ⟹ b = 6 + 1 5 t b m o d 7 ≡ 0 ⟹ b = 7 y ⟹ 7 y = 6 + 1 5 t ⟹ y = 3 , t = 1 smallest b = 7 ( 3 ) = 2 1
Lastly, solve for c:
c m o d 7 ≡ 1 ⟹ c = 7 g + 1 c m o d 3 ≡ 0 ⟹ c = 3 f ⟹ 7 g + 1 = 3 f ⟹ g = 2 , f = 5 ⟹ g = 2 + 3 q , f = 5 + 7 q ⟹ c = 1 5 + 2 1 q c m o d 5 ≡ 0 ⟹ c = 5 v ⟹ 5 v = 1 5 + 2 1 q ⟹ q = 0 , v = 3 smallest c = 1 5 ∴ a + b + c = 7 0 + 2 1 + 1 5 = 1 0 6
Problem Loading...
Note Loading...
Set Loading...
We note that
a a ⟹ a a − 1 a 3 5 x ⟹ x ⟹ a ≡ 0 (mod 5) ≡ 0 (mod 7) ≡ 3 5 x ≡ 0 (mod 3) ≡ 1 (mod 3) ≡ 1 (mod 3) = 2 = 3 5 ( 2 ) = 7 0 where x is an integer.
Similarly,
b b 2 1 y ⟹ y ⟹ b ≡ 2 1 y ≡ 1 (mod 5) ≡ 1 (mod 5) = 1 = 2 1 where y is an integer.
And
c c 1 5 z ⟹ z ⟹ c ≡ 1 5 z ≡ 1 (mod 7) ≡ 1 (mod 7) = 1 = 1 5 where z is an integer.
⟹ a + b + c = 7 0 + 2 1 + 1 5 = 1 0 6