You would at the distances together, since 120 is above sea level and 39 is below. To find the whole vertical distance (the distance they are apart), just add the values (numbers) together.


I hope this helps!
~kaikers
The function that takes three decimal numbers as inputs and finds the sum of those inputs and returns the sum has been given below
What is programming?
Program is the set of instructions given to the computer so that the computer can execute those instructions. The act of writing program is called programming.
The program has been shown below
#include<stdio.h>
using namespace std;
int main()
{
double n1, n2, n3;
double s;
printf("Enter first numbers");
scanf(%lf, &n1);
printf("Enter second numbers");
scanf(%lf, &n2);
printf("Enter third numbers");
scanf(%lf, &n3);
s = n1 + n2 + n3;
printf("Sum = %f", s);
return 0;
}
To learn more about programming refer to the link-
brainly.com/question/23275071
#SPJ4
Answer:
66528 inches cubed
Step-by-step explanation:
volume = Length x width x height
28 x 36 x 66 = 66528 inches cubed
Answer: cost of 1 pot of ivy = $12
Cost of 1 rose bush =$ 10
Step-by-step explanation:
Step 1
Let rose bushes be represented as r
and pot of ivy be represented as p
such that Amy who spent 82 dollars on 7 rose bushes and 1 pot of ivy can be expressed as
7 r + p = 82----- eqn 1
Rob who spent 74 on 5 rose bushes and 2 pots of ivy can be expressed as
5r +2 p = 74----- eqn 2
Step 2
Solving
7 r + p = 82----- eqn 1
5r +2 p = 74----- eqn 2
By elimination method Multiply eqn 1 by 5 and eqn 2 by 7
35r+ 5p= 410--- eqn 3
35r+ 14p =518--- eqn 4
Subtracting eqn 4 from eqn 3
9p = 108
p = 108/9
p=12
p = pot of ivy = $12
therefore rose bush wll be ( from equation 1)
7r+ p= 82
7r=82-12
7r= 70 r= 70/7
r= rose bush =$ 10