document.write( "Question 283925: What is the range of the function
\n" );
document.write( "f(x)=X^2+3 if the domain is {-3,0,3}? \n" );
document.write( "
Algebra.Com's Answer #206076 by JBarnum(2146)![]() ![]() You can put this solution on YOUR website! domain means x and range means y so replace the x with the domains and solve for y \n" ); document.write( "-3^2+3=12 \n" ); document.write( "0^2+3=3 \n" ); document.write( "3^2+3=12 \n" ); document.write( "so range is{3,12} \n" ); document.write( " |