document.write( "Question 181858This question is from textbook
\n" );
document.write( ": Find a four digit number that is divisible by 3, 5, and 8. \n" );
document.write( "
Algebra.Com's Answer #136468 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! If you multiply all three numbers together: \n" ); document.write( "3*5*8 = 120 \n" ); document.write( ". \n" ); document.write( "Now, to get a four digit number, simply multiply by 10: \n" ); document.write( "120 * 10 = 1200 \n" ); document.write( " |