PROBLEM OF ERRORS IN CALCULATION : A NEW CONCEPT OF DECIMAL

Similar documents
Number System. Introduction. Natural Numbers (N) Whole Numbers (W) Integers (Z) Prime Numbers (P) Face Value. Place Value

Chapter 4 Section 2 Operations on Decimals

Chapter 5: Computer Arithmetic. In this chapter you will learn about:

Accuplacer Arithmetic Study Guide

Learning Objectives. Binary over Decimal. In this chapter you will learn about:

CPS 104 Computer Organization and Programming

Lesson 1: THE DECIMAL SYSTEM

DECIMALS are special fractions whose denominators are powers of 10.

Chapter 5: Computer Arithmetic

Rational numbers as decimals and as integer fractions

Example 2: Simplify each of the following. Round your answer to the nearest hundredth. a

G r a d e 7 M a t h e m a t i c s. Appendix: Models for Computing Decimal Numbers

Math 6 Notes Unit 03 Notes: Decimals

Digital Fundamentals. CHAPTER 2 Number Systems, Operations, and Codes

1.- DECIMAL PLACE VALUE: tenths, hundredths, thousandths. 1.1 Ordering decimals. 1.2 Rounding CALCULATIONS. 2.- ADDITION AND SUBTRACTION OF DECIMALS

Adding and Subtracting with Decimals

Name: Date: Review Packet: Unit 1 The Number System

Rational and Irrational Numbers

9 Multiplication and Division

Chapter 1 Operations With Numbers

MATH LEVEL 2 LESSON PLAN 5 DECIMAL FRACTIONS Copyright Vinay Agarwala, Checked: 1/22/18

Divisibility Rules and Their Explanations

Lesson 9: Decimal Expansions of Fractions, Part 1

Mini-Lesson 1. Section 1.1: Order of Operations PEMDAS

EXAMPLE 1. Change each of the following fractions into decimals.

3. [Decimal, ]

Lecture 8: Addition, Multiplication & Division


Fractions. Dividing the numerator and denominator by the highest common element (or number) in them, we get the fraction in its lowest form.

BITWISE OPERATORS. There are a number of ways to manipulate binary values. Just as you can with

Student Success Center Arithmetic Study Guide for the ACCUPLACER (CPT)

Division. Reverse Box Method

Learning Log Title: CHAPTER 3: ARITHMETIC PROPERTIES. Date: Lesson: Chapter 3: Arithmetic Properties

Module 2: Computer Arithmetic

Pick any positive integer. If the integer is even, divide it by 2. If it is odd,

Fifth Grade Math Rubric

Homework 3. Assigned on 02/15 Due time: midnight on 02/21 (1 WEEK only!) B.2 B.11 B.14 (hint: use multiplexors) CSCI 402: Computer Architectures

Math 7 Notes Unit Three: Applying Rational Numbers

Grade 5: Concepts and Procedures Target A & B: Operations and Algebraic Thinking

1. Let n be a positive number. a. When we divide a decimal number, n, by 10, how are the numeral and the quotient related?

COMP 303 Computer Architecture Lecture 6

OA: Operations and Algebraic Thinking

ECE260: Fundamentals of Computer Engineering

Integer Multiplication. Back to Arithmetic. Integer Multiplication. Example (Fig 4.25)

Place Value. Verbal Form: 30,542 = Thirty thousand, five hundred forty-two. (Notice we don t use the word and.)

SECTION 3. ROUNDING, ESTIMATING, AND USING A CALCULATOR

Rational Number is a number that can be written as a quotient of two integers. DECIMALS are special fractions whose denominators are powers of 10.

Math 171 Proficiency Packet on Integers

Basic Arithmetic Operations

Lesson 1: Arithmetic Review

I can statements for NBT 1-7 1st attempt 2nd attempt mastered

1.1 Review of Place Value

More complicated than addition. Let's look at 3 versions based on grade school algorithm (multiplicand) More time and more area

CLASSIFICATION OF FRACTIONS 1. Proper Fraction : A Proper fraction is one whose numerator is less than its denominator. 1 eg., 3

Math in MIPS. Subtracting a binary number from another binary number also bears an uncanny resemblance to the way it s done in decimal.

