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
0737.json8 linesDownload Raw Back to calculation
1{2    "source_file": "./raw_volume-zh/volume3/exercise3.tex",3    "problem_type": "calculation",4    "problem": "问题10 设 $\\theta$ 是三角形中的最小内角, 且 $a \\cos ^2 \\frac{\\theta}{2}+\\sin ^2 \\frac{\\theta}{2}-\\cos ^2 \\frac{\\theta}{2}-a \\sin ^2 \\frac{\\theta}{2}= a+1$, 则 $a$ 适合的条件是 ( ).\n(A) $a<-1$\n(B) $a<-3$\n(C) $a \\leqslant-3$\n(D) $-3 \\leqslant a<-1$",5    "solution": "C. 由原等式可知 $a \\cos \\theta-\\cos \\theta=a+1$, 所以 $\\cos \\theta=\\frac{a+1}{a-1}$, 因 $\\theta$ 为 $\\triangle A B C$ 的最小内角, 故 $0<\\theta \\leqslant 60^{\\circ}$, 所以 $\\frac{1}{2} \\leqslant \\cos \\theta<1$, 即 $\\frac{1}{2} \\leqslant \\frac{a+1}{a-1}<1$, 从而 $a \\leqslant-3$.",6    "remark": "",7    "figures": []8}