document.write( "Question 349048: To make an international telephone call, you need the code for the country you are calling. The codes for Belgium, France, and Spain are three consecutive integers whose sum is 99. Find the code for each country. \n" ); document.write( "
Algebra.Com's Answer #249486 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Call the consecutive integers \"n\", \"n%2B1\", \"n%2B2\"
\n" ); document.write( "given:
\n" ); document.write( "\"n+%2B+n+%2B+1+%2B+n+%2B+2+=+99\"
\n" ); document.write( "\"3n+%2B+3+=+99\"
\n" ); document.write( "\"3n+=+96\"
\n" ); document.write( "\"n+=+32\"
\n" ); document.write( "The codes for the 3 countries are 32, 33, and 34
\n" ); document.write( "
\n" ); document.write( "
\n" );