Number System

 Number system 1. Basic Formulae  (a + b)(a – b) = (a2 – b2) (a + b)2 = (a2 + b2 + 2ab) (a – b)2 = (a2 + b2 – 2ab) (a + b + c)2 = a2 + b2 + c2 + 2(ab + bc + ca) (a3 + b3) = (a + b)(a2 – ab + b2) (a3 – b3) = (a – b)(a2 + ab + b2) (a3 + b3 + c3 – 3abc) = (a + b + c)(a2 + b2 + c2 – ab – bc – ac) When a + b + c = 0, then a3 + b3 + c3 = 3abc   2. Types of Numbers I. Natural Numbers Counting numbers 1,2,3,4,5,…1,2,3,4,5,… are called natural numbers   … Read more

Computer Binary Digit System

 Computer Binary digit system The binary Number System, also called the base-2 number system, is a method of representing numbers that counts by using combinations of only two numerals: zero (0) and one (1). Computers use the binary number system to manipulate and store all of their data including numbers, words, Videos, graphics, … Read more

Exit mobile version