document.write( "Question 767042: Find all the numbers between 125 and 325 which are divisible by 15 and the sum of whose digits is 9
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #467379 by ramkikk66(644)![]() ![]() ![]() You can put this solution on YOUR website! Sum of digits is 9 implies that the number is divisible by 9. \n" ); document.write( "So we are looking for numbers that are divisible by both 15 and 9. \n" ); document.write( "Since LCM of 15 and 9 is 45, we need all the multiples of 45 in the range of \n" ); document.write( "125 to 325. \n" ); document.write( "The answer is - 135, 180, 225, 270, 315 \n" ); document.write( ":) \n" ); document.write( " |