Answer:
x = 15 and y = 10
Step-by-step explanation:
It is assumed that 'x' and 'y' are declared as '10' and '15' respectively. Then following the mystery(x, y) function which is pass 10 and 15 as parameter. Then we can follow the logic of the mystery function.
First, temp is assigned to one; that is temp = 10
Secondly, one is assigned to two; that is one = 15
Thirdly, two is assigned to temp; that is two = 10.
Since x and y is same as one and two; we say:
x = one = 15 and
y = two = 10.
Answer:
Literal Equation
Step-by-step explanation:
Answer:
The answer to this question is v= -4
Answer:
3 times
Explanation:
We know that:
small diameter = 2 * 10^-2 in
large diameter = 6 * 10^-2 in
We want to know how many times larger is the thin diameter compared to the large one.
We will do this as follows:
large diameter = k * small diameter
where k is the number of times that we want to find
6 * 10^-2 = k * 2 * 10^-2
k = (6 * 10^-2) / (2 * 10^-2)
k = 3
This means that the large diameter is 3 times the small one.
Hope this helps :)