#chatgpt answers is letting looped

1 messages · Page 1 of 1 (latest)

unique slate
#

Bug Report:

Steps to reproduce:

Enter this question "In a buffet where 5 different dessert items are served, you like each item with probability 0.7 independent of the other. Identify the random variable that you can associate with the number of items that you taste. What is the probability that you taste at most 3 of them?"

Expected result:

Some definitive answer

Actual result:

Looping on itself indefinitely

twilit arch
#

Works fine for me. Correctly identifies random variable X=1..5, identifies its distribution as Binomial(5, 0.7), which is correct and does the calculation for P(X<=3) = 47.18%, which is again correct.

#

Problem is underpecified, but GPT filled in the blanks well. X shows number of desserts before one finds the one they like.