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
0744.json8 linesDownload Raw Back to calculation
1{2    "source_file": "./raw_volume-zh/volume3/exercise3.tex",3    "problem_type": "calculation",4    "problem": "问题17 在 $\\triangle A B C$ 中, 若 $\\tan A=\\frac{1}{2}, \\tan B=\\frac{1}{3}$, 且最长的边的长为 1 , 则最短的边的长等于",5    "solution": "$\\frac{\\sqrt{5}}{5}$. 易知 $A C$ 最短.\n设 $C D$ 为 $A B$ 边上的高, 长为 $x$, 由 $\\tan A=\\frac{1}{2}$, $\\tan B=\\frac{1}{3}$, 可得 $A D=2 x, B D=3 x, A B=5 x=1, x=\\frac{1}{5}, A C=\\sqrt{5} x=\\frac{\\sqrt{5}}{5}$",6    "remark": "",7    "figures": []8}