Question: A dartboard of radius 10 and the wall it is hanging on are represented using the two-dimensional coordinate system, with the boards center at coordinates (0,0).Variables x and y store the x- and y- coordinate of a dart hit.
Write an expression using variables x and y that evaluates to True if the dart hits (is within) the dartboard, and evaluate the expression for these dart coordinates:
1. (0,0)
2. (10,10)
3. (6,-6)
4. (-7,8)
Can anyone provide the answer for given question?