document.write( "Question 36965: find the domain of f(x)=1/x-3 \n" ); document.write( "
Algebra.Com's Answer #22898 by fractalier(6550) You can put this solution on YOUR website! Domain means \"all allowable values of x.\" \n" ); document.write( "Your function exists everywhere except where the denominator goes to zero. \n" ); document.write( "You are never allowed to divide by zero. \n" ); document.write( "You can see that when x = 3, the denominator is zero. \n" ); document.write( "Thus the domain is \"the set of all x such that x is not equal to 3.\" \n" ); document.write( "{x:x≠3} \n" ); document.write( " |