To represent a shift of a hexagon (or any shape) 7 units to the left on a coordinate grid, we need to modify the x-coordinates of the shape's vertices. When shifting left, we subtract from the x-coordinate.
If we denote a point on the coordinate grid as \((x, y)\), shifting it 7 units to the left can be represented by the function:
\[ f(x) = x - 7 \]
This function decreases the x-coordinate of any point by 7, effectively translating all points of the shape 7 units to the left.
So the correct function that Ella would write is:
\[ f(x) = x - 7 \]