answersLogoWhite

0

What the square root of a2?

Updated: 9/27/2023
User Avatar

Wiki User

6y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What the square root of a2?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the square root of A squared?

The square root of A2 is... A !


If the ratio of areas of two squares is 2 to 1 then what is the ratio of their sides?

Let A1 be the area of the first square and X the length of its side Let A2 be the area of the second square and Y the length of its side A1 = X2 , A2 = Y2 , A1/A2 = X2/Y2 , Square Root (A1/A2) = Square Root ( X2/Y2), X/Y = Square Root (A1/A2) = Square Root (2/1) = 1.414


What is the Square root of a matrix?

The idempotent matrix is also called square root of a matrix. i.e.)A2=A


What is A squared plus 6 squared equals 12 squared?

a2 + 62 = 122 a2 + 62 - 62 = 122 - 62 a2 = 144 - 36 a2 = 108 taking the square root of each side, we get a equal plus or minus the square root of 108, or plus or minus 6 times the square root of 3.


Bob walks 81 miles east and 126 miles east what's the displacement?

Use Pythagoras' Theorem - the hypothenuse of a right triangle is square root of (a2 + b2)Use Pythagoras' Theorem - the hypothenuse of a right triangle is square root of (a2 + b2)Use Pythagoras' Theorem - the hypothenuse of a right triangle is square root of (a2 + b2)Use Pythagoras' Theorem - the hypothenuse of a right triangle is square root of (a2 + b2)


What is the square root of a chicken?

First of all, let say we have a square with the side of a. We have the area of the square is a2 (a*a). In other words, the square root of the area of that square is a (square root of a2 is a). To calculate the square root of a chicken, what you need to do is to crush the chicken and shape all that crushes into a square. Based on the idea of the square above, since the whole chicken is the area of that square, the length of a side of that square would be a square root of a chicken. There you have it.


What is the square root of a squared plus b squared?

It's the square root of a2+b2. It cannot be simplified. It is NOT a+b. The answer is c square.


Can you simplify the square root of a2 plus b2?

Cannot be simplified


How do you isolate b in the pythagorean theorm?

b = the square root of (c2 - a2)


How do you simplify the square root of a squared plus b squared?

sqrt(a2 + b2) can't be simplified. Neither can (a2 + b2) .


How di you find the hypontnuse if a the square root of3 and b the square root of5?

If it's a right triangle, a2 + b2 = c2 3 + 5 = c2 c = the square root of 8.


What is the square function in Excel?

The square root function is SQRT, like this:=SQRT(value)To square a number, either multiply it by itself, using the POWER function or the power operator. If you had a value in cell A2, all of the following would do the same thing:=A2*A2=POWER(A2,2)=A2^2