document.write( "Question 629895: Maria has seven cards with the digits 1 to 7 written on them, as shown.
\n" );
document.write( "1,2,3,4,5,6,7
\n" );
document.write( "She knows that a number is divisible by nine if the sum of its digits is divisible by nine.\r
\n" );
document.write( "\n" );
document.write( "How many three-digit numbers that are divisible by nine can Maria make using any three of her cards? \n" );
document.write( "
Algebra.Com's Answer #396582 by Charles3475(23)![]() ![]() You can put this solution on YOUR website! the smallest sum divisible by 9 would be 9. How many ways can we use three cards to get 9?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1 + 6 + 2 = 9 (so 162)\r \n" ); document.write( "\n" ); document.write( "1 + 5 + 3 = 9 (so 153)\r \n" ); document.write( "\n" ); document.write( "1 + 3 + 5 = 9 (so 135)\r \n" ); document.write( "\n" ); document.write( "1 + 2 + 6 = 9 (so 126)\r \n" ); document.write( "\n" ); document.write( "2 + 6 + 1 = 9 (so 261)\r \n" ); document.write( "\n" ); document.write( "2 + 4 + 3 = 9 (so 243)\r \n" ); document.write( "\n" ); document.write( "2 + 3 + 4 = 9 (so 234)\r \n" ); document.write( "\n" ); document.write( "2 + 1 + 6 = 9 (so 216)\r \n" ); document.write( "\n" ); document.write( "3 + 5 + 1 = 9 (so 351)\r \n" ); document.write( "\n" ); document.write( "3 + 4 + 2 = 9 (so 342)\r \n" ); document.write( "\n" ); document.write( "3 + 2 + 4 = 9 (so 324)\r \n" ); document.write( "\n" ); document.write( "3 + 1 + 5 = 9 (so 315)\r \n" ); document.write( "\n" ); document.write( "4 + 3 + 2 = 9 (so 432)\r \n" ); document.write( "\n" ); document.write( "4 + 2 + 3 = 9 (so 423)\r \n" ); document.write( "\n" ); document.write( "5 + 3 + 1 = 9 (so 531)\r \n" ); document.write( "\n" ); document.write( "5 + 1 + 3 = 9 (so 513)\r \n" ); document.write( "\n" ); document.write( "6 + 2 + 1 = 9 (so 621)\r \n" ); document.write( "\n" ); document.write( "6 + 1 + 2 = 9 (so 612)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The next sum divisible by 9 would be 18. How many ways can we use three cards to get to 18?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "7 + 6 + 5 = 18 (so 765)\r \n" ); document.write( "\n" ); document.write( "7 + 5 + 6 = 18 (so 756)\r \n" ); document.write( "\n" ); document.write( "6 + 7 + 5 = 18 (so 675)\r \n" ); document.write( "\n" ); document.write( "6 + 5 + 7 = 18 (so 657)\r \n" ); document.write( "\n" ); document.write( "5 + 7 + 6 = 18 (so 576)\r \n" ); document.write( "\n" ); document.write( "5 + 6 + 7 = 18 (so 567) \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So I get a total of 24 ways \n" ); document.write( " |