document.write( "Question 1109194: The tens digit of a two-digit number is 5 more than the units digit. If \"the number\" is divided by the sum of its digits, the partial quotient (answer) is 7 and the remainder is 6. Find the number. \n" ); document.write( "
Algebra.Com's Answer #724199 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The tens digit of a two-digit number is 5 more than the units digit. \n" ); document.write( " If \"the number\" is divided by the sum of its digits, the partial quotient (answer) is 7 and the remainder is 6. \n" ); document.write( " Find the number. \n" ); document.write( "let a = the 10's digit \n" ); document.write( "let b = the units \n" ); document.write( "then \n" ); document.write( "10a+b = \"the number\" \n" ); document.write( ": \n" ); document.write( "\" The tens digit of a two-digit number is 5 more than the units digit.\" \n" ); document.write( "a = b + 5 \n" ); document.write( ": \n" ); document.write( "If \"the number\" is divided by the sum of its digits, the partial quotient (answer) is 7 and the remainder is 6. \n" ); document.write( " Subtracting the remainder make the quotient an integer \n" ); document.write( " \n" ); document.write( "multiply both sides by (a+b) \n" ); document.write( "10a + b - 6 = 7(a+b) \n" ); document.write( "10a + b -6 = 7a + 7b \n" ); document.write( "combine like terms on the left \n" ); document.write( "10a - 7a + b - 7b = 6 \n" ); document.write( "3a - 6b = 6 \n" ); document.write( "simplify, divide by 3 \n" ); document.write( "a - 2b = 2 \n" ); document.write( "replace a with (b+5), from the first equation/statement \n" ); document.write( "(b+5) - 2b = 2 \n" ); document.write( "b - 2b = 2 - 5 \n" ); document.write( "-b = -3 \n" ); document.write( "b = 3 \n" ); document.write( "then, obviously; \n" ); document.write( "a = 8 \n" ); document.write( " Find the number. 83 is the number \n" ); document.write( ": \n" ); document.write( "; \n" ); document.write( "Check \n" ); document.write( "(83-6)/11 = 7 \n" ); document.write( " |