Find the largest number which on dividing 1251

  1. Using Euclid’s division algorithm, find the largest number that divides 1251, 9377 and 15628 leaving remainders 1, 2 and 3, respectively
  2. Tutorials And Articles
  3. Find the largest number which on dividing 1251, 9377 and 15628 leave remainders 1, 2 and 3 respectively.


Download: Find the largest number which on dividing 1251
Size: 9.49 MB

Using Euclid’s division algorithm, find the largest number that divides 1251, 9377 and 15628 leaving remainders 1, 2 and 3, respectively

Using Euclid’s division algorithm, find the largest number that divides 1251, 9377 and 15628 leaving remainders 1, 2 and 3, respectively Solution: The remainders of 1251, 9377 and 15628 are 1, 2 and 3 By subtracting these remainders from the numbers, we get 1251 - 1 = 1250, 9377 - 2 = 9375 15628 - 3 = 15625,which are divisible by the required number. Required number = HCF (1250, 9375, 15625). Using Euclid’s division algorithm, a = bq + r --- (i) We know that dividend = divisor x quotient + remainder Consider a = 15625 and b = 9375 15625 = 9375 × 1 + 6250 [from eq. (i)] 9375 = 6250 × 1 +3125 6250 = 3125 × 2 + 0 HCF (15625, 9375) = 3125. Taking c = 1250 and d = 3125, Again by using Euclid’s division algorithm, d = cq + r 3125 = 1250 × 2 + 625 1250 = 625 × 2 + 0 HCF (1250, 9375,15625) = 625 Therefore, 625 is the largest number which divides 1251, 9377 and 15628 leaving remainders, 1, 2 and 3, respectively. ✦ Try This: Using Euclid’s division algorithm, find the largest number that divides 730, 245 and 2190 leaving remainders 1, 2 and 3, respectively ☛ Also Check: NCERT Exemplar Class 10 Maths Exercise 1.3 Problem 9 Using Euclid’s division algorithm, find the largest number that divides 1251, 9377 and 15628 leaving remainders 1, 2 and 3, respectively Summary: Using Euclid’s division algorithm,625 is the largest number which divides 1251, 9377 and 15628 leaving remainders, 1, 2 and 3, respectively ☛ Related Questions: • • •

Tutorials And Articles

• Login • Category • Java • JSP • iOS • HTML • Android • Python • C Programming • C++ Programming • C# • PHP • CSS • Javascript • jQuery • SAP • SAP HANA • Data Structure • RDBMS • MySQL • Mathematics • 8085 Microprocessor • Operating System • Digital Electronics • Analysis of Algorithms • Mobile Development • Front End • Web Development • Selenium • MongoDB • Computer Network • General Topics • Trending Categories • Data Structure • Networking • RDBMS • Operating System • Java • MS Excel • iOS • HTML • CSS • Android • Python • C Programming • C++ • C# • MongoDB • MySQL • Javascript • PHP • Physics • Chemistry • Biology • Mathematics • English • Economics • Psychology • Social Studies • Fashion Studies • Legal Studies • Selected Reading • • • • • • • In Swift, a string is a sequence of characters. So a string can contain small and larger words. Hence using the following methods we can find the largest word in the string. Using component() method Using user-defined method Example Input String: "Rabbit run fast" Output String: "Rabbit" Here, the largest word among all the given words in the string is “Rabbit”. Method 1: Using component() method The components() method is used to create an array of substrings from the given string, where each substring is separated by the specified separator. So here we use the components(separatedBy:.whitespaces) method ... Read More Tween.js is a JavaScript library that is mainly used when we want to tween or animate an HTML5 or JavaScript ...

Find the largest number which on dividing 1251, 9377 and 15628 leave remainders 1, 2 and 3 respectively.

It is given that 1, 2 and 3 are the remainders of 1251, 9377 and 15628, respectively. Subtracting these remainders from the respective numbers, we get 1251 − 1 = 1250 9377 − 2 = 9375 15628 − 3 = 15625 Now, 1250, 9375 and 15625 are divisible by the required number. Required number = HCF of 1250, 9375 and 15625 By Euclid's division algorithm a = bq + r, 0 ≤ r < b For largest number, puta= 15625 andb= 9375 15625 = 9375 × 1 + 6250 ⇒ 9375 = 6250 × 1 +6250 ⇒ 6250 = 3125 × 2 + 0 Since remainder is zero, therefore, HCF(15625 and 9375) = 3125 Further, takec= 1250 andd= 3125. Again using Euclid's division algorithm d = cq + r, 0 ≤ r < c ⇒ 3125 = 1250 × 2 +625 ...[∵ r ≠ 0] ⇒ 1250 = 625 × 2 + 0 Since remainder is zero, therefore, HCF(1250, 9375 and 15625) = 625 Hence, 625 is the largest number which divides 1251, 9377 and 15628 leaving remainder 1, 2 and 3, respectively.