document.write( "Question 504509: a 2 digit number is equal to seven times the sum of its digits. if the digits are reversed, the new number formed is 36 less than the original number. what is the original number \n" ); document.write( "
Algebra.Com's Answer #339626 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! a 2 digit number is equal to seven times the sum of its digits. if the digits are reversed, the new number formed is 36 less than the original number. what is the original number \n" ); document.write( "===================================== \n" ); document.write( "Let x = the original number \n" ); document.write( "Let m = the tens place digit \n" ); document.write( "Let n = the ones place digit \n" ); document.write( "The number is formed by multiplying m by 10 and adding n: \n" ); document.write( "10m + n = x \n" ); document.write( "Given: x = 7 times the sum of its digits: \n" ); document.write( "7(m + n) = x \n" ); document.write( "Reversed, the new number is 36 less than x: \n" ); document.write( "10n + m = x - 36 \n" ); document.write( "We have 3 equations in 3 unknowns. Solve using your favorite method. \n" ); document.write( "You will get the answer n = 4, m = 8 \n" ); document.write( "So the original number is 84 \n" ); document.write( "Check: \n" ); document.write( "7(8+4) = 7*12 = 84 \n" ); document.write( "84 - 48 = 36 \n" ); document.write( " |