document.write( "Question 1107695: To make an international call, you need the code for the country you are calling. The codes for country A, country B, and C are three consecutive integers whose sum is 108. Find the code for each country. \n" ); document.write( "
Algebra.Com's Answer #722706 by addingup(3677)![]() ![]() You can put this solution on YOUR website! A = x \n" ); document.write( "B = x + 1 \n" ); document.write( "C = x + 2 \n" ); document.write( "------------------------------- \n" ); document.write( "x + x + 1 + x + 2 = 108 \n" ); document.write( "3x + 3 = 108 \n" ); document.write( "3x = 105 \n" ); document.write( "x = 35 this is A. B = 35 + 1 = 36 and C = 35 + 2 = 37 \n" ); document.write( " \n" ); document.write( " |