answersLogoWhite

0

Write the first 10 odd numbers?

Updated: 9/17/2023
User Avatar

Wiki User

14y ago

Best Answer

The first 10 positive odd numbers are 1, 3, 5, 7, 11, 13, 17, 19, 23, and 29.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write the first 10 odd numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the sum of the first 10 odd whole numbers?

The sum of the first 10 odd whole numbers is 100.


What is the sum of the first 10 odd numbers?

100


What is the average of first 10 odd whole numbers?

The average is 10. You will find that the average when adding together the first n odd numbers is always equal to n.


Write a program to print even and odd numbers in between 1 to 10?

for (int i = 2; i < 10; i ++) printf("%d\n", i); You did say even and odd numbers between 1 and 10. That's allnumbers between 1 and 10.


How do you find the arithmetic mean of the first one thousand positive odd numbers?

The sum of all odd numbers, up to the odd number (2n-1) is n^2. So the sum of the first 1000 or 10^3 odd positive numbers is (10^3)^2=10^6 Now divide by 10^3 or 1000 since we have 1000 numbers so we have 10^6/10^3=1000 The mean of the first 1000 positive odd numbers is 1000 If you ask the mean of the odd numbers between, 1 and 1000, that is another problem, since there are 500 of them, the answer would be 500^2/500=500 Think of the mean of the odd numbers between 1 and 10, there are 5 of them and there sum is 25 so the mean is 25/5 or 5 **** in general, the arithmetic mean of the first n odd numbers is n^2/n or n. So that is why the number is 1000.


How many odd numbers are between 66-86?

152


What numbers that are less than a hundred have proper factors that are only odd numbers?

Numbers that are prime can't be multiples of 10. Multiples of 10 can't be odd.


What are the odd numbers between 10 and 30 as the sum of three odd primes?

10


write the odd numbers between 1 and 10?

3, 5, 7, 9 you knowwww there are an infinite amount of odd numbers in between 1 and 10 such as: 1.1, 1.3, 1.5, 1.7, 1.9, 2.1, 2.3, 2.5, 2.7, 2.9, and so on


What are the odd numbers between 1 and 10?

The odd numbers between 1 and 10 are 1, 3, 5, 7, and 9.


How can you write a c program using while loop that will print first ten odd numbers?

#include&lt;stdio.h&gt; int main () { int odd=1; int count=0; while (count++&lt;10) { printf (%d\n", odd); odd+=2; } return 0; }


Draw a flowchart to find sum of odd numbers from the first 10 natural number?

xsdsd