You can
put this solution on YOUR website!1) The sum of two numbers is 43. One number plus three times the other number is 65. What are the numbers?
x + x = 43 ??
x + 3x = 65 ??
------------
x + y = 43
x + 3y = 65
---------------
x = 32
y = 11
2) The difference between two numbers is 55. Four times the smaller number plus five times the larger number is 176. What are the numbers?
z = smaller number
y = larger number
x - x = 55
4z + 5y = 76
------------
y - z = 55
4z + 5y = 176
-----
y = 55 + z
Sub for y in 2nd eqn
4z + 5*(55+z) = 176
4z + 275 + 5z = 176
9z = -99
z = -11
y = 44
You can
put this solution on YOUR website!1) The sum of two numbers is 43. One number plus three times the other number is 65. What are the numbers?
x + x = 43
x + 3x = 65
You can't use the SAME variable to represent the two different numbers! Use another variable:
Let x = one number
and y = second number
then
x + y = 43 (equation 1)
x + 3y = 65 (equation 2)
.
solve equation 1 for y:
x + y = 43
y = 43 - x
.
Substitute the above into equation 2 and solve for x:
x + 3y = 65
x + 3(43 - x) = 65
x + 129 - 3x = 65
129 - 2x = 65
129 = 2x+65
64 = 2x
32 = x
.
Substitute the above into equation 1 and solve for y:
x + y = 43
32 + y = 43
y = 11
.
Solution: the numbers are 11 and 32
.
2) The difference between two numbers is 55. Four times the smaller number plus five times the larger number is 176. What are the numbers?
z = smaller number
y = larger number
x - x = 55 <<<<--how did you get x? should be y-z=55
4z + 5y = 76 <<<<--should be 176
.
Let's start over:
z = smaller number
y = larger number
y - z = 55
4z + 5y = 176
.
Solve equation 1 for y:
y - z = 55
y = z+55
.
Substitute the above into equation 2 and solve for z:
4z + 5y = 176
4z + 5(z+55) = 176
4z + 5z + 275 = 176
4z + 5z + 275 = 176
9z + 275 = 176
9z = -99
z = -11
.
Substitute the above into equation 1 and solve for y:
y - z = 55
y - (-11) = 55
y+11 = 55
y = 44
.
Solution: the two numbers are -11 and 44