Answer:
Step-by-step explanation:
programs can be written in multiply languages. for this solution I'll be writing in C++.
#include<iostream> // this is called the preprocessor definition
using namespace std;
int main() //the main function
{
int num, product; //declaration of the variables
cout << "enter the whole number";
cin >> num;
product = num * 12;
cout << product; // displaying the final results
return 0;
}
The scientist can use only the angle x and the distance y to calculate the distance between the Earth and the Sun using the cosine function.
cos x = BC / y
Solving for BC
BC = y cos x
BC is the distance between the Earth and the Sun :D
A) LD because the ray LR is pointing in an upwards direction, but ML contains an outside point. Therefore, LD is the answer
Let me know if you need further explanation
Hope this helps!