Chapter 5 : Computer Arithmetic

Week - 01 Lecture - 03 Euclid's Algorithm for gcd. Let us continue with our running example of gcd to explore more issues involved with program.

Properties and Definitions

Tailoring the 32-Bit ALU to MIPS

Fractions Decimals Percents

Adding and Subtracting Integers

Excerpt from "Art of Problem Solving Volume 1: the Basics" 2014 AoPS Inc.

The School District of Palm Beach County Fourth Grade Mathematics Scope st Trimester

Section 2C Formulas with Dividing Decimals

HOW TO DIVIDE: MCC6.NS.2 Fluently divide multi-digit numbers using the standard algorithm. WORD DEFINITION IN YOUR WORDS EXAMPLE

Divide: Paper & Pencil

5. NSBT.1 I can understand and explain the value of digits in a number.

COUNTING AND CONVERTING

3.3 Division of Fractions and of Mixed Numbers

Topic 2: Decimals. Topic 1 Integers. Topic 2 Decimals. Topic 3 Fractions. Topic 4 Ratios. Topic 5 Percentages. Topic 6 Algebra

A. Incorrect! To simplify this expression you need to find the product of 7 and 4, not the sum.

Math Glossary Numbers and Arithmetic

add and subtract whole numbers with more than 4 digits, including using formal written methods (columnar addition and subtraction)

Number Systems and Computer Arithmetic

Integer Multiplication and Division

DIRECTIONS + ANSWER KEY

COMPUTER ARCHITECTURE AND ORGANIZATION. Operation Add Magnitudes Subtract Magnitudes (+A) + ( B) + (A B) (B A) + (A B)

CHAPTER 2 Data Representation in Computer Systems

CHAPTER 2 Data Representation in Computer Systems

Number Systems and Conversions UNIT 1 NUMBER SYSTEMS & CONVERSIONS. Number Systems (2/2) Number Systems (1/2) Iris Hui-Ru Jiang Spring 2010

Fraction to Percents Change the fraction to a decimal (see above) and then change the decimal to a percent (see above).

KNOWLEDGE OF NUMBER SENSE, CONCEPTS, AND OPERATIONS

Introduction to Computers and Programming. Numeric Values

Adding Integers with the Same Sign

The. Binary. Number System

UNIT - I: COMPUTER ARITHMETIC, REGISTER TRANSFER LANGUAGE & MICROOPERATIONS

3.1 Dividing a Whole into Fractional Parts. 3.1 Dividing a Set into Fractional Parts. 3.2 Identifying Parts of Wholes.

COE 202: Digital Logic Design Number Systems Part 2. Dr. Ahmad Almulhem ahmadsm AT kfupm Phone: Office:

Chapter 3: Arithmetic for Computers

EC121 Mathematical Techniques A Revision Notes

Rational and Irrational Numbers can be written as 1_ 2.

EEC 483 Computer Organization

Math Grade 4. Recognize that a digit in one place represents ten times what it represents in the place to its right. (in numbers up to 1,000)

4 th Grade CRCT Study Guide

FIFTH GRADE Mathematics Curriculum Map Unit 1

Common Core State Standards Mathematics (Subset K-5 Counting and Cardinality, Operations and Algebraic Thinking, Number and Operations in Base 10)

EE260: Logic Design, Spring n Integer multiplication. n Booth s algorithm. n Integer division. n Restoring, non-restoring

Simplifying Square Root Expressions[In Class Version][Algebra 1 Honors].notebook August 26, Homework Assignment. Example 5 Example 6.

Section 3.1 Fractions to Decimals

Fifth-grade students performing at the Approaching Expectations level should show a basic understanding of the mathematical concepts and procedures.

Transcription:

