document.write( "Question 4985: a two digit number is 6 times the sum of its digits. the tens digit is 1 more than the units digit. find the number. \n" ); document.write( "
Algebra.Com's Answer #2480 by xcentaur(357)![]() ![]() ![]() You can put this solution on YOUR website! let the digits of the number be x and y \n" ); document.write( "then the number is (10x+y) \n" ); document.write( " \n" ); document.write( "Given the two digit number is 6 times the sum of its digits. \n" ); document.write( "Sum of its digits = (x+y) \n" ); document.write( "From given statement we get \n" ); document.write( "(10x+y)=6(x+y)..................[1] \n" ); document.write( " \n" ); document.write( "Also we have,the tens digit is 1 more than the units digit. \n" ); document.write( "this means that x=y+1...........[2] \n" ); document.write( "
|