MathDB
Solve y^2 - [x]^2 = 19.99 and x^2 + [y]^2 = 1999 in R

Source: 0

June 28, 2011
conicshyperbolaparabolafunctionprobabilityfloor function

Problem Statement

Find all pairs (x,y)(x, y) of real numbers such that y2[x]2=19.99 and x2+[y]2=1999y^2 - [x]^2 = 19.99 \text{ and } x^2 + [y]^2 = 1999 where f(x)=[x]f(x)=[x] is the floor function.