The quick calculation of division is 40, and how to calculate division is the easiest and fastest

Updated on educate 2024-05-15
9 answers
  1. Anonymous users2024-02-10

    Division Quick Calculation High School Results. For example, 1 199 = one second to write out the bitwise result.

    Our regular multiplication algorithm:

    This kind of algorithm is obviously not suitable for mental arithmetic (quick calculation), because the intermediate result of your calculation has to be put there first, and our brain has fewer registers, and if you want to memorize more, you need to put it in external memory (hard disk), and the speed must be relatively slow.

    But our eyes, hands (inputs and outputs) are also slow, but they are of the same order of magnitude relative to our computing speed. The computer is basically eliminated in the process because the CPU calculation is too fast, and the input and output are too bottlenecked.

    Someone else's invention of a multiplication quick calculation algorithm:

    Basically, answer 156 can be written directly

    Long-term practice can be carried without the restriction of carrying, and do not start from a single digit, but from a high position.

    This kind of algorithm obviously has very few intermediate processes, what is needed, directly calculates the output based on the input, and then the next one. In fact, it is also output while calculating. It feels amazing to come straight to the answer.

    Division, but I haven't gotten a good quick calculation algorithm (the kind of division by 25 or something, of course, is too simple to calculate).

    When I was in high school, I kept thinking about it, and one day I finally got a partial (and okay) division algorithm.

    Let's start with the traditional division calculation process:

    1 Cycle We can write the results very quickly.

    At this point, if we don't think about loops and continue to calculate, but we know the result, is it that we are computationally fast now? Write the results directly? Isn't it just the quick calculation we need?

    Now the question is when there has to be a loop, so let's consider what exactly is a loop, that is, the remainder is the same as the previous dividend, that is, doubled, so what about the different situation? For example, 2 times, 3 times, n times? 1/2, 1/n?

    The answer is obvious.

    For example, 100 = 14 * 7 + 2

    That is, 1 7=...

    Now we're going to calculate 2 7, we don't have to do it anymore, but we have to use some of the calculations we already have, 10 7 5 = 2 7 then 2 7 =... /5 =。。。

    Let's calculate 1 7=

    Did you calculate it quickly?

    Specifically, you can go into the following ** to see, I read it here, and there are many similar ones on the Internet, you can also search for it yourself.

  2. Anonymous users2024-02-09

    The Chinese abacus is the fastest arithmetic tool in the world besides calculators.

  3. Anonymous users2024-02-08

    The method of filling in the college entrance examination is as follows:

    1. Obey the professional adjustment: Every year, there are a lot of candidates who are withdrawn because of disobedience to the adjustment, so whether it is for candidates who attach importance to the major or the school, obeying the professional adjustment is to improve the success rate of being admitted, so as to avoid the situation of being withdrawn.

    2. According to their actual situation: Candidates need to fill in the volunteer according to their actual situation, regardless of whether they have target colleges and majors, after all, after filling in the target colleges and majors, their scores and various other conditions such as their body do not meet the situation, they will be slipped or withdrawn.

    3. Rational use of "rushing to stabilize and guarantee": The strategy applicable to parallel voluntary investment is "rushing to stabilize and guarantee", that is, each university should combine the volunteer table in accordance with the order and level of "colleges and universities that can try to sprint, colleges and universities with relatively stable admissions, and colleges with a certain guarantee".

    4. Score priority: The total score of the college entrance examination is the important factor that determines your application, after all, if the score does not meet the requirements of the college, you can only face the situation of slipping.

    5. Priority to major: Many candidates have their own interest in the third year of high school, at this time, as long as the score meets the requirements, it is completely possible to put the major and college in the first choice, after all, interest is the greatest source of motivation for learning.

    6. Priority to colleges: only pay attention to the strength of colleges and universities, especially key universities like 985 211, and you can choose to apply for the examination directly, so that you can choose not to be picky about the major, after all, the university with good regret is the biggest stepping stone to the job after graduation.

    High Recruitment Admission Process:

    1) Submission, online admission - the Municipal High School Recruitment Office will transmit the candidates' electronic file information to the computer management system of the enrollment institution through the network, and the proportion of the file is generally not higher than 120%, and the enrollment school will review the candidate's electronic file to decide whether to admit or not, and the electronic file includes the candidate's registration form, physical examination form and comprehensive information.

    3) Pre-recording and supplemental recording - colleges and universities pre-record and pre-retire according to the candidates' performance rankings and professional volunteers, and the candidates' files are under the control of the computer, and all the enrollment schools in the same batch at the same time review the candidate files of the same choice, that is, the same batch of admission schools will review the first choice first, and then review the files of the second choice candidates at the same time after the end, and so on. The results were transmitted to the Municipal High School Recruitment Office through the Internet.

    4) Admission inspection - the Municipal High School Recruitment Office will check and review the results, if agreed, the admission will be confirmed, and if there is any objection, it will be sent back to the university for reconsideration, until the results are accepted by both parties, and then confirm the end of admission. If you need to invest twice, the proportion is generally controlled at 100%.

    5) Supplementary Admission: In the admission work, if the admission of each batch is completed, if the plan of the higher education institution is not completed, the candidates will be re-recruited according to the situation.

    6) Order--The Municipal High School Recruitment Office prints the "Admission Candidate Information Confirmation Form" and the roster of new students, stamps the special seal of the Municipal High School Recruitment Office and mails it to the university.

    7) Notification - The university fills in the "Admission Notice" and sends it to the candidate himself through the post office together with the "Admission Candidate Information Confirmation Form".

  4. Anonymous users2024-02-07

    Division Calculation Method].

    In the division of integers, there are only two cases: divisible and indivisible. When it is not divisible, remainders are generated, so the remainder problem is very important in elementary school mathematics.

    1) The absolute value of the difference between the remainder and the divisor should be less than the absolute value of the divisor (applicable to the field of real numbers);

    2) Dividend = Divisor Quotient + Remainder;

    divisor = (dividend - remainder) quotient;

    quotient = (dividend - remainder) divisor;

    Remainder = Dividend - Divisor Quotient.

    3) If the remainder of a, b divided by c is the same, then the difference between a and b is divisible by c. For example, the remainder of 17 and 11 divided by 3 is 2, so 17-11 is divisible by 3.

    4) The remainder of the sum of A and B divided by C (except in the absence of a remainder of the two numbers A and B divided by the skewer C) is equal to the sum of the remainders of A and B divided by C respectively (or the remainder of this sum divided by C). For example, the remainders of 23,16 divided by 5 are 3 and 1, respectively, so the remainder of (23+16) divided by 5 is equal to. Note:

    When the sum of the remainders is greater than the divisor, the remainder is equal to the sum of the remainders divided by the remainder of c. For example, the remainders of 23,19 divided by 5 are 3 and 4, respectively, so the remainder of (23+19) divided by 5 is equal to the remainder of (3+4) divided by 5.

    5) The product of a and b divided by the remainder of c is equal to the product of a, b divided by the remainder of c (or the remainder of this product divided by c). For example, the remainders of 23,16 divided by 5 are 3 and 1, respectively, so the remainder of (23+16) divided by 5 is equal to. Note:

    When the product of the remainder is greater than the divisor, the remainder is equal to the product of the remainder divided by the remainder of c. For example, the remainders of 23,19 divided by 5 are 3 and 4, respectively, so the remainder of (23 19) hand not divided by 5 is equal to the remainder of (3 4) divided by 5.

    Properties (4) and (5) can be generalized to the case of multiple natural numbers.

  5. Anonymous users2024-02-06

    Division is displacement and subtraction.

    Example: 99 is 1100011 in binary

    5 is the 101 precedent 1100011 - 1010000 = 10011 (where binary 1010000 = 5 times 2 to the power of 4).

    10011 - 1010 = 1001 (where binary 1010 = 5 times 2 to the power of 1).

    Then 1001 - 101 = 100 (where binary 101 = 5 times 2 to the power of 0).

    Finally, the quotient is 2 4 + 2 1 + 2 0 = 16 + 2 + 1 = 19 (representing the power of power).

    The remainder is binary 100 = 4

    Give an example:

    Example: (111011)2 1011)2 The equation is as follows: (Because it is not convenient to write in the form of division operation in the web page, it is written as follows.) )

    1 0 1 1 quotient 1

    1 1 1 The last 1 is 1110 1 1 1 The 1 after "0" falls.

    1 0 1 1 quotient 0

    1 1 1 1 The last 1 is the one that fell from above.

    1 0 1 1 quotient 1

    1 0 0 remainder 100

    So (111011)2 1011)2 quotient is (101)2, and the remainder is (100)2

  6. Anonymous users2024-02-05

    Zen auspicious formula for division.

    1Commutative law: a b c = a c b

    2. Associative law. a b c = a ( b c ) 3 distribution law peiqing: a (b + c) = a b + a c

  7. Anonymous users2024-02-04

    Summary. Hello dear how to calculate the division: A:

    Division is an operation, and its rules of operation are: divide the dividend by the divisor, and the result obtained is the quotient, where the dividend is the dividend and the divisor is the divisor. For example:

    Calculation: 20 4 Answer: 20 4 = 5

    Hello dear division how to answer the skin: A: Division is an operation, and its rules of operation are:

    Divide the dividend by the divisor of Ran Chunhui, and the result obtained is the quotient, where the dividend is the dividend, and the divisor is the divisor. Example: Calculation:

    20 4 Answer: 20 4 = 5

    In addition to which merchant is which is good, which is not enough to occupy a place. After each division, the remainder should be smaller than the divisor. Formula:

    Dividend divisor = quotient; Dividend quotient = divisor; Quotient * divisor + remainder = dividend.

  8. Anonymous users2024-02-03

    How do I quickly count working days?

  9. Anonymous users2024-02-02

    Division is the inverse of multiplication, and if the quick calculation of multiplication is improved, the quick division will be easily solved. The quick calculation of division achieves the purpose of looking at the problem to get the result. For example:

    Division is one of the four operations. Knowing the product of two factors and one of the factors, the operation of finding the other factor is called division.

    The division of two numbers is also called the ratio of two numbers. If ab=c(b≠0), the operation of finding another factor a using the product c and the factor b is division, written as c b, which is read as c divided by b (or b divided by c). where c is called the dividend, b is called the divisor, and the result a is called the quotient.

