document.write( "Question 566235: Prove that the sum of any pair of rational numbers is a rational number. \n" ); document.write( "
Algebra.Com's Answer #366153 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Let p = a/b and q = c/d be two rational numbers, where a, b, c, d are integers.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now add them:\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p + q\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a/b + c/d\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(ad)/(bd)+(bc)/(bd)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(ad+bc)/(bd)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So p + q = (ad+bc)/(bd), which is a rational number (the numerator and denominator are both integers since integer addition and multiplication are both closed operations)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So this proves that the sum of any pair of rational numbers is a rational number. \n" ); document.write( " |