From the graph, read the balance in November.

If November balance > $3000: Percentage exceeded = ((Balance - 3000) / 3000) × 100%.
If November balance < $3000: Percentage shortfall = ((3000 - Balance) / 3000) × 100%.

Fixed monthly deposit needed = 3000 / 11 months (January through November).

Final Answer: Read November balance from the graph and compute.