document.write( "Question 350223: the sum of 2 consecutive numbers is 95. what r the numbers \n" ); document.write( "
Algebra.Com's Answer #250351 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! HI, \n" ); document.write( "*Note: consecutive Integers differ by one. \n" ); document.write( "Let n and (n+1) represent the integers \n" ); document.write( ". \n" ); document.write( "Write as You Read \n" ); document.write( "n + (n+1)) = 95 \n" ); document.write( ". \n" ); document.write( "simplify and solve \n" ); document.write( "2n + 1 = 95 \n" ); document.write( "2n = 94 \n" ); document.write( "n= 47 \n" ); document.write( ". \n" ); document.write( "check your answer \n" ); document.write( "47 + 48 = 95 \n" ); document.write( " |