Step-by-step explanation:
003:
To solve this, we'll be using the Pythagorean theorem, 

004:
For the next couple questions we'll be using a fun rule called SOHCAHTOA, which stands for Sin (Opposite/Hypotenuse) Cos (Adjacent/Hypotenuse) Tan (Opposite/Adjacent). From this we can see that Tan θ is 8/
.
005:
From this rule again, we can tell that sin Ф (Opposite/Hypotenuse) is going to be
/15.
Answer:
003: 
004: 8/
005:
/15
Answer:
return 0;
Step-by-step explanation:
The Fibonacci numbers such that each number is the sum of the two preceding ones, but the first therm of the sequence cannot be built by this rule.
In that 
Then you may define it in the base case
return 0;
Answer:
0
Step-by-step explanation: