document.write( "Question 665668: The sum of two consecutive number is 4 less than the larger number. Find the numbers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #413992 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Two consecutive numbers are represented by n and n+1. \n" ); document.write( "Your problem statement says that their sum is 4 less that the larger or \n" ); document.write( "(1) n + (n+1) = (n+1) - 4 or \n" ); document.write( "(2) 2n + 1 = n - 3 or \n" ); document.write( "(3) n = -4, then we have \n" ); document.write( "(4) n+1 = -4+1 or \n" ); document.write( "(5) n+1 = -3 \n" ); document.write( "Let's check this with (1) \n" ); document.write( "Is (-4 + (-4+1) = (-4+1)-4)? \n" ); document.write( "Is (-4-3 = -3-4)? \n" ); document.write( "Is (-7 = -7)? Yes \n" ); document.write( "Answer: The consecutive numbers are -4 and -3. \n" ); document.write( " |