document.write( "Question 931175: Can the sum of two 2 digit numbers be a 4 digit number? please explain how. \n" ); document.write( "
Algebra.Com's Answer #565470 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! Every 2 digit number is greater than 9 and less than 100\r\n" ); document.write( "\r\n" ); document.write( "Let M and N be two two-digit numbers, then\r\n" ); document.write( "\r\n" ); document.write( " 9 < M < 100\r\n" ); document.write( " 9 < N < 100\r\n" ); document.write( "\r\n" ); document.write( "We add those two inequalities term by term:\r\n" ); document.write( "\r\n" ); document.write( " 9 < M < 100\r\n" ); document.write( " 9 < N < 100\r\n" ); document.write( "------------\r\n" ); document.write( "18 < M+N < 200\r\n" ); document.write( "\r\n" ); document.write( "So their sum is always greater than 18 and less than 200,\r\n" ); document.write( "so their sum can never be a 4 digit number. That's because\r\n" ); document.write( "4-digit numbers are all greater than 999.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |