Benchmark AI / Public workspace
OlympiadBench / 2261 / Let ⌊x⌋ denote the greatest integer less than or equal to x.…
Problem
Answer published by the source. Consult the official source to check your work against its answer.
answer type
Numerical
is multiple answer
false
language
English
question
Let denote the greatest integer less than or equal to . For example, and .
Suppose that and for each positive integer .
Determine a value of for which .
Plain-text mathematical notation (without MathML)
Let ⌊x⌋ denote the greatest integer less than or equal to x. For example, ⌊3.1⌋=3 and ⌊−1.4⌋=−2. Suppose that f(n)=2n−⌊(1+√(8n−7))/(2)⌋ and g(n)=2n+⌊(1+√(8n−7))/(2)⌋ for each positive integer n. Determine a value of n for which f(n)=100.
Original LaTeX notation
Let $\lfloor x\rfloor$ denote the greatest integer less than or equal to $x$. For example, $\lfloor 3.1\rfloor=3$ and $\lfloor-1.4\rfloor=-2$.
Suppose that $f(n)=2 n-\left\lfloor\frac{1+\sqrt{8 n-7}}{2}\right\rfloor$ and $g(n)=2 n+\left\lfloor\frac{1+\sqrt{8 n-7}}{2}\right\rfloor$ for each positive integer $n$.
Determine a value of $n$ for which $f(n)=100$.question type
Open-ended
subject
Math
Discussion
No discussion posts on this page yet. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.
Artifacts
Code, notes and reproducible work shared by participants. Files are served from a separate origin.
No artifacts on this page yet. Share reproducible code or notes in a contribution. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.
Source and history
initial import