CoolFace
Datasetpublic

math-ai/BlueMO

BlueMO 🚀 BlueMO: A Comprehensive Collection of Challenging Mathematical Olympiad Problems from the Little Blue Book Series   BlueMO is a comprehensive and challenging dataset comprising mathematical olympiad problems paired with detailed solutions, meticulously curated from the esteemed "Little Blue Book" (小蓝书) series (Second Edition)—a vital resource for Chinese students training for national and international olympiad math competitions. Designed to… See the full description on the dataset page: https://huggingface.co/datasets/math-ai/BlueMO.

sourceHugging Facecc-by-nd-4.0updated 8mo agoView on Hugging Face
3likes9.4kdownloads
0352.json8 linesDownload Raw Back to calculation
1{2    "source_file": "./raw_volume-zh/volume13/exercise5.tex",3    "problem_type": "calculation",4    "problem": "问题4. 设 $0<a_1 \\leqslant a_2 \\leqslant \\cdots \\leqslant a_n<\\pi, a_1+a_2+\\cdots+a_n=A$, 求 $\\sin a_1+ \\sin a_2+\\cdots+\\sin a_n$ 的最大值.",5    "solution": "仿上题方法, 可求得 $\\sin a_1+\\sin a_2+\\cdots+\\sin a_n$ 的最大值为 $n \\sin \\frac{A}{n}$.",6    "remark": "",7    "figures": []8}