- How much zeros has the number $1000!$ at the end?
1 the number of factor 2's between 1-1000 is more than 5's so u must count the number of 5's that exist between 1-1000 can u continue?
- Exactly $1000$ perfect squares between two consecutive cubes
Therefore there are exactly $1000$ squares between the successive cubes $ (667^2)^3$ and $ (667^2+1)^3$, or between $444889^3$ and $444890^3$ Finally, we can verify all of this by using the command line utility bc: $ bc sqrt((667^2)^3) 296740963 sqrt((667^2+1)^3-1) 296741963 Cite edited 17 hours ago community wiki 5 revs R P A reflection on
- probability - 1 1000 chance of a reaction. If you do the action 1000 . . .
A hypothetical example: You have a 1 1000 chance of being hit by a bus when crossing the street However, if you perform the action of crossing the street 1000 times, then your chance of being
- algebra precalculus - Which is greater: $1000^ {1000}$ or $1001^ {999 . . .
The way you're getting your bounds isn't a useful way to do things You've picked the two very smallest terms of the expression to add together; on the other end of the binomial expansion, you have terms like $999^ {1000}$, which swamp your bound by about 3000 orders of magnitude
- What does it mean when something says (in thousands)
It means "26 million thousands" Essentially just take all those values and multiply them by $1000$ So roughly $\$26$ billion in sales
- algebra precalculus - Multiple-choice: sum of primes below $1000 . . .
Given that there are $168$ primes below $1000$ Then the sum of all primes below 1000 is (a) $11555$ (b) $76127$ (c) $57298$ (d) $81722$ My attempt to solve it: We know that below $1000$ there are $167$ odd primes and 1 even prime (2), so the sum has to be odd, leaving only the first two numbers
- terminology - What do you call numbers such as $100, 200, 500, 1000 . . .
What do you call numbers such as $100, 200, 500, 1000, 10000, 50000$ as opposed to $370, 14, 4500, 59000$ Ask Question Asked 13 years, 11 months ago Modified 9 years, 6 months ago
- Creating arithmetic expression equal to 1000 using exactly eight 8s . . .
I would like to find all the expressions that can be created using nothing but arithmetic operators, exactly eight $8$'s, and parentheses Here are the seven solutions I've found (on the Internet)
|