|
|
|
|
|
by egeozcan
1251 days ago
|
|
Just make it try to come up with a function definition f, that satisfies the following outputs: f(9) = 90 f(8) = 72 f(7) = 56 f(6) = 42 Humans can solve this easily (x^2 + x), ChatGPT says it's f(x) = -x^2 + 18x + 90 (when you say it's supposed to be quadratic) |
|