Answer: hello your question is incomplete attached below is the missing codes
Answer : It may not work because; the double pointer P was not allotted a double using a new double ( I.e. Error in the main function ) also the cout statement was not written in the main function
Step-by-step explanation:
It may not work because; the double pointer P was not allotted a double using a new double ( I.e. Error in the main function ) also the cout statement should be moved to the Main
<u><em>The correction is below </em></u>
{
double* p = new double;
hypotenuse(1.5, 2.0, p);
cout << "The hypotenuse is " << *p << endl;
}
R = (2s - 6t + 5)/2
2R = 2s - 6t + 5
2s = 2R + 6t - 5
s = (2R + 6t - 5)/2
The answer is the third one aka C.
There must not be two points on the same y-axis because that doesn't make a function but a relation instead.
C. doesn't have 2 points on same y-axis and therefore the third picture is the relation that's a function.