Difference between revisions of "2016 AMC 12A Problems/Problem 3"
(→Solution) |
(→Problem) |
||
Line 3: | Line 3: | ||
==Problem== | ==Problem== | ||
The remainder function can be defined for all real numbers <math>x</math> and <math>y</math> with <math>y\ne 0</math> by | The remainder function can be defined for all real numbers <math>x</math> and <math>y</math> with <math>y\ne 0</math> by | ||
− | <math>\text{rem}(x,y)=x-y\Big\lfloor\frac{x}{y}\Big\rfloor | + | <math>\text{rem}(x,y)=x-y\Big\lfloor\frac{x}{y}\Big\rfloor</math>, |
where <math>\Big\lfloor\frac{x}{y}\Big\rfloor</math> denotes the greatest integer less than or equal to <math>\frac{x}{y}</math>. What is the value of <math>\text{rem}\left(\frac{3}{8},-\frac{2}{5}\right)</math>? | where <math>\Big\lfloor\frac{x}{y}\Big\rfloor</math> denotes the greatest integer less than or equal to <math>\frac{x}{y}</math>. What is the value of <math>\text{rem}\left(\frac{3}{8},-\frac{2}{5}\right)</math>? | ||
Revision as of 22:43, 3 February 2016
Problem
The remainder function can be defined for all real numbers and with by , where denotes the greatest integer less than or equal to . What is the value of ?
Solution