document.write( "Question 188634: Question: A number consists of two digits. The no. is 3 less than seven times the sum of their digits. If the order of the digit is changed then the new no. is 18 less than the original no. Find the no.? \n" ); document.write( "
Algebra.Com's Answer #141435 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! ab can be written as 10a+b.....ba can be written as 10b+a \n" ); document.write( ": \n" ); document.write( "10a+b=7(a+b)-3.........eq 1--->10a+b=7a+7b-3--->3a-6b=-3 \n" ); document.write( "10b+a=10a+b-18.........eq 2------------------->-9a+9b=-18 \n" ); document.write( ": \n" ); document.write( "3a-6b=-3......revised eq 1 \n" ); document.write( "-9a+9b=-18.....revised eq 2 \n" ); document.write( ": \n" ); document.write( "multiply eq 1 by 3 and add the two equations together. a terms will be eliminated and we are left with -18b+9b=-9-18 \n" ); document.write( ": \n" ); document.write( "-9b=-27 \n" ); document.write( ": \n" ); document.write( "b=3 \n" ); document.write( ": \n" ); document.write( "plug b's value into any equation ...I chose revised eq 1 \n" ); document.write( "3a-6(3)=-3 \n" ); document.write( ": \n" ); document.write( "3a=15 \n" ); document.write( ": \n" ); document.write( "a=5 \n" ); document.write( ": \n" ); document.write( "original number is 53 \n" ); document.write( " |