You can
put this solution on YOUR website!the sum of two numbers is 255. when the smaller number is subtracted from the larger, the result is -39.find the numbers
---------------
x+y=255
x-y=-39
------------
Add the two equations to get:
2x = 216
x = 108
y = 147
================
Cheers,
Stan H.
You can
put this solution on YOUR website!X+Y=255 OR X=255-Y
Y-X=-39 NOW REPLACE X WITH (255-Y) & SOLVE FOR FOR Y
Y-(255-Y)=-39
Y-255+Y=-39
2Y=-39+255
2Y=216
Y=216/2
Y=108 ANSWER FOR THE LARGER NUMBER.
Y-108=255
X=255-108
X=147 FOR THE SMALLER NUMBER.
--------------------------------------------------------------------
THIS WORKS OUT MATHEMATICALLY BUT NOT LOGICALLY.
108 IS NOT A LARGER NUMBER THAN 147!!!!!!!!
You can
put this solution on YOUR website!First set some variables
Let the first number = x
Let the second number = y
Given: sum of two numbers is 255
so
x + y = 255
Given: the differenc of two numbers is -39
so
x - y = -39
Now set the fist equation equal to x
so
x + y = 255
x = 255 - y
Now replace the x in x - y = -39 with 255 - y
so
x - y = -39
255 - y - y = -39
255 - 2y = -39
-2y = -39 - 255
-2y = -294

y = 147
Now we have found one of the numbers to be 147
Next we can use that to find the other number
so we know from the given that x + y = 255
replace y with 147 and solve for x
x + y = 255
x + 147 = 255
x = 108
Now we found the other number to be 108
So we x = 108 and y = 147
To check our results just plug the values for x and y into
x + y = 255
and
x - y = -39
so here we go
x + y =255
108 + 147 = 255
255 = 255
It works so lets try the other one
x - y = -39
108 - 147 = -39
-39 = -39
This works too. So we know that we have successfully solve the problem.