answersLogoWhite

0

A whole number that can be made by multiplying an integer by itself is a perfect square, or square number.

An example is 81, which is a perfect square made by 9 x 9.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

A whole number that can be named as a product of a number with itself?

What is a whole number that can be named as a product of a number with itself?


What is a whole number that can be named as a product of a number with itself called?

If it is product of an integer with itself, it is called a perfect square. Otherwise it has no name because all numbers are the product of some number with itself - viz the square root.


What is a whole number that can be named as a product of a number with itself?

A perfect square is a whole number that can be named as a product of a number with itself.


What is a whole number that can be named as a product of a number with itself two words?

Perfect Square.


What is a two word answer for a whole number that can be named as a product of a number with itself?

The most likely answer is "Perfect square".


Is their a whole number that can be named as a product of a number with itself?

Those are known as square numbers, like 4 and 9.


What is the numbers combined in multiplication to give a number called product?

The first number written is named the "multiplicand" and the second number is the "multiplier".


Is there a saint called Gwen?

There are a number of saints named Gwen or similarly named.


What is the brine-cured cheese named after Quebec?

It's actually named for a place in Quebec, not Quebec itself. The cheese is called Oka.


The Makita Router is a product from which eastern country?

The Makita Router is a product from an eastern country called Estonia. Makita router is named after a village called Makita which is in the country Estonia.


Is there a new product called Watches swatch?

No, there is no new product called "Watches swatch." However there is a brand of watches named Swatch, who do come up with new watches from time to time.


Design a while loop that lets the user enter a number the number should be multiplied by 10 and the result stored in a variable named product?

Define number_in, product integer; Set product = 0; While product < 100 set product = number_in * 10; accept (input) number_in End_while