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
0927.json11 linesDownload Raw Back to calculation
1{2    "source_file": "./raw_volume-zh/volume7/exercise9.tex",3    "problem_type": "calculation",4    "problem": "问题4. $G$ 是 $\\triangle A B C$ 的重心, $M 、 N$ 分别是 $A C 、 A B$ 的中点.\n设 $\\triangle A N C$ 和 $\\triangle A M B$ 的外接圆相交于 $A$ 和 $P, \\triangle A M N$ 的外接圆交 $A P$ 于 $T$. 求 $A T: A P$.",5    "solution": "解: 如图(<FilePath:./images/volume7/figures/fig-c9a4-1.png>), 以 $A$ 为反演中心, 单位长度为反演幂,\n并记 $K$ 点的反象为 $K^{\\prime}$. 则由 $A 、 M 、 P 、 B$ 四点共圆及定理 5 知 $M^{\\prime} 、 P^{\\prime} 、 B^{\\prime}$ 三点共线.\n同理 $N^{\\prime} 、 P^{\\prime} 、 C^{\\prime}$ 也共线.\n又 $\\frac{A N^{\\prime}}{A B^{\\prime}}=\\frac{\\frac{1}{A N}}{\\frac{1}{A B}}=\\frac{A B}{A N}=2$. 所以 $B^{\\prime}$ 为 $A N^{\\prime}$ 的中点, 同理 $C^{\\prime}$ 为 $A M^{\\prime}$ 中点, 于是 $P^{\\prime}$ 为 $\\triangle A N^{\\prime} B^{\\prime}$ 的重心.\n反演后的图形成为图(<FilePath:./images/volume7/figures/fig-c9a4-2.png>), , 于是 $\\frac{A T}{A P}=\\frac{\\frac{1}{A T^{\\prime}}}{\\frac{1}{A P^{\\prime}}}=\\frac{A P^{\\prime}}{A T^{\\prime}}=\\frac{2}{3}$.",6    "remark": "",7    "figures": [8        "./images/volume7/figures/fig-c9a4-1.png",9        "./images/volume7/figures/fig-c9a4-2.png"10    ]11}