- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Find the square root of 3.5.
Given :
The given number is 3.5.
To do :
We have to find the square root of the given number.
Solution :
The square root of 3.5 can be found by the long division method.
Let us find the square root of 3.5 up to 2 decimals.
Following are the Steps to find square root:
- First of all Group the digits in pairs from right to left.
- Then identify the largest number whose square is equal to the first pair, or less. This sum is quotient and divisor.
- Now, subtract the product and bring down the next pair.
- Repeat the above steps
1.87 | |
1 1 | 3.5000 1 |
28 8 | 250 224 |
367 7 | 2600 2569 |
31 |
Therefore, the square root of 3.5 is 1.87 up to 2 decimal places.
- Related Articles
- Find Square Root under Modulo p (When p is in form of 4*i + 3) in C++
- Find Square Root under Modulo p (Shanks Tonelli algorithm) in C++
- Subtract \( 4 p^{2} q-3 p q+5 p q^{2}-8 p+7 q-10 \) from \( 18-3 p-11 q+5 p q-2 p q^{2}+5 p^{2} q \).
- Find the value of $p$ if \( 5 p+2=17 \).
- Simplify and verify the result for $p=1$.$4 p^{3} \times 3 p^{4} \times( -p^{5})$"\n
- Find the value of $p$ if $5+6(p+1)=35$.
- If the point $A( 0,2)$ is equidistant from the points $B( 3,\ p)$ and $C( p,\ 5)$, find P. Also find the length of AB.
- A point $A( 0,\ 2)$ is equidistant from the points $B( 3,\ p)$ and $C( p,\ 5)$, then find the value of P.
- Find the zero of the polynomial in each of the following cases:(i) \( p(x)=x+5 \)(ii) \( p(x)=x-5 \)(iii) \( p(x)=2 x+5 \)(iv) \( p(x)=3 x-2 \)(v) \( p(x)=3 x \)(vi) \( p(x)=a x, a ≠ 0 \)(vii) \( p(x)=c x+d, c ≠ 0, c, d \) are real numbers.
- If a point $A (0, 2)$ is equidistant from the points $B (3, p)$ and $C (p, 5)$, then find the value of $p$.
- If p 5 12 and 20 are in proportion find the value of p.
- Find the value of p for which the quadratic equation $(p + 1)x^2 - 6(p + 1)x + 3(p + 9) = 0, p ≠ -1$ has equal roots. Hence, find the roots of the equation.
- If $P = 2^3 \times 3^{10} \times 5$ and $Q = 2 \times 3 \times 7$, then find he LCM of P and Q.
- If $ p=-10$ find the value of $p^{2}-2 p-100 $
- If $p=-2,\ q=-1$ and $r=3$, find the value of $p-q-r$.
- The line segment joining the points $(3, -4)$ and $(1, 2)$ is trisected at the points $P$ and $Q$. If the coordinates of $P$ and $Q$ are $(p, -2)$ and $(\frac{5}{3}, q)$ respectively. Find the values of $p$ and $q$.

Advertisements