- Edited
- reflected in the x-axis
- reflected in the y-axis
**I'm not quite sure if y = (5/x) -6 or if it's y = 5/(x-6) so I'll show the working for both
let f[x] = (5/x) -6
x reflection: -f[x] = f1[x] = -[ (5/x) - 6 ] = -( 5/x ) + 6
y reflection: f1[-x] = f2[x] = -(5/ [-x] ) +6 = -(5/ x ) +6
let g[x] = 5/(x-6)
- x reflection: -g[x] = f1[x] = -[ 5/(x-6) ] = -5/(x-6)
- y reflection: g1[-x] = f2[x] = -5/( [-x] - 6) = -5/( -x - 6)
hope that helps!