Bunuel
How many pairs of positive integers x, y exist such that HCF (x, y) + LCM (x, y) = 91?
A. 10
B. 9
C. 8
D. 6
E. 7
The very first number that would come is if HCF is 1, LCM will be 90, as 1+90=91...
Product = 1*90=90=2*45=3*30=5*18=6*15=9*10
Now HCF and LCM have to be co-prime here, so possibilities
1*90
2*45
5*18
9*10
Now to check other possibilities, let us use the formula HCF*LCM=x*y
Now, let HCF=z, so x=az and y=bz, where a and b are co-prime..
\(z*LCM=x*y=az*bz........LCM=abz\)
Now \(HCF (x, y) + LCM (x, y) = 91........z+abz=91........z(1+ab)=91\)
z is a positive number, as also ab+1
so .z(1+ab)=91=1*91=7*13
First case ----1*91So \(z=1\), and \(ab+1=91....ab=90\)
Now we have already seen ab=90 gives us 4 possibilities above
Second case ----7*13So \(z=7\), and \(ab+1=13.........ab=12=3*4=1*12\)
when a=3 and b=4, x=7*3 and y=4*7...(21,28)
when a=1 and b=12, x=7*1 and y=12*7...(7,84)
Third case ----7*13So \(z=13\), and \(ab+1=7.........ab=6=2*3=1*6\)
when a=2 and b=3, x=13*2 and y=13*3...(26,39)
when a=1 and b=6, x=13*1 and y=13*6...(13,78)
So total 4+2+2=8 pairs.. But if (x,y) is different from (y,x), double that.
C
Note - although it will not show up in GMAT in present form, but the concept of HCF and LCM is surely tested..