Ask a New Question

Asked by Candice

Let X and Y be positive integers such that X^2 + 3X + Y^2 = 404.
What is the value of X + Y^3?

Find all possible solutions.

Thanks! :)
16 years ago

Answers

Answered by Reiny
I ran a simple GW-Basic program

10 FOR X = 1 TO 25
20 FOR Y = 1 TO 25
30 IF (X*X + 3*X + Y*Y) = 404 THEN PRINT X,Y
40 NEXT Y
50 NEXT X

and it gave me values of x and y that worked, they were ...

1 20
13 14
16 10
17 8

so x + y^3 could be 8001, 2757, or 81
16 years ago

Related Questions

If a and b are positive integers and their product is 3 times their sum, what is the value of 1/a +... When you add a positive integer and a negative integer, you sometimes get a negative result and some... A positive integer n is such that numbers 2n+1 and 3n+1 are perfect squares. Prove that n is divisib... Four different positive integers sum to one hundred twenty-five. If you increase one of these numbe... For each positive integer n, let Hn=1/1 + 1/2 +⋯+ 1/n . If ∑ (up)∞ (base)(n=4) 1/n*Hn*H(n-1... For each positive integer n, let H _{n} = 1/1 +1/2 +⋯+ 1/n sum_{n=4}^{∞} 1/n*H_{n}*H_{n-1}=a... one positive integer is 3 more than another. the difference of their reciprocals is 1/6. find the tw... Let $N$ be a positive integer. The number $N$ has three digits when expressed in base $11.$ When t...
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use