Question 1131889
parent function is: {{{y = abs(x )}}}


so, {{{y = 0.2abs(x - 3 ) + 3.9}}} can be obtained by:
 shifting horizontally {{{3}}} units to the {{{right}}} , 
vertically shrinking by a factor of {{{0.2}}} (when you multiply by a constant less than {{{1}}}, you get a vertical shrink), and then 
shifting vertically {{{3.9}}} units in the {{{up}}} direction 




{{{ graph( 600, 600, -10,10, -10, 10,  abs(x), 0.2*abs(x - 3) + 3.9) }}}