answersLogoWhite

0


Best Answer

160 220 290

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write 3 additional numbers to continue the sequence 10 20 40 70 110?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is it possible to write two consecutive rational number?

It is possible if you define some arbitrary sequence, to decide which number comes "after" which other number. There is no "natural" sequence, as in the case of integers; to be more precise, you can't use the ordering defined by the "less-than" operator as such a sequence: between any two different rational numbers, there are additional rational numbers.


A sequence of numbers was generated using the rule 3N minus 2 where n represents a numbers position in the sequence. Write a sequence that fits this rule?

1, 4, 7, 10, 13, …


How do you write a program that removes all occurrences of a given X in a given sequence of numbers?

You do nothing! A sequence of numbers will contain no X and so nothing needs doing!


A sequence of numbers is formed by starting with 5 and then multiplying the last number by 6 Write down the first four numbers of the sequence?

30


How do you write a sequence to a story?

A sequence is just an ordered set of events. You write it by telling what happened in order.


What are the even numbers below 100?

The get a list of all even numbers, write the number 2, then slip the next number (3) and write the number 4. Continue by skipping every other number, which will be the odd numbers. Alternatively, write a consecutive list of all of the numbers from 1 to 50, then multiply each one by 2. The products are all of the multiples of 2, which are even numbers.


What is a sequencer?

A group of numbers in order. Usually, when talking about sequences, people talk about infinite sequences: a sequence that never ends (it has a first number, a second number, and an Nth number for any N, with no last number). There's no restriction of what the numbers are - they can be anything, and don't have to follow any pattern. But in practice, if you want to talk about a specific sequence, you'd need some rule for calculating the numbers in it. For example, you could have the sequence whose Nth term is 1/N. Sometimes sequences are taken to start with a 0th term rather than a first term. This is a question of notation, and doesn't really change anything about how sequences work. You can also think of a sequence as a function from the natural numbers {1,2,3,...} or {0,1,2,3,...} to whatever the sequence is of (usually real numbers, or sometimes complex numbers). For this reason, sequences are also called arithmetical functions. The most common way to write the nth term of a sequence is an (for one sequence; if you need to talk about more sequences, you'd write bn or cn)


How do you write a sequence?

write something, leave a space, write something else.


What is the next number in this sequence 21 36 51 66 please?

write these numbers in order start with the smallest 1.96 1.54 0.87 6.80 4.43


How do you do sequence?

write something, leave a space, write something else.


How do you write 314207 in numbers?

You just wrote it in numbers.. but. 31,4207 is how you write it in numbers


Write an algorithm to find the largest number amongst three numbers and draw a flowchart?

Step1- Read a,b,c. Step2-if a>b continue step 5. Step3- b>c then print “b is the largest " and continue step 7. Step4- continue step 6 Step5-if a>c then print “a is the largest " then continue step7. Step6- print “z is largest". Step7- end.