Question: how can i do this..?

greeting, i have a little trouble and getting under pressure.. i found how to "plot" circle using smartpot; i found how to get two curves into one graph by with(plots): f1:=plot(3*x^2,x=-4..4, color=orange): f2:=plot(-3*x^2+40,x=-4..4,color=blue): display(f1,f2); but i can't get things like two circles into one (i tried combining with(plots) combined with smartplot.. can anyone advise me for the case i can't find the answer? thanks
Please Wait...