Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. 4 - looking the graphs
  2.  
  3. f(4) = 3
  4.  
  5. g (f(4)) = g(3) = 2
  6.  
  7. 5 -
  8.  
  9. g(f(x))= 3(3x^2+2x-10)-3
  10.  
  11. = 9x^2+6x-30-3
  12.  
  13. = 9x^2 + 6x - 33
  14.  
  15. with what we know
  16.  
  17. 2 = 9x^2 + 6x - 33
  18.  
  19. 9x^2 + 6x - 35
  20.  
  21. quadratic formula
  22. -b +- sqrt (b^2-4ac) / 2a
  23.  
  24. -6 +- sqrt(36+1260)/18
  25.  
  26. -6 +- 36 / 18
  27.  
  28. 30/18 = 5/3
  29.  
  30. -42/18 = -7/3
  31.  
  32. x = 5/3 or -7/3
  33.  
  34. 6
  35.  
  36. even functions
  37. symmetry on y
  38.  
  39. a check
  40. b uncheck
  41. c check
  42. d check
  43. e check
  44. f check
  45. g uncheck
  46.  
  47. 7
  48.  
  49. odd function
  50.  
  51. symmetry on x
  52. a uncheck
  53. b check
  54. c check
  55. d uncheck
  56. e uncheck
  57. f uncheck
  58. g uncheck
  59. h uncheck
  60. i uncheck
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement