document.write( "Question 816674: Two consecutive numbers have a sum of -11. The second number is four more than twice the first number. Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #491652 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! Two consecutive numbers have a sum of -11 \n" ); document.write( "x+x+1=-11 \n" ); document.write( "2x+1=-11 \n" ); document.write( "2x=-12 \n" ); document.write( "x=-6 \n" ); document.write( "x+1=-5 \n" ); document.write( "The second number is four more than twice the first number \n" ); document.write( "x+1=2x+4 \n" ); document.write( "x=2x+3 \n" ); document.write( "0=x+3 \n" ); document.write( "x=-3 \n" ); document.write( "The first equation says the first number is -6 \n" ); document.write( "The second equations say the first number is -3 \n" ); document.write( "They are incompatible \n" ); document.write( "No such numbers exost \n" ); document.write( " |