document.write( "Question 804715: Find two numbers whose product is -1. One of the numbers is three more than twice the other number.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #484883 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x*y=-1, \n" ); document.write( "x=2y+3\r \n" ); document.write( "\n" ); document.write( "x = 1, y = -1 \n" ); document.write( "x = 2, y = -1/2 \n" ); document.write( " \n" ); document.write( " |