Algebra.Com's Answer #238480 by Edwin McCravy(20059)  You can put this solution on YOUR website! define the function F on [-7,-1] by F(x)=x^2+8\r \n" );
document.write( "\n" );
document.write( "Determine whether F is one to one \n" );
document.write( "\r\n" );
document.write( "First let's draw the graph and see if it looks like it is\r\n" );
document.write( "\r\n" );
document.write( "one-to-one, then we'll prove whether it is or not\r\n" );
document.write( "\r\n" );
document.write( " \r\n" );
document.write( "\r\n" );
document.write( "It looks one-to-one because it does not pass beside itself\r\n" );
document.write( "\r\n" );
document.write( "at any point.\r\n" );
document.write( "\r\n" );
document.write( "Let's pass some horizontal lines through it, and see if\r\n" );
document.write( "\r\n" );
document.write( "they all pass through the graph only once.\r\n" );
document.write( "\r\n" );
document.write( " \r\n" );
document.write( "\r\n" );
document.write( "So it looks like it passes the horizontal line test, so we \r\n" );
document.write( "\r\n" );
document.write( "believe that it is one-to-one. However \"looking and seeing\" does not \r\n" );
document.write( "\r\n" );
document.write( "prove anything. So let's prove that it is one-to-one.\r\n" );
document.write( "\r\n" );
document.write( "PROOF:\r\n" );
document.write( "\r\n" );
document.write( "Suppose, for contradiction, that it is not one-to one.\r\n" );
document.write( "\r\n" );
document.write( "Then there exists two numbers a and b, both in the domain of \r\n" );
document.write( "\r\n" );
document.write( "F(x), which is [-7.-1], meaning that they are both negative \r\n" );
document.write( "\r\n" );
document.write( "since the domain contains only negative numbers, such that\r\n" );
document.write( "\r\n" );
document.write( " F(a) = F(b)\r\n" );
document.write( "\r\n" );
document.write( "Then\r\n" );
document.write( "\r\n" );
document.write( " a² + 8 = b² + 8\r\n" );
document.write( "\r\n" );
document.write( "therefore\r\n" );
document.write( "\r\n" );
document.write( " a² - b² = 0\r\n" );
document.write( "\r\n" );
document.write( "(a - b)(a + b) = 0\r\n" );
document.write( "\r\n" );
document.write( "a - b = 0 or a + b = 0\r\n" );
document.write( "\r\n" );
document.write( " a = b \r\n" );
document.write( "\r\n" );
document.write( "If a = b then that contradicts the assumption that a and b\r\n" );
document.write( "are different numbers.\r\n" );
document.write( "\r\n" );
document.write( "The other equation a + b = 0 is not possible because a and b\r\n" );
document.write( "are both negative numbers (since the domain [-7,1] contains \r\n" );
document.write( "only negative numbers, and the sum of two negative numbers is\r\n" );
document.write( "always negative, and never 0. Therefore we have proved that\r\n" );
document.write( "the function is one-to-one.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The range is [f(-1), f(-7)] = [(-1)²+8, (-7)²+8] = [1+8,49+8] = [9,57]\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Edwin \n" );
document.write( " |