Answer:
3750
Step-by-step explanation:
50*70=35005
5*50=250
Answer:
min = a_1
for i:= 2 to n:
if < min then min =
return min
Step-by-step explanation:
We call the algorithm "minimum" and a list of natural numbers
So lets first set the minimum to
min = a_1
now we want to check all the other numbers.
We can use a simple for loop, to find the minimum
min = a_1
for i:= 2 to n:
if < min then min =
return min
Answer: The constant proportionality is 5/4
Step-by-step explanation: The constant of proportionality k is given by k=y/x where y and x are two quantities that are directly proportional to each other. Once you know the constant of proportionality you can find an equation representing the directly proportional relationship between x and y, namely y=kx, with your specific k.
Answer:
John is 31
Ella is 25
Step-by-step explanation:
Let sister's age be x, then John's age is (x + 6). So from sentence 2,
(3x) - 2(x + 6) = 13
3x - 2x - 12 = 13
x = 13 + 12 = 25
and x + 6 = 31