answersLogoWhite

0


Best Answer

number = 2 * 3 * 4 * 5 * 6 * 8 * 9 * 10 * x

Start x off at 1 and keep increasing it to make an unlimited number of different values with 2, 3, 4, 5, 6, 8, 9, 10 as factors.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is an algorithm that will create an unlimited supply of numbers that have 2 3 4 5 6 8 9 and 10 as factors?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is pseudo code algorithm for create a linked list with a header and insert a four numbers to the list?

pseudo code algorithm to create a linked list


Are numbers travel in pairs called factors?

Yes. Factors are numbers that multiply to create a product.


CAN YOU CREATE A MATH GAME FEATURING FACTORS MULTIPLES AND ROUNDING ESTIMATION OF NUMBERS?

Yes, I can.


What are all the factors of a number?

The whole numbers that can be multiplied together to create the number.


Can you create Mario on Scribblenauts unlimited for the 3DS?

Yes, you can create Mario as well as other Nintendo characters on Scribblenauts Unlimited.


What are numerical factors?

Factors are numbers that multiply to create products. 2 x 3 = 6. Two and three are factors of six. Six is the product of two and three.


Are prime factors and prime factorization the same?

No. Prime factors are the numbers that make up other numbers, but they have to be prime. Prime factorisation is the process of finding the prime numbers that create a number. This is when you multiply the prime numbers together and the product is the original number. For example: 20 5x4 5x2x2 This process is called prime factorisation. In this case, the prime numbers are 2, 2, and 5.


Where does factorization get its name?

It's the process of breaking numbers into factors, composite parts that multiply to create a product.


What does factor mean when it's multiplication?

Two numbers that multiply to create another number are factors of that number.


What does it mean to be a factor of a number?

Factors are numbers that multiply to create a product. Since 3 x 4 = 12, 3 and 4 are factors of 12.


What are factor and factoring in math?

Factoring is like taking a number apart. It means to express a number as the product of its factors. Factors are either composite numbers or prime numbers (except that 0 and 1 are neither prime nor composite). Chihuahua1492 :0


How do you create an algorithm that will read the values of A and B and will determine which has the higher value?

The algorithm can be easily stated as follows: if A is greater than B then return A, otherwise return B.