document.write( "Question 53309: Can someone help me on this problem?\r
\n" );
document.write( "\n" );
document.write( " I need to find the GCF of 6, 18 and 30.
\n" );
document.write( " Thank you. \n" );
document.write( "
Algebra.Com's Answer #35553 by funmath(2933)![]() ![]() ![]() You can put this solution on YOUR website! 6 is the biggest number that divides evenly into all three numbers. \n" ); document.write( "6/6=1 \n" ); document.write( "18/6=3 \n" ); document.write( "30/6=5 \n" ); document.write( "Another way to do it is to find the one number that is a factor in all three numbers: \n" ); document.write( "6=6*1 \n" ); document.write( "18=6*3 \n" ); document.write( "30=6*5 \n" ); document.write( "Another way is to find the prime factors using a factor tree: \n" ); document.write( "6=2*3 \n" ); document.write( "18=2*3*3 \n" ); document.write( "30=2*3*5 \n" ); document.write( "They all have 2*3 in common. 2*3=6 \n" ); document.write( " |