Related questions
6 answers2024-05-15

Short division is a method of finding the greatest common factor and can also be used to find the least common multiple. >>>More

10 answers2024-05-15

1.A rectangular open space, 500 decimeters long and 40 meters wide, reduced it to the original 1 100 drawn on the drawing, what is the area of the rectangle on the drawing? >>>More

11 answers2024-05-15

A simple dessert – apple pie! 1. Cut the apples into cubes, add water to a small pot, boil, add powder, add sugar, and cook until viscous, this is the filling, let it cool and set aside; 2. Toast slices, cut off the four corners, set aside 3. Beat an egg, take only the egg white, spread it around the toast, hold the filling, fold the toast, and stick it well; 4. Fry in an oil pan for a short time. Walnut stew: >>>More

10 answers2024-05-15

The 2020 Double 11 full 300 minus 40 full reduction activity includes a deposit, but the specific algorithm is somewhat different. For example: pre-sale **200 yuan, deposit 10 yuan, balance payment 190 yuan. >>>More

24 answers2024-05-15

Now that the Taotao system has been updated, the Taotao icon will no longer need to be associated with the mobile phone, and the QQ Taotao icon can be lit up if the following conditions are met: 1. Successfully upload the avatar to get the ID card 2. Successfully invite 5 QQ friends to join TaoTao and become your own friends 3. The number of active days in Taotao reaches 15 days Note: The invited friends refer to the fact that you must invite your own QQ friends to be considered a successful invite, the best and fastest way is to directly copy the link address and send it to your friends with the QQ dialog box. Then ask them to accept the invitation If there are users who will ask, why there are already 5 friends, and the number of active days has reached 15 days, but the icon is still not lit, this situation is possible, because among your 5 friends, there may only be 3 who are really successful in the invitation, and the other 2 are added through other channels, so they are not counted in the invitation quota, so your number of invitations is only 3, which does not meet the criteria for lighting up the icon, so it cannot be lit. >>>More