Post Reply 
Little math problems September 2018
09-20-2018, 02:37 PM (This post was last modified: 09-21-2018 01:44 AM by Albert Chan.)
Post: #4
RE: Little math problems September 2018
Code:

Sum of squares = cube, sum of cubes = square puzzle ...

SPOILER ALERT
SPOILER ALERT
SPOILER ALERT
SPOILER ALERT




Smallest positive integer pair should be (2,2). 4 + 4 = 8, 8 + 8 = 16
Doing brute force for a <= b < 10000, these work too (besides 2,2)

128, 128 = 2*4^3, 2*4^3
625, 1250 = 5^3, 2*5^3
1458, 1458 = 2*3^3, 2*3^3
8192, 8192 = 2*16^3, 2*16^3

Edit: found the general form of sum of 2 squares a cube. Not sure if it cover all cases ...
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Little math problems September 2018 - Albert Chan - 09-20-2018 02:37 PM



User(s) browsing this thread: 2 Guest(s)