The killer clowns are running rampant inside the Alamodome I
The killer clowns are running rampant inside the Alamodome. It is your job to give the police their location.
If the 50 yard line (where you see the Roadrunner) represents the origin, and you move in the angle of [150] you will end up in a particular section where a killer clown has been spotted (approximate).
If the field is about 50 meters wide, let this be your radius. Find the rectangular coordinates that match your polar coordinate (50, 150).
Go to the particular section that you would end up in based on moving at your wristband angle and where you should look for the killer clown. In the body of your post, put your (x,y) rectangular coordinates (round to nearest integer) to instruct the police where to find the killer clown.
Solution
r = 50
theta = 150
x = r*cos(theta) = 50*cos150 = -43.3
y = r*sin(theta) = 50*sin150 = 25
