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.7kdownloads
0730.json8 linesDownload Raw Back to calculation
1{2    "source_file": "./raw_volume-zh/volume3/exercise3.tex",3    "problem_type": "calculation",4    "problem": "问题3 在 $\\triangle A B C$ 中, $A=60^{\\circ}, a=\\sqrt{6}, b=4$, 则满足条件的三角形有( ).\n(A) 一解\n(B) 两解\n(C) 无解\n(D) 不能确定",5    "solution": "C. 由正弦定理, 得 $\\frac{a}{\\sin A}=\\frac{b}{\\sin B}$, 于是 $\\sin B=\\frac{b \\sin A}{a}=\\frac{4 \\sin 60^{\\circ}}{\\sqrt{6}}= \\sqrt{2}>1$, 故无解.",6    "remark": "",7    "figures": []8}