document.write( "Question 344820: what two numbers have the same two digits, but the order of the digits is different. The sum of the digits is 8. The difference of the two numbers is 18. What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #246752 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 10x+y-(10y+x)=18 \n" ); document.write( "x+y=8 \n" ); document.write( "x=8-y \n" ); document.write( "10(8-y)+y-(10y+(8-y)=18 \n" ); document.write( "80-10y+y-10y-8+y=18 \n" ); document.write( "-18y=18-80+8 \n" ); document.write( "-18y=-54 \n" ); document.write( "y=3 ans. \n" ); document.write( "x=8-3=5 ans. \n" ); document.write( "Proof: \n" ); document.write( "10*5+3-(10*3+5)=18 \n" ); document.write( "50+3-30-5=18 \n" ); document.write( "53-35=18 \n" ); document.write( "18=18 \n" ); document.write( " \n" ); document.write( " |