2022-12-25 13:44:41 +0200 | received badge | ● Famous Question (source) |
2021-11-11 23:26:12 +0200 | received badge | ● Notable Question (source) |
2021-06-15 23:12:40 +0200 | received badge | ● Popular Question (source) |
2021-02-02 11:21:44 +0200 | received badge | ● Editor (source) |
2021-02-01 04:55:10 +0200 | commented question | integer solutions to this system of equations No just trying to solve! |
2021-02-01 04:52:00 +0200 | received badge | ● Supporter (source) |
2021-01-31 23:24:12 +0200 | received badge | ● Student (source) |
2021-01-31 15:19:04 +0200 | asked a question | integer solutions to this system of equations Consider the following system of two equations: $$ x + y + z = 24 n + 3 $$ $$ x y z = 576 n³ + 216 n^2 + 27 n - 25 $$ For what value of $n$ are there integer solutions $x$, $y$, $z$? Can someone help me to write down a code for the above! |