Past Year QuestionsIPMAT IndoreQAHCF & LCM

IPMAT Indore HCF & LCM — PYPs

3 solved HCF & LCM previous year questions (PYQs) from IPMAT Indore past year papers — attempt each and check the answer.

Free SolutionsNo Login3 Questions
Q1:ipmat indore 2020QAHCF & LCMEasySA · TITA
In a division problem, the product of the quotient and the remainder is 24 while their sum is 10. If the divisor is 5 then the dividend is __________.
Enter your answer to attempt
The Setup: We are dealing with the foundational division algorithm: Dividend=(Divisor×Quotient)+RemainderDividend=(Divisor\times Quotient)+Remainder. The absolute golden rule of division is that the remainder must be strictly non-negative and less than the divisor (0r<d0\leq r<d). We need to min-max the given sum and product to find the exact values before plugging them in. Step 1: Formulate the system of equations. Let the quotient be qq and the remainder be rr. The problem gives us their product q×r=24q\times r=24 and their sum q+r=10q+r=10. Step 2: Solve the quadratic substitution. You can substitute r=10qr=10-q into the product equation: q(10q)=24q(10-q)=24 10qq2=2410q-q^2=24 q210q+24=0q^2-10q+24=0 Factoring this gives (q6)(q4)=0(q-6)(q-4)=0. The roots are 66 and 44. So, our variables {q,r}\{q,r\} are exactly {6,4}\{6,4\} - no other pair of numbers has this sum and product. Step 3: Enforce the remainder rule. We are told the divisor is 55. By the laws of division, r<5r<5. Between 66 and 44, only 44 satisfies this condition. Therefore, it is a hard lock that r=4r=4 and q=6q=6. Step 4: Execute the final calculation. Substitute everything back into the core algorithm: Dividend=(5×6)+4Dividend=(5\times 6)+4 Dividend=30+4=34Dividend=30+4=34 Final Answer: 34
Q2:ipmat indore 2022QAHCF & LCMEasyMCQ · MCQ
When the square of the difference of two natural numbers is subtracted from the square of the sum of the same two numbers and the result is divided by four, we get
  • Athe product of the LCM and HCF of the two numbers
  • Bthe HCF of the two numbers
  • Cthe LCM of the two numbers
  • Dthe square of the product of the two numbers
Pick an option to attempt
The Setup: Two natural numbers are subjected to a specific string of algebraic operations. We must simplify the operations to find the resulting identity. Step 1: Map the text to algebraic formulation. Let the two natural numbers be aa and bb. 'Square of the difference' = (ab)2(a-b)^2. 'Square of the sum' = (a+b)2(a+b)^2. The text requires: (a+b)2(ab)24\frac{(a+b)^2 - (a-b)^2}{4}. Step 2: Expand and simplify the expression. Expand the squares: (a2+2ab+b2)(a22ab+b2)4\frac{(a^2 + 2ab + b^2) - (a^2 - 2ab + b^2)}{4} Distribute the negative sign: a2+2ab+b2a2+2abb24\frac{a^2 + 2ab + b^2 - a^2 + 2ab - b^2}{4} The squares cancel out perfectly: 4ab4=ab\frac{4ab}{4} = ab The result is simply the direct mathematical product of the two original natural numbers. Step 3: Relate to the Number System rules. A fundamental property of arithmetic states that the product of any two natural numbers equals the product of their Least Common Multiple (LCM) and their Highest Common Factor (HCF). a×b=LCM(a,b)×HCF(a,b)a \times b = \text{LCM}(a,b) \times \text{HCF}(a,b) Final Answer: the product of the LCM and HCF of the two numbers
Q3:ipmat indore 2026QAHCF & LCMHardMCQ · MCQ
The number of integers nn such that 1n1071 \leq n \leq 10^7 and gcd(n,107)=103\gcd(n, 10^7) = 10^3 is ___
  • A3000
  • B2000
  • C5000
  • D4000
Pick an option to attempt
The Setup: This is a Number System boss fight focusing on GCD (Greatest Common Divisor) and coprime properties (Euler's Totient function logic). The meta is to factor out the mandatory GCD from our target variable, isolate the remaining multiplier, and then count how many valid integers exist within the new boundary that share absolutely zero prime factors with our base. Math, logic, and syntax are locked in and double-verified. Step 1: Factor out the mandatory GCD. We know the target condition is gcd(n,107)=103\gcd(n, 10^7) = 10^3. This means nn absolutely must be a multiple of 10310^3. Let's define nn as: n=103mn = 10^3 \cdot m (where mm is some positive integer multiplier). **Step 2: Establish the new boundaries for mm.** The problem restricts the original variable to n107n \leq 10^7. Let's substitute our new definition of nn into this inequality to find the ceiling for mm: 103m107    m10410^3 \cdot m \leq 10^7 \implies m \leq 10^4 So, our multiplier mm must be an integer from 11 to 10410^4. Step 3: Lock the coprime constraint. Now, let's substitute nn back into the original GCD equation to see what conditions mm must satisfy: gcd(103m,107)=103gcd(m,104)\gcd(10^3 \cdot m, 10^7) = 10^3 \cdot \gcd(m, 10^4) For the total expression to equal exactly 10310^3, the remaining gcd\gcd portion must collapse to 1: gcd(m,104)=1\gcd(m, 10^4) = 1 This means mm and 10410^4 must be coprime (they cannot share any prime factors). Step 4: Count the valid coprime spawns. The prime factorization of 10410^4 is 24542^4 \cdot 5^4. The only prime factors are 2 and 5. Therefore, for mm to be coprime to 10410^4, it cannot be a multiple of 2 or 5. We can use a basic Totient fraction to find the exact ratio of integers that survive this filter: Fraction of valid integers=(112)(115)Fraction\ of\ valid\ integers = \left(1 - \frac{1}{2}\right)\left(1 - \frac{1}{5}\right) Fraction=1245=25Fraction = \frac{1}{2} \cdot \frac{4}{5} = \frac{2}{5} Step 5: Execute the final calculation. Apply this valid fraction to our total possible pool of mm values (10410^4 or 10,000) to get the final count of valid nn integers: Required count=10000×25Required\ count = 10000 \times \frac{2}{5} Required count=2000×2=4000Required\ count = 2000 \times 2 = 4000 Final Answer: 4000

Browse other topics · IPMAT Indore