document.write( "Question 324471: One number is 6 more than the other. Their sum is 0. What is the value of the smaller number? \n" ); document.write( "
Algebra.Com's Answer #232232 by nerdybill(7384) You can put this solution on YOUR website! One number is 6 more than the other. Their sum is 0. What is the value of the smaller number? \n" ); document.write( ". \n" ); document.write( "Let x = \"other number\" \n" ); document.write( "then \n" ); document.write( "x-6 = first number \n" ); document.write( ". \n" ); document.write( "x + (x-6) = 0 \n" ); document.write( "x + x - 6 = 0 \n" ); document.write( "2x - 6 = 0 \n" ); document.write( "2x = 6 \n" ); document.write( "x = 3 (other number) \n" ); document.write( ". \n" ); document.write( "First number: \n" ); document.write( "x-6 = 3-6 = -3 \n" ); document.write( ". \n" ); document.write( "Answer: -3 \n" ); document.write( " |