Proof (x + y + xy = 36) -> x,y are not N

  • Thread starter Ronnie1303
  • Start date
  • Tags
    Proof
In summary: I hope you can show me, because the proof is otherwise delightful.Assuming x and y are even, xy is divisible by 4, and x+y is even.Right, but that doesn't mean they're even natural numbers at all!I mean, if X=6 and Y=4, they are both even, but neither XY/(X + Y) nor 36/(X + Y) is even an integer (they are 2.4 and 3.6 respectively).Also, an even number divided by an even number isn't necessarily even.
  • #1
Ronnie1303
2
0
Hi guys, I've been struggling with this proof for some quite time now. I have to prove that

x + y + xy = 36; has no solution in Natural numbers.

I've started with proving that both x and y have to be even numbers (which is easy to prove) but now I'm going in circles. The problem is, that there are even numbers which are solution to this equation ( -2 and -38, if I recall correctly). Any ideas here?
 
Physics news on Phys.org
  • #2
You could always brute-force it, though that seems inelegant. Let x and y each run from 1:36 (or let y run from 1:x, since the expression is symmetric).
 
  • #3
If they are both even, x'+y'+x'y'=18, and there are less cases to consider when using brute force approach.

And the story doesn't end here.
 
  • #4
Ronnie1303 said:
Hi guys, I've been struggling with this proof for some quite time now. I have to prove that

x + y + xy = 36; has no solution in Natural numbers.

I've started with proving that both x and y have to be even numbers (which is easy to prove) but now I'm going in circles. The problem is, that there are even numbers which are solution to this equation ( -2 and -38, if I recall correctly). Any ideas here?

Consider a rectangle with sides of length [itex]x + 1[/itex] and [itex]y + 1[/itex], which are both natural numbers if [itex]x[/itex] and [itex]y[/itex] are.

What's the area of this rectangle when [itex]x + y + xy = 36[/itex]?
 
  • Like
Likes 2 people
  • #5
pasmith said:
Consider a rectangle with sides of length [itex]x + 1[/itex] and [itex]y + 1[/itex], which are both natural numbers if [itex]x[/itex] and [itex]y[/itex] are.

What's the area of this rectangle when [itex]x + y + xy = 36[/itex]?

Very neat. :approve:
 
  • #6
pasmith said:
Consider a rectangle with sides of length [itex]x + 1[/itex] and [itex]y + 1[/itex], which are both natural numbers if [itex]x[/itex] and [itex]y[/itex] are.

Nice! I did not expect to be so profoundly enlightened in such a short sentence :smile:
 
  • #7
But if so (and if I understand it correctly), answer depends on whether we consider zero to be a natural number?
 
  • #8
Borek said:
But if so (and if I understand it correctly), answer depends on whether we consider zero to be a natural number?

I think the majority of people would agree that 0 is not a natural number. Some wouldn't. But if 0 were a natural number that makes the problem dead easy. x=0, y=36. Hardly worth asking.
 
  • #9
Dick said:
I think the majority of people would agree that 0 is not a natural number.
Actually, I would say that this is a 50/50 question. I myself don't agree that N does not include 0. I know that in many cases it makes no sense to say it does, but N* should be used to represent {1, 2, 3, ...}.
Dick said:
But if 0 were a natural number that makes the problem dead easy.
Agreed.
But the way it is written "Proof (x + y + xy = 36) -> x,y are not N" sounds really imperative. I wouldn't even expect myself to be able to prove that x, y are N*.
Dick said:
x=0, y=36
Or y = 0, x = 36.
 
  • #10
Let's start with your (correct) realization that both x and y must be even. This is easily shown.

Group the equation as follows:

(X + Y) + XY = 36

Dividing each term by (X + Y) gives

1 + XY/(X+Y) = 36/(X+Y)

Both XY/(X + Y) and 36/(X + Y) must be even.

But adding 1 to an even number cannot yield an even sum.

This contradicts the fact that X and Y must be even.

Check my algebra and logic.
 
  • #11
FermiAged said:
Dividing each term by (X + Y) gives
1 + XY/(X+Y) = 36/(X+Y)
(...)
This contradicts the fact that X and Y must be even.

I really do like this solution.
 
  • #12
FermiAged said:
Let's start with your (correct) realization that both x and y must be even. This is easily shown.

Group the equation as follows:

(X + Y) + XY = 36

Dividing each term by (X + Y) gives

1 + XY/(X+Y) = 36/(X+Y)

Both XY/(X + Y) and 36/(X + Y) must be even.

But adding 1 to an even number cannot yield an even sum.

This contradicts the fact that X and Y must be even.

Check my algebra and logic.

I'm a little slow today. Why must XY/(X + Y) and 36/(X + Y) be even? Why indeed must they be natural numbers at all?

I hope you can show me, because the proof is otherwise delightful.
 
  • #13
Assuming x and y are even, xy is divisible by 4, and x+y is even.
 
  • #14
Right, but that doesn't mean they're even natural numbers at all!

I mean, if X=6 and Y=4, they are both even, but neither XY/(X + Y) nor 36/(X + Y) is even an integer (they are 2.4 and 3.6 respectively).

Also, an even number divided by an even number isn't necessarily even.

Am I missing something, or does the proof fall apart at that step?
 
  • #15
Chogg is correct. My proof stinks. Let me take advantage of pasmith's suggestion.

(X + 1)(Y + 1) = X + Y + XY + 1 = 36 + 1 = 37

Since 37 is prime, (X + 1) and (Y + 1) must be 1 and 37 (or vice versa)

