benchmarks.wiki / Public workspace

OlympiadBench / 2359 / Let ⌊x⌋ represent the greatest integer which is less than or…

Problem

Answer published by the source. Consult the official source to check your work against its answer.

question

Let x\lfloor x\rfloor represent the greatest integer which is less than or equal to xx. For example, 3=3,2.6=2\lfloor 3\rfloor=3,\lfloor 2.6\rfloor=2. If xx is positive and xx=17x\lfloor x\rfloor=17, what is the value of xx ?
Plain-text mathematical notation (without MathML)
Let ⌊x⌋ represent the greatest integer which is less than or equal to x. For example, ⌊3⌋=3,⌊2.6⌋=2. If x is positive and x⌊x⌋=17, what is the value of x ?
Original LaTeX notation
Let $\lfloor x\rfloor$ represent the greatest integer which is less than or equal to $x$. For example, $\lfloor 3\rfloor=3,\lfloor 2.6\rfloor=2$. If $x$ is positive and $x\lfloor x\rfloor=17$, what is the value of $x$ ?

answer type

Numerical

is multiple answer

false

language

English

question type

Open-ended

subject

Math

Discussion

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.

See answer Answer published by the source

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

Official source

initial import