Hello, cwells0014!
Permit me to baby-talk through this one . . . 
	
	
		
		
			Graph: \(\displaystyle P(x)\:=\

5x\,-\,7)(x\,-\,4)^2(x\,+\,6)^2\) and label all real zeros exactly!
		
 
You found the zero, right? . . . \(\displaystyle x\,=\,\frac{7}{5},\,4,\,-6\)
Here's the rule.
If a factor has an 
odd exponent, the graph passes through that x-intercept.
If a factor has an 
even exponent, the graph is tangent to the x-axis.
The zero \(\displaystyle x = \frac{7}{5}\) came from \(\displaystyle (5x\,-\,7)^1.\)
. . The factor had exponent 1 ("multiplicity one").
. . Hence, the graph goes 
through \(\displaystyle (\frac{7}{5},\,0)\)
The zero \(\displaystyle x = 4\) came from \(\displaystyle (x\,-\,4)^2.\)
. . This factor has "multiplicity two".
. . Hence, the graph is 
tangent to the x-axis at \(\displaystyle (4,\,0).\)
Similarly, \(\displaystyle x=-6\) came from \(\displaystyle (x\,+\,6)^2\): multiplicity two.
. . Hence, the graph is 
tangent to the x-axis at \(\displaystyle (-6,0).\)
	
	
	
		Code:
	
	
		Plot the zeros on a graph.
                    |
      - - * - - - - + - - * - - - * - - -
         -6         |    7/5      4
	 
 Now choose any value of \(\displaystyle x\), say, \(\displaystyle x=0.\)
\(\displaystyle P(0)\:=\

0-7)(0-4)^2(0+6)^2\:=\

-7)(16)(36)\:=\:\)negative
. . When \(\displaystyle x=0,\,y\) is some negative number, -\(\displaystyle b.\)
 . Plot that point \(\displaystyle (0,-b).\)
	
	
	
		Code:
	
	
		                    |
                    |           
      - - * - - - - + - - * - - - * - - -
         -6         |    7/5     4
                    |
                    *(-b,0)
                    |
	 
 There is a zero at \(\displaystyle (\frac{7}{5},\,0)\)
. . and we know the graph goes <u>through</u> that point.
	
	
	
		Code:
	
	
		                    |
                    |        *
                    |      *
      - - * - - - - + - - * - - - * - - -
         -6         |    *        4
                    |  *
                    *(-b,0)
                    |
	 
 We know there is a zero at \(\displaystyle (4,\,0).\)
. . The graph must come back down
 . . and we know that it is <u>tangent</u> to the x-axis there.
	
	
	
		Code:
	
	
		                    |
                    |        * *      *
                    |      *    *   *   
      - - * - - - - + - - * - - - * - - -
         -6         |    *        4
                    |  *
                    *
                    |
	 
 We know there is a zero at \(\displaystyle (0,\,-6)\) at the left.
. . The graph must go up that point
. . and we know it is <u>tangent</u> to the x-axis there.
	
	
	
		Code:
	
	
		                    |
                    |        * *      *
         -6         |      *    *   *   
      - - * - - - - + - - * - - - * - - -
       *     *      |    *        4
      *         *   |  *
                    *
                    |
	 
 See? . . . We have a good idea of what the graph looks like
. . without plotting dozen (hundreds?) of points.