edited ago by
1,995 views

5 Answers

Best answer
23 votes
23 votes

$x \text{ and } y$ can be expressed as

  • $x = 2^{a_{1}}\cdot 3^{a_{2}}\ldots p^{a_{n}}.$
  • $y= 2^{b_{1}}\cdot 3^{b_{2}}\ldots p^{b_{n}}.$

where, $a_{i} \text{ & } b_{i} \geq 0$ for $1\leq i \leq n$, and $p$ is a prime number.

$x*y = 2^{a_{1}+b_{1}}\cdot 3^{a_{2}+b_{2}}\ldots p^{a_{n}+b_{n}}$

  • $\text{LCM} (x,y)  = 2^{\max(a_{1},b_{1})}\cdot 3^{\max(a_{2},b_{2})}\ldots p^{\max(a_{n},b_{n})}$
  • $\text{HCF} (x,y)  = 2^{\min(a_{1},b_{1})}\cdot 3^{\min(a_{2},b_{2})}\ldots p^{\min(a_{n},b_{n})}$

$\max(a_{i} ,b_{i}) + \min(a_{i},b_{i}) = a_{i} + b_{i}$

So, $\text{LCM}(x,y)\ast \text{HCF}(x,y) = 2^{a_{1}+b_{1}}\cdot 3^{a_{2}+b_{2}}\ldots p^{a_{n}+b_{n}} = x\ast y.$

Hence proved.

edited by
3 votes
3 votes

Let  a ( 120 ) = f1 * f2 * f3 * f4 * f5 ....  ( 2 * 2 * 2 * 3 * 5 ).

      b ( 18 )   = F1 * F2 * F3........       ( 2 * 3 * 3 )


LCM of a( 120 )  and b( 18 ) = product of elements of a union b.

                                         = M( {f1, f2, f3, f4, f5 } U { F1, F2, F3 } )    //M- > multiplication.

                                         = M( (f1/F1), f2, f3, (f4/F2), F3, f5 )   ----- (A)      // f1/ F1- > f1 or F1 


HCF of a( 120 )  and b( 18 ) = product of elements of a intersection b.   

                                         = M( {f1, f2, f3, f4, f5 } $\cap$ { F1, F2, F3 } )

                                         = M( (f1/F1), (f4/F2) )      -----------------------(B)

// Remember if a $\cap$ b= ∅, then HCF = 1.


From equation A and B,

Product of LCM and HCF =  M( (f1/F1), f2, f3, (f4/F2), F3, f5 ) M( (f1/F1), (f4/F2) ) 

                                      =  M( f1, f2, f3, f4, F3, f5,  F1, F2 )

                                      = Product of a and b.

2 votes
2 votes
lcm(x,y) : lcm of x and y

gcd(x,y):  gcd of x and y

∀x∀y( x >= 0 ∧ y>=0 ) $\rightarrow$ (LCM(x,y) * GCD(x,y) = x*y )
0 votes
0 votes
let a=2 and b=4

now lcm of a&b is 4

and hcf of a&b is 2

now if we product we'll get 8 which is equivalent  to a*b

Related questions

21 votes
21 votes
5 answers
1
Arjun asked Nov 15, 2015
5,834 views
Show that the Turing machines, which have a read only input tape and constant size work tape, recognize precisely the class of regular languages.
48 votes
48 votes
3 answers
2
Arjun asked Nov 15, 2015
4,409 views
Show that all vertices in an undirected finite graph cannot have distinct degrees, if the graph has at least two vertices.
31 votes
31 votes
7 answers
3
22 votes
22 votes
3 answers
4
Ishrat Jahan asked Oct 29, 2014
7,560 views
The minimum positive integer $p$ such that $3^{p} \pmod {17} = 1$ is$5$$8$$12$$16$