document.write( "Question 26775: I'm having problems solving some questions for example, y = -[x+6] I'm supose to find the range and domain of the euaqtion. \n" ); document.write( "
Algebra.Com's Answer #14564 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
\"y+=+-abs%28x+%2B+6%29\"
\n" ); document.write( "By domain one means - for what values of x does y exist?
\n" ); document.write( "I can put any number I want in place of x, and I still get a perfectly
\n" ); document.write( "good value for y.
\n" ); document.write( "The domain of x is -infinity to + infinity.
\n" ); document.write( "The values I get for y are never positive however.
\n" ); document.write( "\"abs%28x+%2B+6%29\" is always positive or zero (zero if x = 6).
\n" ); document.write( "The minus bofore the abs means y is always negative or zero.
\n" ); document.write( "So, the range is 0 to -infinity
\n" ); document.write( "
\n" );