document.write( "Question 219319: How do I Find the LCM and the GCF for the set of ages.
\n" );
document.write( "Example:
\n" );
document.write( "Shirley 50
\n" );
document.write( "Troy 60
\n" );
document.write( "Nicki 10\r
\n" );
document.write( "\n" );
document.write( "50 =2x25 or 5x10
\n" );
document.write( "60 =6x10 or 2x30
\n" );
document.write( "10=2x5 or 10x1
\n" );
document.write( "I am not for sure if this is the way this is done What do the Least common multipler and the greatest common factor mean in this case. What is the prime factor. \n" );
document.write( "
Algebra.Com's Answer #164951 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the LCM and the GCF for the set of ages. \n" ); document.write( "Write each number in prime-factor form. \n" ); document.write( "Example: \n" ); document.write( "Shirley 50 = 2*5^2 \n" ); document.write( "Troy 60 = 2^2*3*5 \n" ); document.write( "Nicki 10 = 2*5 \n" ); document.write( "----------------------- \n" ); document.write( "LCM is the product of the different prime factors in their \n" ); document.write( "highest power = 2^2*3*5^2 = 4*3*25 = 300 \n" ); document.write( "--------------------------------------------- \n" ); document.write( "GCF has the highest COMMON factor product = 2*5 = 10 \n" ); document.write( "==================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |