All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Just Math
Zero Sum Expression (Posted on 2015-03-25) Difficulty: 3 of 5
Define p ⊗ q = p+q-p*q, and find all possible triplets (a, b, c) of integers such that:
a ⊗ ( b ⊗ c) + b ⊗ (c ⊗ a) + c ⊗ (a ⊗ b) = 0

See The Solution Submitted by K Sengupta    
Rating: 5.0000 (1 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution algebraic solution Comment 2 of 2 |
The equation simplifies to 
a+b+c-ab-ac-bc+abc=0 [by inspection (0,0,0) is a solution.]
which can be solved for c
c=(ab-a-b)/(ab-a-b+1)

an expression of the form n/(n+1) is only an integer if n=0 or n=-2
ab-a-b=0 has solution a=2, b=2 so the triplet (2,2,0)
ab-a-b=-2 
can be rewritten as
b=(a-2)/(a-1) is also of the form n/(n+1)
a-2=0 has solution a=2, b=0 so the triplet (2,0,2)
a-2=-2  has solution a=0, b=2 so the triplet (0,2,2)

  Posted by Jer on 2015-03-26 08:17:28
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (1)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (23)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information