The figure is not attached. So, I have attached it from the link- brainly.com/question/4198293
Answer:

Step-by-step explanation:
Label the triangle ABC as shown below.
Given:
AB = 8, BC = 15, AC = 17, m∠ABC = 90°, m∠ACB = 28°, m∠BAC = 62°
The tangent of a given angle is given as the ratio of the opposite side and the adjacent side. The opposite side is the side opposite to the angle. The adjacent side is the other leg of the right angled triangle.
Here, the opposite side to angle A is BC and adjacent side is AB.
Therefore, the tan ratio of angle A is given as:

Hence, tan 62 = 1.875.
Answer:
// C++ Program to arithmetic operationf on 2 Numbers using Recursion
// Comments are used for explanatory purpose
#include <bits/stdc++.h>
using namespace std;
// add10 recursive function to perform arithmetic operations
int add10(int m, int n)
{
return (m + product(n, 10)); //Result of m + n * 10
return 0;
}
// Main Methods Starts here
int main()
{
int m, n; // 2 Variables m and n declared as integer
cin>>m; // accept input for m
cin>>n; // accept input for n
cout << "Result : "<<add10(m,n); // Print results which is calculated by m + 10 * n
return 0;
}
Answer:
iTS 2
Step-by-step explanation:
Answer:
40 + ( -63) is less
Step-by-step explanation:
.... .....