document.write( "Question 1167164: John's number is negative 2/3 Tom's number. alex's number is 2 less than tom's number. the sum of all three numbers is negative ten. Fine three numbers. \n" ); document.write( "
Algebra.Com's Answer #791758 by Boreal(15235) You can put this solution on YOUR website! T=x \n" ); document.write( "A=x-2 \n" ); document.write( "J=(-2/3)x \n" ); document.write( "x+x-2-(2/3)x=-10 \n" ); document.write( "(4/3)x=-8 \n" ); document.write( "x=-8(3/4)=-6 \n" ); document.write( "Tom's is -6 \n" ); document.write( "Alex's is -8 \n" ); document.write( "and John's is 4 \n" ); document.write( "They add to -10 \n" ); document.write( " |