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
0733.json8 linesDownload Raw Back to calculation
1{2    "source_file": "./raw_volume-zh/volume3/exercise3.tex",3    "problem_type": "calculation",4    "problem": "问题6. 已知锐角 $\\triangle A B C$ 的边长分别为 $2 、 3 、 x$, 则第三边 $x$ 适合的条件是 ( ).\n(A) $1<x<5$\n(B) $\\sqrt{5}<x<\\sqrt{13}$\n(C) $\\sqrt{13}<x<5$\n(D) $1<x<\\sqrt{5}$",5    "solution": "B. 由条件得 $2^2+3^2>x^2$, 且 $2^2+x^2>3^2$, 且 $1<x<5$, 解之得 $\\sqrt{5}< x<\\sqrt{13}$.",6    "remark": "",7    "figures": []8}