Question 68879
<pre>
Write |6-z|<7 as a conjunction
6 - z < 7    and   6 - z > -7
-z < 1       and      -z > -13   Multiply each side by -1. Change the inequality symbol. 
z > -1       and       z < 13   

the solution set is {z: -1 < z < 13}. the values are between -1 and 13
</pre>