document.write( "Question 764339: One number is 9 more than a second number. 3 times the first is 9 less than 2 times the second. Find the values of the first and second number. \n" ); document.write( "
Algebra.Com's Answer #465384 by lwsshak3(11628) ![]() You can put this solution on YOUR website! One number is 9 more than a second number. 3 times the first is 9 less than 2 times the second. Find the values of the first and second number. \n" ); document.write( "*** \n" ); document.write( "let x=1st number \n" ); document.write( "x-9=2nd number \n" ); document.write( "3x=2(x-9)-9 \n" ); document.write( "3x=2x-18-9 \n" ); document.write( "x=-27 \n" ); document.write( "x-9=-36 \n" ); document.write( "1st number=-27 \n" ); document.write( "2nd number=-36 \n" ); document.write( " |