3

I'm in the process of of again learning algebra 1. But I ran across this problem the other day. The sum of two numbers is $10$ and the sum of their reciprocals is $5/12$. Find the numbers. Instinctively, I thought okay $x+x=10$ And when worked out $x=5$. Looked up the answer and quite different to mine. Did some research and found out the proper way to first solve for it should be $x+y=10$.

How is this so? I am confused. Beforehand thank you.

Haris
  • 3,409
  • "The sum of two numbers...". Unless stated otherwise one should assume they are different numbers and one should use different variables for them. The only reason to use $x$ for both of them is if you think they are both the same number. But that would be an entirely different problem "When a number is added to itself...." – fleablood Feb 19 '24 at 05:23

3 Answers3

3

$x$ is one variable. It can only hold one value at a time. So you can use it to represent only one unique number at a time.

The question talks about "two numbers". It never says the numbers are equal. They may or may not be equal. So we must use two different variables to represent them (say $x$ and $y$).

Just in case, the two numbers are equal (again, the question doesn't rule out that possibility), the solutions for $x$ and $y$ would be equal.

Here's an example of when we would use a single variable.

A number added to itself gives 10. Find the number.

Here, we are talking about a single number that is added to itself. So the equation would be $x + x = 10$.

Haris
  • 3,409
1

You (implicitly) assumed that the numbers were equal when when you wrote $x + x =10$ because $x = x$ for all numbers $x$. You should choose different letters for variables if you aren't sure they're the same.

dingus
  • 49
  • 7
0

You tried $5$, but the sum of the reciprocals $1/5+1/5 \ne 5/12$.

Hint: Did you try 3, 4? What are the factors of 12? These will help you figure out what $x$ and $y$ must be.

Answer:

If you choose $x=4$ and $y=6$ then $x+y = 4+6=10$ and $1/4+1/6=5/12.$

  • This helps to solve the problem that OP was set, but it doesn't answer OP's question, nor help to explain OP's misunderstanding. – gidds Feb 19 '24 at 13:32
  • They didn't use the reciprocal condition. I thought it was noteworthy because it was necessary to arrive at the correct answer, and it was not addressed. Only the misunderstanding about using one variable was addressed. – Chickenmancer Feb 20 '24 at 17:49