SOLUTION: The difference of two numbers is 33. The second is 7 less than 3 times the first. What are the two numbers?
Algebra ->
Sequences-and-series
-> SOLUTION: The difference of two numbers is 33. The second is 7 less than 3 times the first. What are the two numbers?
Log On
Question 80665: The difference of two numbers is 33. The second is 7 less than 3 times the first. What are the two numbers? Found 4 solutions by praseenakos@yahoo.com, Shin123, MathTherapy, ikleyn:Answer by praseenakos@yahoo.com(507) (Show Source):
x = first y = second
x - y = 33 (1) according to the condition
y = 3x-7 (2) according to the condition
Substitute (2) into (1) to get
x - (3x-7) = 33
x - 3x + 7 = 33
-2x = 33 - 7
-2x = 26
x = -13 ====> y = 3x-7 = 3*(-13) - 7 = -39-7 = -46.
Answer. The numbers are -13 (first) and -46 (second).
-----------------
Notice: The words "the difference of two numbers" may mean (x-y) OR (y-x) - it is not determined by an unique way.
So, playing with the difference y-x = 33, you will get another answer.