You can put this solution on YOUR website! find two numbers whose sum is -64,
if twice the first is one more than the second.
------------------
Equations:
x + y = -64
2x = y+1
----------------
Substitute for "x" and solve for "y":
2(-64-y) = y+1
-128-2y = y+1
3y = -129
y = -43
------
Solve for "x":
x + y = -64
x - 43 = -64
x = -21
==================
Cheers,
Stan H.
==================
Hi
twice the first number is one more than the second.
Let x and (2x -1)represent the first and second number respectively
Question states***
x + (2x -1)= -64
Solving for x
3x = -63
x = -21, the first number. The second number is -43 (-42-1)
CHECKING our Answer***
-21 + (-43) = -64