200k views
0 votes
Maricel is programming an archery component of a new video game. In her code, she has created an "auto aim" feature that helps players more easily hit their intended targets.

The code works such that if the player is aimed at

A

AA but instead should be aimed at target

T

TT, the game will automatically adjust the angle at which the arrow is fired directly at

T

TT.

If

A

AA and

T

TT are

15

1515 meters apart in the example below, how many degrees will Maricel's code adjust the shot?

Do not round during your calculations. Round your final answer to the nearest degree.






degrees


Archer

Archer

?

?

T

T

A

A

60

m

60 m

50

m

50 m

15

m

15 m


Show Calculator

1 Answer

4 votes

Answer:

12 degrees

Explanation:


b^2=a^2+t^2-2atCosB\\15^2=50^2+60^2-2(50)(60)Cos B\\Cos B=(15^2-(50^2+60^2))/(-2(50)(60)) \\Cos B=0.9792\\B=arc Cos 0.9792\\B=11.7^0

Maricel's code will adjust the shot by 12 degrees to the nearest degree.

Maricel is programming an archery component of a new video game. In her code, she-example-1
User Sin Tribu
by
5.9k points