document.write( "Question 282433: the units of a two-digit numeral is 5 more than the tens digit the number is 3 times the sum of its digits.find the numeral \n" ); document.write( "
Algebra.Com's Answer #205069 by dturpin53(1)![]() ![]() ![]() You can put this solution on YOUR website! let a be the 10's digit and let b be the units digit. \n" ); document.write( "From the stated problem the units digit is 5 more than the tne's digit or in equation form: \n" ); document.write( "b = a + 5 \n" ); document.write( "The number is 3 times the sum of the digits or in equation form we have: \n" ); document.write( "10a + b= 3( a + b)= 3a + 3b \n" ); document.write( " substituting the b value from the first equation into the second we have: \n" ); document.write( "10a + a + 5 = 3a + 3(a +5)= 3a + 3a + 15 \n" ); document.write( "11a + 5 = 6a + 15 \n" ); document.write( "5a = 10 \n" ); document.write( "a = 2 \n" ); document.write( "b = a + 5 = 2 + 5 = 7 \n" ); document.write( " is this correct, the number is 27, and the sum of digits is 9 and 3*9 = 27\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |