document.write( "Question 841938: The sum of two numbers is -97. If the smaller number is 19 less than twice the larger, find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #507308 by Narsinghchauhan8960103366(17) You can put this solution on YOUR website! let larger no is x \n" ); document.write( "So smaller is 2x-19 \n" ); document.write( "according to question \n" ); document.write( "x+2x-19= -97 \n" ); document.write( "3x= -78 \n" ); document.write( "x= -26 \n" ); document.write( "larger no -26 \n" ); document.write( "smaller no 2*(-26)-19 \n" ); document.write( "= -52-19= -71 \n" ); document.write( " |