That means X and Y must be 0 and 36 (or vice versa)

Back to the argument about zero being a natural number!
 
  • #16
What happened to the rule to not provide complete solutions?
 
  • #17
Acoording to the definition it's very elusive whether 0 is a natural number or not. Neither is incorrect, however, if 0 were a natural number, the solution of this assignment is painfully obvious.

Since the assignment states that proof is needed such that there is no solution among natural numbers, we kind of have to assume right off the bat that 0 is Not a natural number.

It is relatively easy to prove, one can show that the values for x and y are fractions, fractions that at no time of the day can be natural values.
 
Last edited:
  • #18
FermiAged said:
Let's start with your (correct) realization that both x and y must be even. This is easily shown.

Group the equation as follows:

(X + Y) + XY = 36

Dividing each term by (X + Y) gives

1 + XY/(X+Y) = 36/(X+Y)

Both XY/(X + Y) and 36/(X + Y) must be even.

But adding 1 to an even number cannot yield an even sum.

This contradicts the fact that X and Y must be even.

Check my algebra and logic.

You don't have to do any division - if you do, you have to justify that the resulting quotients are all integers, as you yourself have realized.

Actually, it's very easy to see why x and y must both be even. Just use these well-worn properties:

odd + odd = even
even + even = even
odd + even = odd
odd*even = even
even*even = even

Those should be obvious, but they're trivially proven.

There are only 3 possibilites: x and y are both odd, exactly one of x and y is odd, or both x and y are even.

First case. You get odd + odd + odd = even + odd = odd. That can't equal 36.

Second case. Say x is odd, y is even. The relation is symmetric, so it doesn't matter which you choose to be odd. So you get odd + even + even = odd + even = odd. Again it can't equal 36.

The final case is the only one that is admissible. Even + even + even = even. There's no contraindication equating that to 36.

Done.
 
  • #19
LCKurtz said:
What happened to the rule to not provide complete solutions?

I agree that enforcement of this has been fairly arbitrary. I've been issued an infraction before for providing an alternate solution *after* the original poster had solved the problem.

Then again, I don't know if what was provided in this thread constitutes a full solution. Pasmith's post provides a very neat solution and the large insight has already been revealed. But the small insight of recognising that 37 is prime is still required.

As to the question of whether 0 is a natural number, there is no standard convention. That makes this a dumb question. It could easily have been rectified by saying there are no solutions in the positive integers.
 
  • #20
FermiAged said:
Back to the argument about zero being a natural number!

lendav_rott said:
Acoording to the definition it's very elusive whether 0 is a natural number or not

I say that 0 is not a natural number! That settles it, doesn't it? :smile:
 
  • #21
LCKurtz said:
I say that 0 is not a natural number! That settles it, doesn't it? :smile:
Obviously.
 
  • #22
LCKurtz said:
I say that 0 is not a natural number! That settles it, doesn't it? :smile:

Only for those that agree :tongue2:
 
  • #23
LCKurtz said:
What happened to the rule to not provide complete solutions?

The rule is still there. It's just too bad I haven't found this thread earlier, otherwise I would have deleted most of the posts. Now it's too late for that.

Pasmith gave a pretty large hint, but not too large. So that was not a problem.

Please feel free to report these kind of threads next time.
 
  • #24
hey guys... the question says x, y should not be N. then why are u repeatedly saying that the answers are 0 and 36? 36 is a natural number as far as I know:D
 
  • #25
Borek said:
If they are both even, x'+y'+x'y'=18, and there are less cases to consider when using brute force approach.

And the story doesn't end here.

Actually, that should be ##x' + y' + 2 x'y' = 18##.
 

1. What does "Proof (x + y + xy = 36) -> x,y are not N" mean?

The statement "Proof (x + y + xy = 36) -> x,y are not N" is a mathematical proof that states if the sum of two numbers (x and y) and their product is equal to 36, then x and y cannot be natural numbers (positive integers).

2. How is this proof relevant to science?

This proof is relevant to science because it demonstrates the use of logical reasoning and deductive thinking to arrive at a conclusion. It also highlights the importance of precise and accurate mathematical calculations in scientific research and experiments.

3. Can you provide an example to illustrate this proof?

Sure, for example, let x = 3 and y = 4. Plugging these values into the equation (x + y + xy = 36), we get: 3 + 4 + (3*4) = 36. This simplifies to 7 + 12 = 36, which is true. However, since both x and y are natural numbers, this contradicts the statement in the proof that x,y are not N.

4. What is the significance of proving that x,y are not N?

The significance of this proof is that it helps us understand the properties and limitations of natural numbers. It also highlights the importance of carefully examining assumptions and logical arguments in scientific research.

5. Are there any real-life applications of this proof?

Yes, this proof has real-life applications in fields such as cryptography, computer science, and economics. For example, in cryptography, this proof can be used to demonstrate the security of certain algorithms based on prime numbers. In economics, it can be applied to game theory and decision making.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
13
Views
1K
  • Precalculus Mathematics Homework Help
Replies
11
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
597
  • Precalculus Mathematics Homework Help
Replies
13
Views
2K
  • Precalculus Mathematics Homework Help
Replies
8
Views
9K
  • Precalculus Mathematics Homework Help
Replies
7
Views
759
  • Calculus and Beyond Homework Help
Replies
22
Views
346
  • Precalculus Mathematics Homework Help
Replies
17
Views
2K
  • Precalculus Mathematics Homework Help
Replies
5
Views
2K
  • Precalculus Mathematics Homework Help
Replies
19
Views
2K
Back
Top