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

Home > Numbers
Always solvable (Posted on 2018-09-15) Difficulty: 2 of 5
Given integer r, find integers a,b such that a^2-b^2=r^3

No Solution Yet Submitted by Ady TZIDON    
No Rating

Comments: ( Back to comment list | You must be logged in to post comments.)
solution | Comment 1 of 2
a^2-b^2=r^3

(a+b)(a-b)=r^3


a+b=r^2

a-b=r

2a=r+r^2

a=(r+r^2)/2=r(r+1)/2

2b=r^2-r

b=(r^2-r)/2=r(r-1)/2


thus a=r(r+1)/2 and b=r(r-1)/2 work because for all integers r either r or r+1 is even and likewise either r or r-1 is even and thus these values for a,b are also integers.

  Posted by Daniel on 2018-09-15 12:47:13
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (7)
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