document.write( "Question 155050: Any number that is divisible by 6 can also be divided by what number? \n" ); document.write( "
Algebra.Com's Answer #114156 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Notice how 6=2*3. So this means that if a number is divisible by 6, then it is divisible by 2 and 3. For instance 36 is divisible by 6 (since \"36%2F6=6\"). It is also divisible by 2 (since \"36%2F2=18\") and divisible by 3 (since \"36%2F3=12\") \n" ); document.write( "
\n" );