document.write( "Question 826731: Find the range of the function for the domain {–3, 1, 4.5}.
\n" );
document.write( "y = –x + 1 \n" );
document.write( "
Algebra.Com's Answer #498775 by tommyt3rd(5050)![]() ![]() You can put this solution on YOUR website! for x=-3, \n" ); document.write( "y=3+1=4\r \n" ); document.write( "\n" ); document.write( "for x=1, \n" ); document.write( "y=-1+1=0\r \n" ); document.write( "\n" ); document.write( "for x=4.5, \n" ); document.write( "y=-4.5+1=-3.5\r \n" ); document.write( "\n" ); document.write( "Range: \n" ); document.write( "{-3.5,0, 4} \n" ); document.write( " |