170,000 square kilometers, divide by 10, or take off a 0
Answer:
2,4,8,16,32,64
Step-by-step explanation:
There are a couple of ways one could approach this. The goal is to find out the factor by which the numbers are increasing. Looking at going from 8 -> 16, we have either added 8, or doubled 8. So the factor is either +8 or x2. Going from 16 -> 32, adding 8 no longer holds true, while multiplying by 2 (doubling 16) does. To confirm what we have found, we can further check our math by using the final two numbers, 32 -> 64, to confirm that the sequence pattern is to double the current number to achieve the next number.
Working backwards, we can half each number to find out the first two numbers in the sequence. 64/2 = 32, 32/2 = 16, 16/2 = 8, 8/2 = 4, 4/2 = 2
Answer:
Step-by-step explanation:
For every £2 Jan gets, Cole gets £3.
10 ÷ 2 (Jan) × 3 (Cole) = 15
Answer:
Step-by-step explanation: In short, pressing F11 will take you to every line including your function body, but F10 allows to move from one line to the the immediate next line. F11 -> Execute code one statement at a time, following execution into function calls (Step Into).