document.write( "Question 262014: A three-digit number, which is divisible by 10, has a hundreds digit that is one less than its tens digit. The number also is 52 times the sum of its digits. Find the number. \n" ); document.write( "
Algebra.Com's Answer #195300 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! A three-digit number, which is divisible by 10, has a hundreds digit that is one less than its tens digit. The number also is 52 times the sum of its digits. Find the number.\r \n" ); document.write( "\n" ); document.write( "Since the number is divisible by 10 the ones digit is 0. Let x be the tens digit and y be the hundreds digit. The number then is 100*y + 10*x + 0*1 Then we have:\r \n" ); document.write( "\n" ); document.write( "1.) y = x - 1 and \n" ); document.write( "2.) 100*y + 10*x + 0*1 = 52*(x+y+0)\r \n" ); document.write( "\n" ); document.write( "Simplifying 2.) we have: \n" ); document.write( "3.) 100*y + 10*x = 52*(x+y)\r \n" ); document.write( "\n" ); document.write( "Substituting x - 1 for y from equation 1.) in equation 3.) we have:\r \n" ); document.write( "\n" ); document.write( "100*(x-1) + 10*x = 52*(x+(x-1))\r \n" ); document.write( "\n" ); document.write( "Solve the above for x and then calculate y = x-1 \n" ); document.write( " |