answersLogoWhite

0

a number is a perfect square when you can directly extract its square root in whole numbers and without approximation. when you subject a certain number to a radical sign, you can extract its square.

example: 25 is a perfect square. it's square root is 5, since 5 x 5 is equal to 25

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Math & Arithmetic

What is a three square file used for?

A three-square file, also known as a triangular file, is a type of hand file used primarily in metalworking and woodworking for shaping and smoothing edges, corners, and surfaces. Its triangular cross-section allows it to reach into tight spaces and create sharp corners or grooves. It is commonly used for filing notches, keyways, and other detailed work where precision is required. The three-square file can create a flat surface on one edge while maintaining a pointed end for intricate shaping tasks.


How do you file a square and curved surfaces?

To file a square surface, use a flat file, ensuring to maintain even pressure and consistent strokes along the edge for a uniform finish. For curved surfaces, a half-round or round file is more appropriate, allowing you to contour the material smoothly by following the curve’s shape. Always work gradually, checking your progress frequently to achieve the desired shape and finish. Additionally, utilize appropriate safety gear to protect yourself while filing.


Winchester 1873 serial number list?

http://armscollectors.com/sn/winlookup.php?file=win1873.dat


What is the definition of algebraic notation?

in algbraic notation squares are named by combining the letter or their file with the number of their rank


What is the number of pepsi products?

A person may choose to call the number for Pepsi Products to file a complaint or to suggest a new flavor of soda. As of 2013, the number for Pepsi Co. customer service is 1-800-331-1140.

Related Questions

What is the extension of batch file?

the extension of a batch file is ".bat"


How does one write a batch file?

There are a number of steps one must take to write a batch file, which is an executable file that can automate frequently performed tasks on a computer. Batch files can be written in Notepad, saved, and then once the file extension is changed to .bat, can be double clicked to execute.


Can a file with a weird extension but with batch file code be read using another batch file?

Nope, the format of a file is a vital part of a successful batch file. Even if a file with an unknown file format contains working batch file code in it, a batch file will still not be able to read it because of its foreign file extension. If you want the batch file to be able to read the foreign file, then you can set it to rename the mutated file to .bat format and then read it for it to work. Example: @Echo off REN File.Foreign File.bat CALL File.bat exit


What is a batch file?

A batch file is the text file that contains a series of commands that MS-DOS carries out. A batch file is created by COPY CON command after specifying a file name by using extension as .BAT in DOS mode.


How do you extract code from batch file?

You can just open the batch file with notepad and look at the code


Is there any batch file editor to create batch file without learning syntax?

You can't download a program that makes a batch file to do what you want to do. You will need to legally learn about hacking, and then write the file yourself.


A file with a bat file extension is called an what?

A batch file.


What is Batch File Maker?

you can use notepad for creating a batch file. just when you save the file that you made, add .bat as a file extension. like this: "sample.bat".


A group or list of commands?

A Batch. generally in a BATch file.


What do you call a little program made from batch file?

A Batch Script


What program do you use to open a batch file?

Hey want to learn batch?? Well a batch file does not need a program (I.E a compiler or interpreter) like in other languages like C++ and Python. No a batch file is just saved a certain way.


Can I have a running batch file continue in another batch file but have it running in the same spot as it was before just moving it in windows 7?

You can have a running batch file continue in another batch file but have it running in the same spot as it was before moving in Windows 7 if it is configured properly. Batch files are designed to perform simple operations based on user input.