document.write( "Question 820319: the sum of the digits of a number of three digits is 18. if the number is divided by the sum of the ten's and hundred digits the qoutient is 38 the remainder is 1. if 99 is added to the number the digits will be reversed. find the number \n" ); document.write( "
Algebra.Com's Answer #493463 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! the sum of the digits of a number of three digits is 18. \n" ); document.write( " \r\n" ); document.write( "h+t+u = 18\r\n" ); document.write( " \n" ); document.write( "if the number is divided by the sum of the ten's and hundred digits the quotient is 38 the remainder is 1. \n" ); document.write( " \r\n" ); document.write( "Dividend = (Quotient)(Divisor) + Remainder\r\n" ); document.write( "\r\n" ); document.write( "100h+10t+u = 38(t+h) + 1\r\n" ); document.write( "100h+10t+u = 38t+38h+ 1\r\n" ); document.write( " 62h-28t+u = 1\r\n" ); document.write( " \n" ); document.write( "if 99 is added to the number the digits will be reversed. \n" ); document.write( " \r\n" ); document.write( "100h+10t+u + 99 = 100u+10t+h\r\n" ); document.write( " 99h-99u = -99\r\n" ); document.write( " h-u = -1\r\n" ); document.write( "\r\n" ); document.write( "Solve the system of three equations in three unknowns:\r\n" ); document.write( "\r\n" ); document.write( " h+ t+u = 18\r\n" ); document.write( "62h-28t+u = 1\r\n" ); document.write( " h -u = -1\r\n" ); document.write( "\r\n" ); document.write( "Get h=4, t=9, u=5, number = 495\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |