document.write( "Question 356887: what are the 2 consecutive numbers that equal 205 \n" ); document.write( "
\n" ); document.write( "Hi,\n" ); document.write( "*Note: consecutive numbers differ by 1\n" ); document.write( "Let n be the first, then (n + 1) would be the other\n" ); document.write( "the question states\n" ); document.write( "n + (n + 1) = 205\n" ); document.write( "2n + 1 = 205\n" ); document.write( "2n = 204\n" ); document.write( "n = 102\n" ); document.write( "The 2 consecutive numbers would be 102 and 103\n" ); document.write( "check your answer\n" ); document.write( "102 + 103 = 205