document.write( "Question 1110306: the sum of digits of a three-digit number is 15. The digit at tens place is half of the sum of digits at hundreds and units places. If 396 is added to the number , the digits at hundreds and units places are interchanged. Find the number. \n" ); document.write( "
Algebra.Com's Answer #725308 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "h = the hundreds digit\r\n" ); document.write( "t = the tens digit\r\n" ); document.write( "u = the units (or ones) digit\r\n" ); document.write( "100h + 10t + u = the number \"HTU\"\r\n" ); document.write( "100u + 10t + h = the number \"UTH\" with the digits at \r\n" ); document.write( "the hundreds and units places interchanged\r\n" ); document.write( "\r\n" ); document.write( "the sum of digits of a three-digit number is 15. \r\n" ); document.write( "\r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |