S
S
ssqwssqw2017-01-28 17:38:57
Programming
ssqwssqw, 2017-01-28 17:38:57

How to determine whether a point with coordinates (x; y) belongs to the shaded part of the plane?

pDCr7DXAr40.jpgthanks in advance would be very grateful for the formulas

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Abdula Magomedov, 2017-01-28
@ssqwssqw

1. 0 <= x <= 6
2. -6 <= y <= 6
2. sqrt(x*x + y*y) <=6
3. y >= x-6

E
Elena, 2017-01-29
@keeper81

In my opinion condition 2 is superfluous - it will be executed automatically.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question