Explain the difference between the graphs of :
![Explain the difference between the graphs of class=](https://us-static.z-dn.net/files/d8c/b0a885adb9721c5451ddbc1a0e1e0333.jpeg)
Answer:
The only difference is that for any positive value of 'x' g(X) and h(X) will be same and for any negative value of 'x' g(x) and h(x) will be different.
Step-by-step explanation:
Given
[tex]f(x)= |x| [/tex]
[tex]g(x) = |x+5|\\\\h(x)= |x| +5[/tex]
|x| is modulus of x so modulus makes negative value as psoitive
for example
[tex]|3|= 3[/tex]
[tex]|-3|=3[/tex]
now we will solve for the above
For [tex]x=4[/tex]
[tex]g(4)=|4+5|\\=|9|\\=9[/tex]
and
[tex]h(4)=|4| +5\\=4 +5\\=9[/tex]
Now for [tex]x=-4[/tex]
[tex]g(-4)=|-4+5|\\=|1|\\=1[/tex]
and
[tex]h(-4)=|-4| +5\\=4 +5\\=9[/tex]
so for positive value it is same and for negative value it is different