| home | contents | previous | next page | send comment | send link | add bookmark |

1.7. Solved problems

  1. Identify the sets each number is a member of:
      -8    negative composite N-, integer Z, rational Q, real R, complex C
    0.75    rational Q, real R, complex C
      √5    irrational H, real R, complex C
     3/0    not a number (division by zero)
     √-2    complex C
    
  2. Simplify: 7 + (2 + 6)2
    = 7 + 82 = 7 + 64 = 71
  3. Simplify: {2*[3*(5 + 1) - 2] - 3} - 4
     = {2*[3*6 - 2] - 3} - 4 = 
     = {2*16 - 3} - 4 = 29 - 4 = 25
    
  4. Evaluate: (1 + j)(1 - j)
    = 1 - j + j - j2 = 2
  5. Evaluate: |1 + j|
    = √(1 + 1) = √2
  6. Evaluate: i0
    = i0 = 1
  7. Simplify: i1, i2, i3, i4, i5, i6, i7, i8
    = i, -1, -i, 1, i, -1, -i, 1
  8. Simplify: i-8, i-7, i-6, i-5, i-4, i-3, i-2, i-1
    = 1, i, -1, -i, 1, i, -1, -i
  9. Factor: 360
    = 2×2×2×3×3×5 = 23×32×5
  10. Factor: 924
    = 2×2×3×7×11 = 22×3×7×11
  11. Evaluate: |2 + 3i|
    = √(4 + 9) = √13
  12. Evaluate: (2 + 3i)(2 - 3i)
    = 4 - 6i + 6i - 9i2 = 4 + 9 = 13
  13. Evaluate: (3 - 4i)2
    = 9 - 12i - 12i + 16i2 = 9 - 24i - 16 = -7 - 24i
  14. Simplify: 3{[2(2x + 6) + 3x] - 12z}
    = 21x + 36 - 36z


| home | contents | previous | next page | send comment | send link | add bookmark |

Copyright © 2005, Stephen R. Schmitt