1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
shutvik [7]
3 years ago
8

Hi I am Khine Mye and I want to ask you a question I don't know that is square root of 2 is 1.4 and how to get that 1.4 and plz

explain me step by step​
Computers and Technology
1 answer:
MrRissso [65]3 years ago
3 0

Divide the radicand into groups of two, starting

from the decimal point and going in either

direction. For rational radicands, add pairs of

zeroes to the right of the decimal point as

needed. If the number is irrational, you already

have an infinite sequence of pairs. Now that the

radicand is marked off in pairs, forget the

decimal point (except in the answer). Call each

new digit of the approximation D, and the

current best approximation of the square root R.

Find the largest integer whose square is less

than or equal to the leftmost group. Since

groups are at most two digits long, the integer

is one digit long: in this case, the leftmost group

is 2, so we begin with D = 1, R = 1.

2 -1 = 1, append the next pair of digits, giving

100.

Find the largest digit D such that D*(20*1+D) is

less than or equal to 100.

(HINT: estimate D by dividing 20*1 into 100 -

this approach might overestimate.)

The result is 4*(20*1+4) = 4*24 = 96, so D = 4, R

= 1.4.

100 - 96 = 4, append next pair of digits, result is

400.

400/(20*14) = 1 + fraction, 1*(20*14+1) =

%3D

1*281, so D = 1, R = 1.41.

400 - 281 = 119, appending next pair yields

11900.

11900/(20*141)

= 4 + fraction, 4*(20*141+4) =

4*2824 = 11296, so D = 4, R = 1.414, etc. etc.

What justifies this?

Suppose we know R, the best N-digit

approximation from this algorithm. Then the

next approximation will be 10*R + D, and D must

be the largest digit that satisfies

10R + D)? = (100R? + 20RD + D² )

(= 100R? + D(20R+ D) < radicand

You might be interested in
Write a C++ program that creates a map containing course numbers and the room numbers of the rooms where the courses meet. The d
swat32

Answer:

Program approach:-

  • Using the necessary header file.
  • Using the standard namespace I/O.
  • Define the integer main function.
  • Mapping course numbers and room numbers.

Explanation:

//header file

#include<iostream>

#include<map>

//using namespace

using namespace std;

//main function

int main(){

               //creating 3 required maps

               map <string,int> rooms;

               map <string,string> instructors;

               map <string,string> times;

               //mapping course numbers and room numbers

               rooms.insert(pair<string,int>("CS101",3004));

               rooms.insert(pair<string,int>("CS102",4501));

               //mapping course numbers and instructor names

               instructors.insert(pair<string,string>("CS101","Haynes"));

               instructors.insert(pair<string,string>("CS102","Alvarado"));

               //mapping course numbers and meeting times

               times.insert(pair<string,string>("CS101","8:00am"));

               times.insert(pair<string,string>("CS102","9:00am"));

               

               char choice='y';

               //looping until user wishes to quit

               while(choice=='y' || choice=='Y'){

                               cout<<"Enter a course number: ";

                               string course;

                               cin>>course;//getting course number

                               //searching in maps for the required course number will return

                               //an iterator

                               map<string, int>::iterator it1=rooms.find(course);

                               map<string, string>::iterator it2=instructors.find(course);

                               map<string, string>::iterator it3=times.find(course);

               

                               if(it1!=rooms.end()){

                                               //found

                                               cout<<"Room: "<<it1->second<<endl;

                               }else{

                                               //not found

                                               cout<<"Not found"<<endl;

                               }

               

                               if(it2!=instructors.end()){

                                               cout<<"Instructor: "<<it2->second<<endl;

                               }

               

                               if(it3!=times.end()){

                                               cout<<"Meeting Time: "<<it3->second<<endl;

                               }

                               //prompting again

                               cout<<"\nDo you want to search again? (y/n): ";

                               cin>>choice;

               }

7 0
3 years ago
Fill in the blank: In a Word chart, text that describes the data represented in a chart and that is typically displayed on the r
Triss [41]

Answer:

Data bar

Explanation:

8 0
3 years ago
Return a formatted string with numbers The function below takes three numerical inputs: num1, num2, and num3. Implement it to re
alexira [117]

Answer:

In Python:

def ret_formatted(num1,num2,num3):

   result = str(num1)+"_"+str(num2)+" ! "+str(num3)

   return result

Explanation:

This defines the function

def ret_formatted(num1,num2,num3):

This generates the output string

   result = str(num1)+"_"+str(num2)+" ! "+str(num3)

This returns the result string

   return result

3 0
3 years ago
When using an IDE, what must you do to use a class that's stored in a library? Select one: a. Nothing. Classes in libraries are
AleksAgata [21]

Answer:

Both B and C

Explanation:

In order to use methods from another class (library) in your code, the class library will have to be added or imported into your code.

This is implemented in different ways across different programming languages, for example;

Java uses the keyword import followed by the class library name

C++ uses the key word #include

C# Uses the keyword using

8 0
3 years ago
Read 2 more answers
Listen up peeps i need a volunteer got it
miv72 [106K]

Answer:

volunteer for what?

Explanation:

depending on what it is I'm down lol

4 0
3 years ago
Read 2 more answers
Other questions:
  • What is TCP/IP's Transport layer's primary duty?
    8·1 answer
  • What does the metric column in a routing table do?
    8·1 answer
  • Which building-block feature is available in the Text grouping on the Insert tab?
    14·1 answer
  • WILL GIVE BRAINLIEST!!!!!!!!
    6·1 answer
  • A ____ may be composed of a few individual objects or several complex groups of objects.
    9·1 answer
  • Assuming x and y are variables of type float, the expression:
    6·1 answer
  • Can anyone help with this graded assignment for computer fundamentals
    10·1 answer
  • To save a file so that it can be opened on most computers, select the ____ option.
    10·2 answers
  • No careers combine more than one value
    7·1 answer
  • write a java program that prompts the user to enter scores (each number an integer from 0 to 10) and prints the following output
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!