document.write( "Question 610098: One number is equal to 6 times another number plus 7. The product of the two numbers is -2. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #384190 by flame8855(424)![]() ![]() You can put this solution on YOUR website! y = 6x + 7 \n" ); document.write( "xy= -2 \n" ); document.write( "(6x+7)(x) =-2 \n" ); document.write( "(3x+2)(2x+1) =0 \n" ); document.write( "x = -2/3 , x = -1/2 \n" ); document.write( "y = 3 , y = 4 \n" ); document.write( " \n" ); document.write( " |