answersLogoWhite

0


Best Answer

Ignore the last two digits of the number called out by the spectator and choose the memorised square which is just lower (or equal) to the remaining number. The corresponding square root is the first digit. of your answer

Now consider the last digit of the number called out by the spectator. If this is 0 or 5, then you immediately know that the last digit of your answer is also 0 or 5.

In all other cases, the last digit of the number called out will indicate two possible values for the last digit of the square root. For example, if the last digit is 9, then the square root may end in either 3 or 7.

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you find the squareroot of a number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

To find square root of a nos without using built in function?

/*Java program to find out square root of a given number * without using any Built-In Functions */ public class SquareRootDemo2 { public static void main(String[] args) { //Number for which square root is to be found double number = -12; //This method finds out the square root findSquareRoot(number); } /*This method finds out the square root without using any built-in functions and displays it */ public static void findSquareRoot(double number) { boolean isPositiveNumber = true; double g1; //if the number given is a 0 if(number==0) { System.out.println("Square root of "+number+" = "+0); } //If the number given is a -ve number else if(number<0) { number=-number; isPositiveNumber = false; } //Proceeding to find out square root of the number double squareRoot = number/2; do { g1=squareRoot; squareRoot = (g1 + (number/g1))/2; } while((g1-squareRoot)!=0); //Displays square root in the case of a positive number if(isPositiveNumber) { System.out.println("Square roots of "+number+" are "); System.out.println("+"+squareRoot); System.out.println("-"+squareRoot); } //Displays square root in the case of a -ve number else { System.out.println("Square roots of -"+number+" are "); System.out.println("+"+squareRoot+" i"); System.out.println("-"+squareRoot+" i"); } } }


What is the formula to find slant height of cone and curved surface area of cone and volume of a cone?

The answer is squareroot r2+h2 squareroot radiusxradius + heightxheight


9 squareroot 3 minus 4 squareroot 3 plus squareroot 3?

six on the square root of three


What is the squareroot of 1575?

39.68626967


What is the squareroot of 125?

11.1803398

Related questions

To find square root of a nos without using built in function?

/*Java program to find out square root of a given number * without using any Built-In Functions */ public class SquareRootDemo2 { public static void main(String[] args) { //Number for which square root is to be found double number = -12; //This method finds out the square root findSquareRoot(number); } /*This method finds out the square root without using any built-in functions and displays it */ public static void findSquareRoot(double number) { boolean isPositiveNumber = true; double g1; //if the number given is a 0 if(number==0) { System.out.println("Square root of "+number+" = "+0); } //If the number given is a -ve number else if(number<0) { number=-number; isPositiveNumber = false; } //Proceeding to find out square root of the number double squareRoot = number/2; do { g1=squareRoot; squareRoot = (g1 + (number/g1))/2; } while((g1-squareRoot)!=0); //Displays square root in the case of a positive number if(isPositiveNumber) { System.out.println("Square roots of "+number+" are "); System.out.println("+"+squareRoot); System.out.println("-"+squareRoot); } //Displays square root in the case of a -ve number else { System.out.println("Square roots of -"+number+" are "); System.out.println("+"+squareRoot+" i"); System.out.println("-"+squareRoot+" i"); } } }


What is the formula to find slant height of cone and curved surface area of cone and volume of a cone?

The answer is squareroot r2+h2 squareroot radiusxradius + heightxheight


9 squareroot 3 minus 4 squareroot 3 plus squareroot 3?

six on the square root of three


What is the squear root of -4?

2i , where i is the so-called imaginary number: squareroot of -1


Is squareroot of 9 rational or irrational?

The square root of 9 is 3 which is a rational number


Change a mixed radical to an entire radical?

you have to square the outside number and then multiply it by the number inside the squareroot sign.


When a rectangular park measures 300ft by 400ft a side walk runs diagonally from one corner to the opposite corner find the length of the side walk?

Use the Pythagoras formula. In this case, squareroot(3002 + 4002) = 500.Use the Pythagoras formula. In this case, squareroot(3002 + 4002) = 500.Use the Pythagoras formula. In this case, squareroot(3002 + 4002) = 500.Use the Pythagoras formula. In this case, squareroot(3002 + 4002) = 500.


What is the squareroot of pie?

1.7724538509......


What is the squareroot of a million?

1000


What is the squareroot of 1575?

39.68626967


What is the squareroot of 125?

11.1803398


What is the squareroot for 64?

8