Helloo, Candy101!
How would i sketch something like this?
. and indicate its vertex and all intercepts
We are expected to know the graph of: 
Code:
|
* | *
* | *
* | *
* | *
* | *
* | *
-------------*--------------
|
The graph of: .
.is the previous graph moved 7 units to the left. Code:
* | *
* *
* * |
* * |
* * |
* * |
* * |
---------------*-----------+------
-7 |
The graph of: .
.is the previous graph only "steeper". Code:
|
* * |
* * |
* * |
* * |
* * |
* * |
------------*-----------+------
-7 |
The graph of:
. is the previous graph reflected over the x-axis. Code:
|
-7 |
------------*-----------+----
* * |
* * |
* * |
* * |
* * |
* * |
|
The graph of:
.is the previous graph raised 20 units. Code:
|
* |
* * |
* * |
* * |
* * |
-------*---------*--+--------
* * |
* *|
* *
* |*
* | *
* | *
|
You should be able to answer the questions now.