Advertisements
Advertisements
Question
What is an algorithm?
Solution
Algorithm is a step-by-step procedure for calculations.
For example:
Euclid’s Division Algorithm: In order to compute the HCF of two positive integers say a and b, with a > b by using Euclid’s algorithm, we follow the following steps:
STEP I : Apply Euclid’s Division Lemma to a and b and obtain whole numbers q and `r_1 `,such that `a= bq_1+r_1` ,` 0≤ r_1 < b`
STEP II: If `r_1 =0 `, b is the HCF of a and b.
STEP III: If `r__1 `, apply Euclid’s division lemma to b and `r_1` and obtain whole numbers `q_1` and `r_2`,such that `b= q_1r_1+r_2`
STEP IV: If `r_2=0` , then `r_1` is the HCF of a and b.
STEP V: If `r_2=0 `, then apply Euclid’s division lemma to `r_1` and `r_2` and continue the above process till the remainder `r_n` is zero. The divisor at this stage i.e; `r_n-1` , or the non-zero remainder at the previous stage is the HCF of a and b.
APPEARS IN
RELATED QUESTIONS
Write the decimal expansion of `73/ ((2^4×5^3))`
Without actually performing the long division, state whether state whether the following rational numbers will have a terminating decimal expansion or a non-terminating repeating decimal expansion.
What can you say about the prime factorisations of the denominators of the following rationals: \[27 . \bar{{142857}}\]
Write whether \[\frac{2\sqrt{45} + 3\sqrt{20}}{2\sqrt{5}}\]
on simplification gives a rational or an irrational number.
If p and q are two prime number, then what is their LCM?
State whether the following rational number will have a terminating decimal expansion or a non-terminating repeating decimal expansion:
`17/8`
Write down the decimal expansion of the following number which have terminating decimal expansion.
`17/8`
Write down the decimal expansion of the following number which has a terminating decimal expansion.
`77/210`
m2 – 1 is divisible by 8, if m is ______.
The decimal expansion of the rational number `14587/1250` will terminate after ______.