Question 916996
I.Know General Shape of parent graph: {{{log(10, x^6))}}} Green (vertical asymptote x = 0)
II. Find Intercepts of {{{6log(4,(x+2))}}} 0r {{{log(4,(x+2)^6)}}} Note: {{{log(4,(1))}}} = 0
note: {{{6log(4,(2))}}}
{{{log(4,(8))}}} = 1/2  , (4^(1/2) = 2)
6(1/2) = 3
III. Plot (-3,0),(-1,0),(0,3), draw vertical asymptote x = -2  and sketch Blue
{{{drawing(300,300,   -20,10,-10,10,  blue(line(-2,-20,-2,10)) ,
 grid(1),
circle(-3, 0,0.4),
circle(-1,0,0.4),
circle(0,3,0.4),
graph( 300, 300, -20,10,-10,10,0, log(10,(x)^6), log(4,(x+2)^6)))}}}