document.write( "Question 26701: Let r=12*95*1750 and h=38*25^(2)*16^(3).
\n" );
document.write( "Give all common divisors, gcd, and lcm of a and b \n" );
document.write( "
Algebra.Com's Answer #14518 by venugopalramana(3286) You can put this solution on YOUR website! Let r=12*95*1750...WRITE AS PRODUCT OF PRIMES... \n" ); document.write( "R=(2*2*3)*(5*19)*(2*5*5*5*7)=(2^3)(3)(5^4)(7)(19) \n" ); document.write( " and h=38*25^(2)*16^(3). \n" ); document.write( "H=(2*19)((5*5)^2)((2*2*2*2)^3)=(2^13)(5^4) \n" ); document.write( "HENCE GCD =(2^3)(5^4) \n" ); document.write( "LCM=(2^13)(3)(5^4)(7)(19) \n" ); document.write( "COMMON DIVISORS ARE ALL FACTORS OBTAINED FROM \n" ); document.write( "GCD =(2^3)(5^4)...THAT IS (2^0)(5),(2^0)(5^2),(2^0)(5^3),(2^0)(5^4) \n" ); document.write( "(2^1)(5^0),(2^1)(5^1).....ETC........\r \n" ); document.write( "\n" ); document.write( "Give all common divisors, gcd, and lcm of a and b \n" ); document.write( " |