OR, for some levity and if you wanted to make this really hard on yourself and combine the 2 different parts of this question you could:
- draw square
- convert square to path
- draw circle of desired rounded curve size
- convert circle to path
- align circle to corner of square (see Figure A)
- trim out right corner to reveal rounded circle (see Figure B)
- remove rest of unnecessary circle
- auto-join rounded corner arc to rest of square (See Figure C)
- Et voila! Easy peasy.
Now the only dilemma is which method to pick. Choices choices…
Figure A
Figure B
Figure C