Draw a model to represent the polynomial x2+2x+4

1 answer

```
___
/ \
/ \
/ \
/ \
/ \
-------------
```
Note: My representation is a simple horizontal line segment representing the "x" term, and two upward-sloping line segments from either end of the "x" term representing the "x^2" and "constant" terms respectively.