document.write( "Question 583645: I have a 2 digit number
\n" );
document.write( "I am a multiple of 5
\n" );
document.write( "I am less than 30
\n" );
document.write( "My digit sum is six \n" );
document.write( "
Algebra.Com's Answer #372542 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! Multiples of 5 must have 5 or 0 for the units digit \n" ); document.write( "If the number is less than 30, it can be \n" ); document.write( "10, 15, 20, or 25 \n" ); document.write( "The only number whose sum of digits is 6 is 15 \n" ); document.write( "( 1 + 5 = 6 ) \n" ); document.write( " |