document.write( "Question 750087: if a certain number of 2 digits is divided by the sum of its digits the quotient is 3 and remainder is 7 . If the digits are interchanged and the resulting number is divided by the sum of digits the quotient is 7 and the remainder is 3. Find the number. \n" ); document.write( "
Algebra.Com's Answer #456346 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! let unit place is y \n" ); document.write( "and tens place is x of two digit number\r \n" ); document.write( "\n" ); document.write( "number 10x+y \n" ); document.write( "and reverse number will be \n" ); document.write( "10y+x \n" ); document.write( "as per given conditions \n" ); document.write( "10x+y=3(x+y)+7 \n" ); document.write( "and \n" ); document.write( "10y+x +7(x+y)+3 \n" ); document.write( "solving these equations \n" ); document.write( "we can get as \n" ); document.write( "7x-2y=7 i \n" ); document.write( "-6x+3y=3 ii \n" ); document.write( "by solving both equations elimination method \n" ); document.write( "we will get \n" ); document.write( "X=3 \n" ); document.write( "and Y=7 \n" ); document.write( "two digit number whose tens place is 3 and unit place is 7 \n" ); document.write( "two digit number is 37 \n" ); document.write( "answer 37 \n" ); document.write( " |