answersLogoWhite

0

You are making some mistake.

Sqrt(4) - 2 = (+or- 2) - 2 = 0 or -4 neither of which are infinite.

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Math & Arithmetic

What does infinite and finite mean?

Infinite means never ending while finite means it ends.


What is the first square number and cubic number?

The first square number is 4 while the first cubic number is 8. Condition: you do not consider 1 as an answer since 1x is surely 1 for any value of x, from negative to infinite.


What is the difference between infinite and finite sequence?

infinite is never ending while finite means it canend


How many square feet in a cubic foot?

There are an infinite number of square feet in a cubic foot. This is because a square foot defines a 2D plane, and 2D objects have no depth. They are infinitely thin and therefore there would be an infinite number of square feet in a cubic foot. Square feet have dimensions L2 while cubic feet have dimensions L3 so they are not interchangeable. If volume units could be converted to area units, then you'd be able to figure out how many acres of gas your car burned last month, and you could go to the store and buy the equivalent of 2 square feet of milk.


What is a sqare whole number?

That is any number that is an integer, and the square of another integer. For example, 4 is the square of 2, while 9 is the square of 3.That is any number that is an integer, and the square of another integer. For example, 4 is the square of 2, while 9 is the square of 3.That is any number that is an integer, and the square of another integer. For example, 4 is the square of 2, while 9 is the square of 3.That is any number that is an integer, and the square of another integer. For example, 4 is the square of 2, while 9 is the square of 3.

Related Questions

What is an infinite loop in c plus plus?

An infinite loop is one sequence of commands that just repeats over and over again forever. When it comes to creating an infinite loop you can use the: for do while and do statements. using the keywords 'true'


What does infinite and finite mean?

Infinite means never ending while finite means it ends.


What is the first square number and cubic number?

The first square number is 4 while the first cubic number is 8. Condition: you do not consider 1 as an answer since 1x is surely 1 for any value of x, from negative to infinite.


What is the difference between infinite and finite sequence?

infinite is never ending while finite means it canend


Why is it sometimes necessary to regroup mixed numbers while subtracting?

because you might get mixed up


What types of problems can be solved while using the least common multiple?

Adding and subtracting unlike fractions.


What is the prefix for infinity?

How about omni- (prefix for "all", "every")? Or perhaps ultra-/hyper- ("beyond", "excessive")?I was looking for the same thing as you, and while this prefix doesn't explicitly refer to an infinite number of items, these options did work in the context I was using. I figured since this question had no answers, a "close enough" one could help :)


Does fill light work while charging?

Litones Square 3 Portable Video Conference Light does, it comes with a charging cable and adapter for computers.


What is a finite and infinite set?

A set which containing $and pi are the end blocks are the finite and without these are infinite


What is the relationship between the energy levels and wave functions of a particle in an infinite square well potential?

In an infinite square well potential, the energy levels of a particle are directly related to the wave functions. The energy levels determine the allowed states of the particle within the well, while the wave functions describe the probability of finding the particle at a certain position. The wave functions are quantized and correspond to the different energy levels of the particle in the potential well.


How many square feet in a cubic foot?

There are an infinite number of square feet in a cubic foot. This is because a square foot defines a 2D plane, and 2D objects have no depth. They are infinitely thin and therefore there would be an infinite number of square feet in a cubic foot. Square feet have dimensions L2 while cubic feet have dimensions L3 so they are not interchangeable. If volume units could be converted to area units, then you'd be able to figure out how many acres of gas your car burned last month, and you could go to the store and buy the equivalent of 2 square feet of milk.


How do you do a program looping?

An infinite loop might look something like: while 1==1: print("Infinite loop") as 1 is ALWAYS equal to 1.