<span>Because the four numbers are consecutive, we can call the first one x, and the other three are x+1, x+2, and x+3, respectively.
x * (x+1) = (x+2) * (x+3) - 38
x^2 + x = x^2 + 5x +6-38
x^2 + x = x^2 + 5x - 32
-4x = -32
x=8
The four numbers are 8, 9, 10, and 11
check solution: 8*9=10*11-38
72=110-38
72=72</span>
" Given f (x) = 3x + 2 and g(x) = 4 – 5x, find (f + g)(x), (f – g)(x), (f × g)(x), and (f / g)(x).1. = [3x + 2] + [4 – 5x] = 3x + 2 + 4 – 5x. = 3x – 5x + 2 + 4. = –2x + 6. (f – g)(x) 2. = f (x) – g(x)= [3x + 2] – [4 – 5x] = 3x + 2 – 4 + 5x. = 3x + 5x + 2 – 4. = 8x– 2. 3. ...= (3x + 2)(4 – 5x) = 12x + 8 – 15x2 – 10x. = –15x2 + 2x + 8. " - Google