How many ordered pairs of positive integers ( p , q ) are there such that
lcm ( p , q ) = 2 2 × 3 4 × 5 2 ?
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.
I've updated the phrasing of this question for clarity. Can you update your solution accordingly? Thanks!
Great question!!!!
p,q must be in the form r a t b s c
where a=0,1,2 b=0,1,2,3,4 c=0,1,2
Let's write the powers of factors of p and q in a table form: p q r a p a q t b p b q s c p c q
Consider factor r across p and q, ie. row r a p a q
No. of combinations without constrain = 3 × 3 = 9
However at least one of a p and a q has to be 2 to obtain LCM r 2
No. of combinations if none of a p and a q equals to 2 = 2 × 2 = 4
∴ No. of actual combinations of r = 9 − 4 = 5
Similar for factor t and s, we have:
No. of actual combinations of t = 5 2 − 4 2 = 9
No. of actual combinations of s = 3 2 − 2 2 = 5
Hence, No. of ordered pair (p,q) = 5 × 9 × 5 = 2 2 5
Problem Loading...
Note Loading...
Set Loading...
First of all, LCM is the product of the primes with the highest power among two numbers. For example, if
p = a 1 α 1 a 2 α 2 a 3 α 3 . . . . . . .
q = a 1 β 1 a 2 β 2 a 3 β 3 . . . . . .
and if α 1 > β 1 , α 2 > β 2 , . . . . .
Then, L C M ( p , q ) = a 1 α 1 a 2 α 2 a 3 α 3 . . . . . . .
Case 1 - For getting 2 2 either p is a multiple of 2 2 or q
When p is a multiple of 2 2 , then q can be a multiple of 2 0 , 2 1 , 2 2
When q is a multiple of 2 2 , then p can be a multiple of 2 0 , 2 1 , 2 2
So, there are 6 pairs for getting 2 2 as a factor of LCM(p,q). But ( 2 2 , 2 2 ) = ( 2 2 , 2 2 ) , hence there are 6 − 1 = 5 ordered pairs.
Similarly Case 2 and Case 3 can be solved as well yielding the answers as 9 and 5 respectively.
Now using the Law of Multiplication, there are 5 ∗ 9 ∗ 5 = 2 2 5 ordered pairs.