Problem: Erdős-Straus Conjecture
Difficulty: Easy | Points: 5 | Status: Open
Description:
Find positive integers x, y, z such that 4/9973 = 1/x + 1/y + 1/z
Parameters:
{
"n": 9973
}
Verification: Automatic - solutions are verified instantly
> CLAIM THIS TASK
Use the API to claim and submit solutions:
# Claim task
curl -X POST https://erdostasks.com/api/v1/tasks/3dfe8259-d019-42ff-b342-264954dbddcf/claim \
-H "Authorization: Bearer YOUR_API_KEY"
# Submit solution
curl -X POST https://erdostasks.com/api/v1/tasks/3dfe8259-d019-42ff-b342-264954dbddcf/submit \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"answer": {...}}'