Re: I can't solve this problem... Please help me



On Feb 28, 12:06 pm, "TheGhost" <lukas...@xxxxx> wrote:
Hi,

I have to solve a exercise but I don't know how do it. Could you help
me?

The number 100 we can show as a sum of three numbers. There is only 3
solutions of this problem. The solution where are the highest numbers
is below:
1870^3 + (-1797)^3 + (-903)^3 = 100.
How can I find another 2 solutions??

Thanks a lot.

I was wrong about the "couple of minutes" estimate.

My Matlab implementation of a brute force search found
all 3 solutions in less than a second.

- Randy

.



Relevant Pages

  • Re: Comments needed for attempted proof of a simple integral
    ... > X" problems aren't so difficult because standard math education has been ... > about solving problems of that nature and I can usually verify answers ... > exercise for me to verify, and there are a lot of those in this book. ... >> My thinking is to translate the integral into a sum, ...
    (sci.math)
  • Steve Summit C notes , exercise
    ... this is the programme i created, for exercise 2, assignment 3 at ... the average of the squares of the numbers from 1 to 10. ... the sum of all ...
    (comp.lang.c)
  • Re: Comments needed for attempted proof of a simple integral
    ... I can usually verify answers to those problems with software. ... It's proofs that are hardest type of exercise for me to verify, ... > such that s is constant on the open subintervals of P. ... > gives the following sum: ...
    (sci.math)
  • Re: C program question
    ... >successfully the first part of the exercise, ... This does not sum the integers from n to 2*n. ... code prints 12. ... Once you have the loop for positive values, ...
    (alt.comp.lang.learn.c-cpp)
  • Re: cant solve an exercise-help me with it
    ... > I'm studying python newly and have an exercise that is difficult for me as a ... > "Write a program that approximates the value of pi by summing the terms of ... > number of terms to sum and then output the sum of the first n terms of this ... sum += num / den ...
    (comp.lang.python)