document.write( "Question 580761: How many of the numbers from 10 through 85 have the sum of their digits equal to a perfect square? \n" ); document.write( "
Algebra.Com's Answer #371465 by KMST(5328)![]() ![]() You can put this solution on YOUR website! The sum of the digits would be at least 1 (as for 10, which I am assuming is included). It could be at most 18 for a 2 digit number (as in 99), but since the highest we can go is 85, we may not get to 18 with the sum of the digits. \n" ); document.write( "The only perfect squares between 1 and 18 are 1, 4, 9, and 16. \n" ); document.write( "The only number between 10 and 85 whose digits add up to 1 is \n" ); document.write( "The only numbers between 10 and 85 whose digits add up to 4 are: \n" ); document.write( " \n" ); document.write( "The only numbers between 10 and 85 whose digits add up to 9 are: \n" ); document.write( " \n" ); document.write( "The only number between 10 and 85 whose digits add up to 16 is \n" ); document.write( "So I am counting \n" ); document.write( "My answer is |