PROBLEM OF ERRORS IN CALCULATION : A NEW CONCEPT OF DECIMAL THE PROBLEM: Divide the number 10 by number 3. What you would get? The answer is 3.33333..333., where, after decimal point (.), 3 is goes on repeating indefinitely or in other words, is repeating for infinite times means a recurring decimal. We can write it like 3.3 (three decimal three bar). Still we have no problem. But, what happen, when we want to multiply back 3.3 (the quotient) by 3 (the divisor). 3.33333333333.. x 3 = 9.99999999999. (recovered dividend) or, in other words, 9.9 (bar) Here, we see that it is not complete dividend 10. Where this 0. 1 has gone? It is called the calculation error. And whenever, we come across the problem like it, where a number is not divisible completely, and in the quotient (after decimal point) a number or a combination of numbers - are go on repeating - then this problem arises, that, when we try to multiply this quotient back with the divisor, we are not able to get the original number (means the dividend). A fraction of its value lost. Where? in calculation only. It is the calculation error. OR I will say it is the basic error in our mathematical operational concept. It had not understood completely, yet. WHY THIS HAPPEN: The world is divided into two parts positive and negative, ups and downs, Left and Right, Right and wrong, on and off, and so on. And Mathematics is also not an exception of it. We think that all numbers belongs to one group. Actually, there are two sets of groups of numbers. First Understand: WHAT IS DIVISION: Lets understand division first. Although, we all know, what is division? but try to understand it here, with me. What is the meaning of division? For example, if number 10 is divided by 5, it means, how many (group of) 5s can be taken out (or subtracted) from 10. Now start subtracting 5 from 10. After first subtraction, remains 5 and on 2 nd subtraction, there remains nothing (or zero). Means only two times (a group of) 5s can be take out of 10. So, the quotient is 2. From the above example, it is clear that, quotient reports the number of operations of subtraction of divisor from the dividend. What happens, when a remainder is there? Let s take an example:- Divide 5 by 2. Only two times, we can subtract (a group of) 2s out of 5 and there remains 1. Now divide it further using rule of decimal. 2) 5 ( 2. 5 4. 10 10. After placing a decimal point(.) in quotient, a zero comes over the remainder s unit place and remainder pushed up from one s place to ten s place (or to next place). Now divide it (the new dividend so prepared) further by divisor 2. Five times (a group of) 2s can be subtracted from it (the new dividend). Now, remains nothing. So, quotient is 2.5. A Terminating Decimal. So, after putting a decimal point in quotient, what we had done actually to remainder by placing one zero at the unit s place of the Remainder? After placing decimal in quotient, we actually Page 1 of 5

added some number (i.e. a strategic number) to the Remainder to expand it, to make ease in its further division by the divisor. Here in the above example, (by changing the place value of all the numbers of the remainder), we added 9 in the remainder to expand it, to ease in its further division. So, it became 10 and we further subtracted five times (a group of) 2s from it to make remainder nothing. Understand it by the following illustration:- Divisor 2 ) Dividend {5} Quotient ( 2. 5 subtraction of group of 2s by two times 1 2 3 4 5 1 2 3 4 5 6 7 8 9 10 Remainder expanded after placing decimal subtraction of group of 2s 1 2 3 4 5 Remainder Zero by 5 times Fig 1. Illustration of Division Now take the example of repetitive value in quotient after decimal. Divide 10 by 3. Only three times, we can take out (a group of) 3s from 10. After that, there remains 1. As illustrated above, every time expanding this remainder by adding 9, it becomes 10 only, so it starts resonating. A Solution : A New Concept of Decimal: In our formal decimal approach of Division After putting the decimal point(.) in quotient, we expand the remainder by changing its place value. Or in other words we can say that we expand the remainder by adding a number, in multiple of 9. For example, if remainder is 1, we make it 10 by adding 9 to it. If remainder is 2, we make it 20 by adding 18 to it. If remainder is 3, we make it 30 by adding 27 to it. And.. and. ; if remainder is 13, we make it 130 by adding 117 (a multiple of 9) to it. And so on. Indeed, a very good approach of division (or multiple subtraction of same number (out of) from a given number the dividend). But, for a set of a group of numbers the problem of resonant quotient arises. When we expand the remainder in same fashion every time (means in a multiple of 9), then for a set of a group of numbers - the answer may stick to some fashion of number/numbers (means resonate). For example, when we divide 10 (dividend) by divisor 3, then after placing decimal in quotient, when we expand the remainder 1 by adding 9 to it it always becomes 10. So, the problem of repetition arises. I will say that, you get stick in calculation. Then, whatever you are doing further in division is a ridiculous and a time wasting act only. There is no meaning in doing further division of it. So, It is the point where we should stop and start thinking in right direction. Why our calculation sticks? How to get rid of it? My point is Why to apply same decimal to every set of group of numbers? Why to expand this type of group of numbers (like 3 & 10, 7 & 22, etc.) by adding a multiple of 9 to its remainder (after placing decimal in quotient)? Page 2 of 5

Now, Do it like this NEW DECIMAL (THE 1-DECIMAL):! or Let s consider the same problem division of 10 by 3. After subtracting 3 times (the group of) 3s from the dividend 10, there remains 1. Now, put a new decimal, instead of normal decimal point (.) and put a 1 in one s place of the remainder and push the remainder s digit 1 to the ten s place. Or in other words, expand the remainder by adding 10 to the remainder. 3) 10 ( 11 21 21. Divisor 3 ) Dividend {10} Quotient ( Subtracting three times, the group of 3s. Subtracting three times, the group of 3s. 1 2 3 4 5 6 7 8 9 10 1 2 3 1 2 3 4 5 6 7 8 9 10 11 1 2 3 Expanding Remainder from 1 to 11 by adding 10 to it. Expanding Remainder from 2 to 21 by adding 19 to 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 2 3 4 5 6 7 Subtracting seven times, the group of 3s. Remainder is Zero Fig 2. Illustration of Division by using 1-Decimal Now, we can subtract three times (the group of) 3s from it. Now remainder comes 2. Again expand it to 21 (by placing 1 at one s place and pushing 2 to the ten s place) by adding 19 to it. Now we can subtract 7 times (a group of ) 3s out of it. Remains nothing. No repetitive terms in quotient. (The perfect terminating Decimal). Now multiply quotient back by division to obtain the dividend. Perfect! You will get back 10. Page 3 of 5

Note for Multiplication for 1-decimal {for example (multiplicand) by 3(multiplier) }:- ------------------------------------------------------------------------------------------------------------------------ When you first multiply 3 (multiplier) by 7 (number at the one s place of the multiplicand) the product will be the 21. Subtract 1 from this product and it becomes 20. So, place 0 at the one s place of the product bar and 2 will be the carry. Do the same for the rest of the numbers; that every time, whatever the product you got subtract 1 from it {because here it is 1-decimal ( ) and not the decimal point (.) } and then decide the product digit and its carry. 21 1 = 20 0. 2 carry 9 + 2 (carry) = 11 1 = 10. 1 carry 9 + 1 (carry) = 10 10.. Or, do multiplication simply with 1-decimal :- 10 11. Now, replace in product result by decimal point(.) and make all 1 s after to 0. (or subtract 0.11 from the product result to replace by (.) decimal point). Thus, we see that no error will be there in calculation by using this new decimal method for such type of set of the group of numbers, with no repetitive terms in the quotient and so we will always be able to get the dividend back on multiplying the divisor by the quotient, perfectly. FEW MORE DECIMAL POINTS/ METHODS OF DIVISION : Now, let s broaden our concept of new decimal points to further from 1-Decimal to 2- Decimal, and further 3-Decimal, 4-Decimal, 5-Decimal, 6-Decimal, 7- Decimal, 8-Decimal & upto 9-Decimal. All these operations/ methods are self explanatory. In 2-Decimal division method, after placing a 2-decimal in the quotient, put 2 at the one s place of the remainder and push the remainder one place up. 3) 10 ( 3 4 Page 4 of 5

12 12. Try it for all other decimal points and play. ONE HURDLE : Divide 5 by 2 using the 1-Decimal division method. 2) 5 (2 5 4. 11 10. 1 A repetitive quotient with normal sets of numbers. It means that, we cannot apply this new 1- decimal to normal sets of numbers, (whose division with normal decimal point(.) is always a non-recurring quotient). So, we have to identify the two distinct sets of numbers and its method to find it all. Or, alternatively, we can apply a asynchronous division method in which we have to apply the two divisive methods in a alternative fashion to make it applicable to all sets of numbers without any recurrence in quotient. Author: Sanjay Kumar Sharma B- 69, GovindPuri, University Road, Gwalior 474011, INDIA. Acknowledgement: It is to certify that the whole work is unpublished, original and belongs to me (the author) only. - Sanjay Kumar Sharma Page 5 of 5