document.write( "Question 1036895: I am a number between 70 and 80. The second digit is 3 smaller then the first digit. I know it's 74 because 7-4=3, but how can i solve it mathematically? \n" ); document.write( "
Algebra.Com's Answer #651582 by Boreal(15235) You can put this solution on YOUR website! 70<=10y+x<=79 \n" ); document.write( "y-x=3 \n" ); document.write( "==== \n" ); document.write( "70<70x-210+x<=79 \n" ); document.write( "280<=71x<=289 \n" ); document.write( "x is an integer \n" ); document.write( "x=4; y=7 \n" ); document.write( " \n" ); document.write( " |