answersLogoWhite

0

What else can I help you with?

Related Questions

Why is numberthat are neither prime or composite?

There is no special term for such numbers.


Are there any whole numbers less that 0?

No. The whole numbers are {0, 1, 2, 3, ...}. There are none less than 0.


What is the nth term formula for stellar numbers?

Sn = 1 Sn = S(n-1)+12*(n-1), where S-0 (the first term) = 1 *This only works for stellar numbers of base 6


How can you generate the Fibonacci sequences?

1. Start with any two numbers . ( Use 0 and 1 to get the standard sequence) 2. 0 1 Rule: Add each pair of numbers to get the next term 0 1 1 ( add 0 + 1 to get 1) 0 1 1 2 ( add 1 + 1 to get 2) 0 1 1 2 3 (1+2 = 3) 0 1 1 2 3 5 (2 + 3 = 5) 0 1 1 2 3 5 8 and so on forever.


What six numbers when added equals 20?

This, of course, has infinitely many solutions. Just pick ANY five numbers, and solve for the sixth. Here are a few: 0 + 0 + 0 + 0 + 0 + 20 0 + 0 + 0 + 0 + 0.5 + 19.5 1 + 1 + 1 + 1 + 1 + 15 etc.


What are any two numbers whose sum is 0?

Take any number, we will refer to that number as n. Now: -n+n=0 For example: -1+1=0


A sequence formed by subtracting each term of sequence from next term is?

If the first two numbers are 0, 1 or -1 (not both zero) then you get an alternating Fibonacci sequence.


How many rational numbers are there between -1 and 0?

Any number that can be expressed as a fraction is rational and there are plenty of fractions from -1 to 0


What three numbers equals 12?

Any combination really. 1 + 1 + 10, or 12 + 0 + 0, or 1 + 2 + 9, etc.


What is 6 raised to the 0 power?

1 In fact any number raised to the power 0 is 1.


What is a math term that starts with a b?

Binary - A set of numbers with just two possibilities - usually 0 and 1


How are the numbers in the Fibonacci sequence generated?

-- Start with 0, 1 . -- Each term is then the sum of the two terms before it.