IN ORDER TO IMPLEMENT A SET OF RULES / TUTORIALOUTLET DOT COM IN ORDER TOIMPLEMENTASETOFRULES/TUTORIALOUTLET.COM | Page 2

an exact answer, using 1r, as needed. Type your answer in radians. Use integers or fractions for any numbers in the expression. Use a comma to separate answers as needed.) Find all solutions of the equation in the interval [0, 21:). 8 sln 29 = 2 Select the correct choice and fill in any answer boxes in your choice below. 0.. e={C} (Simplify your answer. Type an exact answer, using 1|: as needed. Type your answer in radians. Use integers or fractions for any numbers in the expression. Use a comma to separate answers as needed.) ------------------------------------------------------------------------------------ BTE 200 The following formula gives the distance between two points FOR MORE CLASSES VISIT www.tutorialoutlet.com The following formula gives the distance between two points, (x1, y1) and (x2, y2) in the Cartesian plane: (1‗2 — 1171)2 + (3/2 — 902 Given the center and a point on the circle, you can use this formula to find the radius of the circle. Write a program that prompts the user to enter the center and a point on the circle. The program should then output the circle‘s radius, diameter, circumference, and area. Your program must have at least the following functions: a. distance: This function takes as its parameters four numbers that represent two points in the plane and returns the distance between them. b. radius: This function takes as its parameters four numbers that represent the center and a point on the circle, calls the function distance to find the radius of the circle, and returns the circle‘s radius. c. circumference: This function takes as its parameter a number that represents the radius of the circle and returns the circles circumference. (If r is the radius, the