IT103 Algebra

Unit 2: Some Math Basics

R Batzinger

2025-07-31

Session 2: Math Prerequisites

1. Types of numbers

  • natural: 1 to infinity as whole numbers
  • whole: 0 plus all natural numbers
  • integer: positive and negative whole numbers
  • rational: fraction of integers
  • irrational number: all others that do not fit above patterns

{width=80%}

English reading of numbers

  • Set of 3 digits: Hundreds, Tens, Units
  • Trillions, Billions, Millions, Thousands, -
  • The decimal point is read as AND

Examples

123,456,789.001

3.14159

1,001

2,210.55

1,000,001.01

Perform calculations using order of operations.

Please excuse my dear Aunt Sally!

  • Parenthesis
  • Exponents
  • Multiplication
  • Division
  • Addition
  • Subtraction

Examples

\[3^2 - 8/2 + 4^2\] \[\sqrt{5^2 - 4^2} + 7(5-4)^2\]

Properties of real numbers:

  • commutative: adding or multiplication in either order

\[a+b = b+a;\quad a\cdot b= b\cdot a\] - associative: regrouping of adding and multiplication is possible

\[a+(b+c) = (a+b)+c\ ; \quad a\cdot(b\cdot c) = (a\cdot b) \cdot c\]

  • distributive: multiplying a sum is the same as the sum individual products

\[a(b+ c) = ab + ac\]

  • inverse: a form of the number needed to create the identity

\[a - a = 0\ ;\quad a\frac{1}{a} = 1\]

  • identity: a number that does not effect the result

\[ a + 0 = a\ ;\quad a\cdot 1 = a\]

Evaluate algebraic expressions.

exponential notation:

\[\frac{n^5}{n^3} = \left\{n^5\cdot n^{-3}\strut=n^2 \atop\strut \frac{n\cdot n\cdot n\cdot n\cdot n}{n\cdot n\cdot n }=n\cdot n\right\}= n^2\]

Simplify algebraic expressions.

Given a mathematical expression, simplify it using the order of operations.

  1. Simplify any expressions within grouping symbols.
  2. Simplify any expressions containing exponents or radicals.
  3. Perform any multiplication and division in order, from left to right.
  4. Perform any addition and subtraction in order, from left to right.

simplify

\[\eqalign{ 3x -2y + x -3y -7\\ 2r -5(3-r)+4\\ 12 / (36/9) + 6\\ 2 + 8 \times 7 / 4\\ -25/5^2 - 7\\ }\]

Example

  • Fred earns $40 at the community garden. He spends $10 on a streaming subscription, puts half of what is left in a savings account, and gets another $5 for walking his neighbor’s dog.

    • Write the expression that represents the number of dollars Fred keeps (and does not put in his savings account). Remember the order of operations.

    • How much money does Fred keep?

Definitions

  • equation is a mathematical statement indicating that two expressions are equal.

  • formula is an equation expressing a relationship between constant and variable quantities.

2 Exponents and Scientific Notation

Use the product rule of exponents. Note the base must be the same

\[x^3\cdot x^2= x^{3+2} = x^5\]

\[x^4\cdot x^3\cdot x^2= x^{4+3+2} = x^9\]

Use the quotient rule of exponents. Note the base must be the same.

\[\frac{x^7}{x^{3}} = x^7\cdot x^{-3} = x^{7-3} = x^4\]

Use the power rule of exponents.

\[(x^2)^3=x^{2\cdot 3} = x^6\]

Use the zero exponent rule of exponents.

\[\frac{x^3}{x^3} = x^{(3-3)} = x^0 = 1\]

Use the negative rule of exponents.

\[x^{-3} = \frac{1}{x^3}\]

Find the power of a product and a quotient.

\[\frac{x^2 x^{1/2}}{x^3}= x^{2.5} x^{-3} = x^{(2.5 -3)}=x^{-\frac{1}{2}} =\frac{1}{\sqrt{x}}\]

Simplify exponential expressions.

\[\frac{(j^2k)^4}{(j^2k)(j^2k)^3}\]

Use scientific notation.

\[0.0000065 = 6.5 \times 10^{-6}\] \[128,333,222 = 1.28333222\times 10^8\]

\[\eqalign{12,345 \times 1214 &=& 14986830\\ &=& 1.2345 \times 10^4 \times 1.214\times 10^3\\ &=&1.4986830 \times 10^7\\ }\]

3 Radicals and Rational Exponents

\[\eqalign{\sqrt{2}\cdot \sqrt{2} &=& 2^{\frac{1}{2}}\cdot 2^{\frac{1}{2}}=2^\frac{2}{2}=2^1= 2\\ \sqrt[3]{2}\cdot \sqrt[3]{2} \cdot \sqrt[3]{2}&=&2^{\frac{1}{3}}\cdot 2^{\frac{1}{3}}\cdot 2^{\frac{1}{3}} = 2^\frac{3}{3} = 2^1 = 2\\ \sqrt[4]{2}\cdot \sqrt[4]{2}\cdot \sqrt[4]{2} \cdot \sqrt[4]{2}&=&\left\{\eqalign{ 2^{\frac{1}{4}}\cdot 2^{\frac{1}{4}}\cdot 2^{\frac{1}{4}}\cdot 2^{\frac{1}{4}}\ =\ 2^\frac{4}{4}\\ 2^{\frac{2}{4}}\cdot 2^{\frac{2}{4}}= 2^{\frac{1}{2}}\cdot 2^{\frac{1}{2}}=2^\frac{2}{2}\\ }\right.\\&=& 2^1 = 2\\}\]

\[\eqalign{\frac{3}{1-\sqrt{2}}&=&\frac{3}{\left(1-\sqrt{2}\right)}\frac{\left(1+\sqrt{2}\right)}{\left(1+\sqrt{2}\right)}\\&=&\frac{3+3\sqrt{2}}{1-2}=\frac{3\left(1+\sqrt{2}\right)}{-1}\\&=&-3 + 3\sqrt{2}\\&=&3\sqrt{2} -3\\}\]

Quotient rule

\[\sqrt{\frac{4}{9}}=\left\{\eqalign{\frac{\sqrt{4}}{\sqrt{9}}\quad \\ \\ \sqrt{\frac{2\cdot 2}{3\cdot 3}}}\right\}=\frac{2}{3}\]

Product

\[(a+b)(a+b) = a^2 + ab + ab + b^2 = a^2 + 2ab + b^2\]

\[(a-b)(a+b)=a^2+ab-ab- b^2= a^2 - b^2\]

4 Polynomials

5 Factoring Polynomials

6 Rational Expressions