Answer:
Step-by-step explanation:
Let's call your speed "a"
her walking speed is then "2a"
and her friend's scooter speed is 10 a
let's also call the distance you need to walk "d"
so the time (t)you need is:
d/t=a
t=d/a
and her time is:
t=

(half a distance with the speed of 2a and half a distance (d/2) with the distance of 10 a
now we count (we know that her time is 30 minutes)
30=

//multiply by 20a
600a=

600a=6d/divide by 6
100a=d
Now, in order to calculate your time we need to calculate:
t=d/a
but we know how much is d now!
t=

=100
which means that you need 100 minutes, or 1 h 40 minutes!!!
Answer:
0 and yes
Step-by-step explanation:
Let a=6m where m is any integer since a is divisible by 6. (a+12)/3=(6m+12)/3=2m+4 which is also an integer. The remainder is 0.
Since n is divisible by 3, n can be written as 3a, where a is any integer and m can be written as 2b, where b is any integer. n*m+12=6ab+12 which is divisible by 2.
Maybe you should work on starting you're sentences.
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