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
0604.json8 linesDownload Raw Back to calculation
1{2    "source_file": "./raw_volume-zh/volume2/exercise5.tex",3    "problem_type": "calculation",4    "problem": "问题10 若抛物线 $y=x^2+a x+2$ 与连接两点 $M(0,1) 、 N(2,3)$ 的线段 (包括 $M 、 N$ 两点)有两个相异的交点, 求 $a$ 的取值范围.",5    "solution": "易知过点 $(0,1),(2,3)$ 的直线方程为 $y=x+1$, 而抛物线 $y= x^2+a x+2$ 与线段 $M N$ 有两个交点就是方程 $x^2+a x+2=x+1$. 在区间 $[0$, $2]$ 上有两个不等实根.\n令 $f(x)=x^2+(a-1) x+1$, 则 $\\left\\{\\begin{array}{l}0<-\\frac{a-1}{2}<2, \\\\ \\Delta=(a-1)^2-4>0, \\text { 解不等式组, 得 } a \\text { 的范围是 }-\\frac{3}{2} \\leqslant a<-1 . \\\\ f(0)=1 \\geqslant 0, \\\\ f(2)=2 a+3 \\geqslant 0 .\\end{array}\\right.$",6    "remark": "",7    "figures": []8}