answersLogoWhite

0

To multiply anumber by itself

Updated: 9/15/2023
User Avatar

Wiki User

14y ago

Best Answer

...is to square it.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: To multiply anumber by itself
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is it called if you multiply a sum by anumber you will get the same result if you multiply each addend by that number and then add the products?

the distributive property


What is anumber with two factors itself and 1?

If it's a whole number, and those are its only factors, then it's a 'prime number'.


How do you write an if statement in java stating that a number is divisible by another number?

int aNumber = 10; int anotherNumber = 3; if( (aNumber % anotherNumber) == 0 ) { System.out.println("aNumber divisible by anotherNumber"); }else { System.out.println("aNumber NOT divisible by anotherNumber"); }


How do you find the area of a cricle?

Three choices, depending on what information you have about the circle: -- Multiply the radius by itself, then multiply the result by (3.1416). -- Multiply the diameter by itself, then multiply the result by (0.7854). -- Multiply the circumference by itself, then multiply the result by (.07958).


To multiply a number ny itself?

The definition of squaring a number is to multiply it by itself once.


How do you calculate square of non square number?

You multiply the number by itself.You multiply the number by itself.You multiply the number by itself.You multiply the number by itself.


How is 115 composite?

Any number that can only be divided equally by itself and 1 is a prime number. 115 is a composite number because it can be divided by 1, 5, 23, and 115. For a definition of "Composite Number" goto http://www.mathsisfun.com/definitions/composite-number.html Make your own program to check if a number is PRIME or COMPOSITE. Cut and Paste the script code below into a Notepad, then select "File > Save As..." to save the program (somewhere handy like your desktop). Save with a "File name" : Prime_or_Composite.vbs and a "Save as type" : All files (*.*) '############################################################### '## This VBScript checks if a number is PRIME or COMPOSITE. ## '## Written for you by Scott Hatch ## '############################################################### aNumber = InputBox("Please enter a number to check if it " & vbCrLf & _ "is a PRIME or COMPOSITE number:" ,"Enter a number", 0 ) If IsNumeric(aNumber) Then MsgBox "You entered the number " & """" & aNumber & """" Else MsgBox "The value you entered " & """" & aNumber & """" & " is not supported." WScript.Quit(0) End if If IsNumeric(aNumber) Then dim Result Result = "PRIME" For Counter = 2 to aNumber-1 If FormatNumber(aNumber/Counter,0)-(aNumber/Counter) = 0 Then MsgBox aNumber & " can be divided equally by " & Counter Result = "COMPOSITE" End if Next MsgBox aNumber & " is a " & Result & " number." End if WScript.Quit(0) '### END OF SCRIPT ###


How do you unblock anumber?

How do you unblock a number?


To multipy a number by itself?

to multiply a number by itself


To multiply by itself?

square? lol. When you multiply something by itself, it's called squaring. when you mulitply itself after it's squared, it's cubed.


To multiply a number by itself?

square


To multiply a number by it itself?

is to square it.